2012-07-23 10:37:44 -04:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
gemspec
|
|
|
|
|
2012-08-09 13:54:52 -04:00
|
|
|
gem 'immutable', :git => 'https://github.com/dkubb/immutable.git', :ref => '4a4b7ddd138a32944fa0ddaff8412490cf9dd875'
|
|
|
|
gem 'abstract', :git => 'https://github.com/mbj/abstract.git'
|
2012-08-16 12:16:31 -04:00
|
|
|
gem 'to_source', :git => 'https://github.com/mbj/to_source.git'
|
2012-08-01 07:27:35 -04:00
|
|
|
|
2012-07-23 10:37:44 -04:00
|
|
|
group :development do
|
|
|
|
gem 'rake', '~> 0.9.2'
|
|
|
|
gem 'yard', '~> 0.8.1'
|
2012-07-30 18:48:04 -04:00
|
|
|
gem 'rspec', '~> 2'
|
|
|
|
# Remove this once https://github.com/nex3/rb-inotify/pull/20 is solved.
|
|
|
|
# This patch makes rb-inotify a nice player with listen so it does not poll.
|
|
|
|
gem 'rb-inotify', :git => 'https://github.com/mbj/rb-inotify'
|
2012-07-23 10:37:44 -04:00
|
|
|
end
|
|
|
|
|
|
|
|
group :guard do
|
2012-08-19 17:43:31 -04:00
|
|
|
gem 'guard', '~> 1.3.2'
|
2012-07-30 18:48:04 -04:00
|
|
|
gem 'guard-bundler', '~> 1.0.0'
|
2012-08-19 17:43:31 -04:00
|
|
|
gem 'guard-rspec', '~> 1.2.1'
|
2012-07-23 10:37:44 -04:00
|
|
|
end
|
|
|
|
|
|
|
|
group :metrics do
|
|
|
|
gem 'flay', '~> 1.4.2'
|
|
|
|
gem 'flog', '~> 2.5.1'
|
2012-08-19 22:49:18 -04:00
|
|
|
gem 'reek', '~> 1.2.8', :git => 'https://github.com/dkubb/reek.git'
|
2012-07-23 10:37:44 -04:00
|
|
|
gem 'roodi', '~> 2.1.0'
|
|
|
|
gem 'yardstick', '~> 0.5.0'
|
|
|
|
gem 'yard-spellcheck', '~> 0.1.5'
|
2012-07-30 18:48:04 -04:00
|
|
|
gem 'pelusa', '~> 0.2.1'
|
2012-07-23 10:37:44 -04:00
|
|
|
end
|