master/Gemfile.lock

52 lines
1.0 KiB
Plaintext
Raw Normal View History

2010-10-03 21:00:33 +00:00
PATH
remote: .
specs:
2010-10-10 10:39:09 +00:00
guard (0.1.1)
2010-10-07 20:37:30 +00:00
bundler (~> 1.0.2)
2010-10-03 21:00:33 +00:00
growl (~> 1.0.3)
libnotify (~> 0.1.3)
2010-10-03 21:32:14 +00:00
rb-inotify (~> 0.8.1)
2010-10-03 21:00:33 +00:00
sys-uname (~> 0.8.4)
2010-10-07 20:37:30 +00:00
thor (~> 0.14.3)
2010-10-03 21:00:33 +00:00
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
ffi (0.6.3)
rake (>= 0.8.7)
growl (1.0.3)
2010-10-10 10:39:09 +00:00
guard-rspec (0.1.1)
guard (~> 0.1.0)
2010-10-03 21:00:33 +00:00
libnotify (0.1.4)
ffi (>= 0.6.2)
rake (0.8.7)
rb-inotify (0.8.1)
ffi (>= 0.5.0)
2010-10-05 07:03:07 +00:00
rspec (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
rspec-mocks (= 2.0.0.rc)
rspec-core (2.0.0.rc)
rspec-expectations (2.0.0.rc)
2010-10-03 21:00:33 +00:00
diff-lcs (>= 1.1.2)
2010-10-05 07:03:07 +00:00
rspec-mocks (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
2010-10-03 21:00:33 +00:00
sys-uname (0.8.4)
2010-10-05 07:03:07 +00:00
thor (0.14.3)
2010-10-03 21:00:33 +00:00
PLATFORMS
ruby
DEPENDENCIES
2010-10-03 21:32:14 +00:00
bundler (~> 1.0.2)
2010-10-03 21:00:33 +00:00
growl (~> 1.0.3)
guard!
2010-10-08 13:00:45 +00:00
guard-rspec (~> 0.1.0)
2010-10-03 21:00:33 +00:00
libnotify (~> 0.1.3)
2010-10-03 21:32:14 +00:00
rb-inotify (~> 0.8.1)
2010-10-05 07:03:07 +00:00
rspec (~> 2.0.0.rc)
2010-10-03 21:00:33 +00:00
sys-uname (~> 0.8.4)
2010-10-07 20:37:30 +00:00
thor (~> 0.14.3)