Skip to content

Commit

Permalink
Update gems and commit Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
dontangg committed Apr 28, 2012
1 parent e4985ed commit 4fe4eb3
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
**/*.swp
*.gem
.bundle
Gemfile.lock
pkg/*
doc/*
.DS_Store
Expand Down
58 changes: 58 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
PATH
remote: .
specs:
syrup (0.0.12)
mechanize (>= 1.0.0)
multi_json (>= 1.0.3)

GEM
remote: http://rubygems.org/
specs:
columnize (0.3.6)
diff-lcs (1.1.3)
domain_name (0.5.3)
unf (~> 0.0.3)
linecache (0.46)
rbx-require-relative (> 0.0.4)
mechanize (2.4)
domain_name (~> 0.5, >= 0.5.1)
mime-types (~> 1.17, >= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 2.5, >= 2.5.2)
nokogiri (~> 1.4)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (~> 0.0, >= 0.0.9)
mime-types (1.18)
multi_json (1.3.2)
net-http-digest_auth (1.2)
net-http-persistent (2.6)
nokogiri (1.5.2)
ntlm-http (0.1.1)
rake (0.9.2.2)
rbx-require-relative (0.0.9)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
unf (0.0.5)
unf_ext
unf_ext (0.0.4)
webrobots (0.0.13)

PLATFORMS
ruby

DEPENDENCIES
rake
rspec (>= 2.6.0)
ruby-debug
syrup!

0 comments on commit 4fe4eb3

Please sign in to comment.