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