This website requires JavaScript.
Explore
Help
Sign In
chiu
/
google-api-ruby-client
Watch
1
Star
0
Fork
You've already forked google-api-ruby-client
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
349c26fa8b
google-api-ruby-client
/
Gemfile
6 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
Change rubygems source This solves deprecated message below: $ bundle install or $ bundle exec rake spec:all The source :rubygems is deprecated because HTTP requests are insecure. Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
2013-04-14 13:48:05 +00:00
source
'https://rubygems.org'
Adding Gemfile and Travis CI config file.
2012-05-11 10:12:20 +00:00
Remove multiple specifications of gem 'rspec' We should take advantage of bundler. Use gemspec in the Gemfile to merge the Gemfile with the dependencies in the .gemspec file. This solution requires rcov to be removed from .gemspec because RCov only works in MRI 1.8 and there's no way to specify platforms in the .gemspec.
2012-06-14 09:47:06 +00:00
gemspec
Need to support JRuby via the jruby-openssl gem.
2012-05-11 10:26:41 +00:00
gem
'jruby-openssl'
,
:platforms
=
>
:jruby