Skip to content

Commit

Permalink
gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Feb 2, 2013
1 parent 6f6c1e5 commit 9351d43
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A sample Gemfile
source "http://rubygems.org"
gem "rspec"
gem "rspec", "2.12.0"
gem "faker"
gem "rake"
gem "rawr", "1.6.4", :git => "git://github.com/rawr/rawr.git"
Expand Down
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,21 @@ GEM
remote: http://rubygems.org/
specs:
builder (3.0.0)
diff-lcs (1.1.3)
faker (1.1.2)
i18n (~> 0.5)
hoe (3.0.7)
rake (~> 0.8)
i18n (0.6.1)
rake (0.9.2.2)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
s4t-utils (1.0.4)
hoe (>= 1.3.0)
user-choices (1.1.6.1)
Expand All @@ -24,6 +36,8 @@ PLATFORMS
ruby

DEPENDENCIES
faker
rake
rawr (= 1.6.4)!
rspec (= 2.12.0)
user-choices
7 changes: 0 additions & 7 deletions spec/app_spec.rb

This file was deleted.

19 changes: 0 additions & 19 deletions spec/main_spec.rb

This file was deleted.

14 changes: 0 additions & 14 deletions spec/spec_helper.rb

This file was deleted.

0 comments on commit 9351d43

Please sign in to comment.