Browse Source

Updated gems

Added .rspec to repository
development
Cesidio Di Landa 11 years ago
parent
commit
710b698022
  1. 1
      .gitignore
  2. 3
      .rspec
  3. 2
      Gemfile.lock

1
.gitignore

@ -30,7 +30,6 @@ Icon
*.sassc *.sassc
.sass-cache .sass-cache
capybara-*.html capybara-*.html
.rspec
.rvmrc .rvmrc
/.bundle /.bundle
/vendor/bundle /vendor/bundle

3
.rspec

@ -0,0 +1,3 @@
--color
--format documentation
--drb

2
Gemfile.lock

@ -74,7 +74,7 @@ GEM
rest-client rest-client
simplecov (>= 0.7) simplecov (>= 0.7)
thor thor
crack (0.4.0) crack (0.4.1)
safe_yaml (~> 0.9.0) safe_yaml (~> 0.9.0)
database_cleaner (1.0.1) database_cleaner (1.0.1)
debug_inspector (0.0.2) debug_inspector (0.0.2)

Loading…
Cancel
Save