mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
11 lines
162 B
Ruby
11 lines
162 B
Ruby
source :rubygems
|
|
|
|
gem 'jruby-openssl', :platforms => :jruby
|
|
gem 'rake'
|
|
|
|
group :test do
|
|
gem 'rspec', '>= 2.11'
|
|
gem 'simplecov', :require => false
|
|
end
|
|
|
|
gemspec
|