2013-06-21 13:02:21 -04:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2014-12-18 05:07:01 -05:00
|
|
|
gem 'activesupport', '~> 3.2'
|
2014-01-16 11:39:03 -05:00
|
|
|
gem 'nokogiri', '~>1.5.11'
|
2013-10-16 09:50:10 -04:00
|
|
|
gem 'mime-types', '~>1.16'
|
2014-07-10 10:27:18 -04:00
|
|
|
gem 'rest-client', '~> 1.6.7'
|
2014-12-21 10:13:31 -05:00
|
|
|
gem 'i18n', '~> 0.6.11'
|
2013-06-21 13:02:21 -04:00
|
|
|
|
2013-07-19 14:56:47 -04:00
|
|
|
group :development, :test do
|
|
|
|
# This is here because gemspec doesn't support require: false
|
|
|
|
gem 'coveralls', :require => false
|
2014-03-25 09:23:12 -04:00
|
|
|
gem "netrc", :require => false
|
2014-04-01 10:29:05 -04:00
|
|
|
gem "octokit", '~> 2.7.2', :require => false
|
2014-03-25 11:50:09 -04:00
|
|
|
gem 'rake', '~> 10.1.0'
|
2013-07-19 14:56:47 -04:00
|
|
|
end
|
|
|
|
|
2014-03-26 10:11:18 -04:00
|
|
|
gemspec :path => "../"
|