Merge branch 'master' into features/feeds
Showing
.rbenv-version
0 → 100644
... | ... | @@ -37,7 +37,6 @@ end |
group :development, :test do | ||
gem 'rspec-rails' | ||
gem "shoulda", "~> 3.0.0.beta2" | ||
gem 'capybara' | ||
gem 'autotest' | ||
gem 'autotest-rails' | ||
... | ... | @@ -51,4 +50,5 @@ end |
group :test do | ||
gem 'turn', :require => false | ||
gem 'simplecov', :require => false | ||
gem "shoulda", "~> 3.0.0.beta2" | ||
end |
app/assets/stylesheets/commits.css.scss
0 → 100644
app/assets/stylesheets/notes.css.scss
0 → 100644
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/style.scss
100755 → 100644
This diff is collapsed.
Click to expand it.
app/models/repository.rb
0 → 100644
app/views/projects/_feed.html.haml
0 → 100644
app/views/projects/graph.html.haml
0 → 100644
lib/assets/javascripts/branch-graph.js
0 → 100644
lib/graph_commit.rb
0 → 100644
spec/helpers/application_helper_spec.rb
0 → 100644
vendor/assets/javascripts/raphael.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment