Navigation Menu

Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into v0.10
  • Loading branch information
sqrrrl committed Apr 3, 2017
2 parents 8456aa1 + 3d9bc47 commit e4edc15
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
29 changes: 12 additions & 17 deletions .travis.yml
@@ -1,26 +1,21 @@
language: ruby
sudo: false
rvm:
- 2.3.0
- 2.2
- 2.1
- 2.3.1
- 2.2.5
- 2.0.0
- jruby-9000
- 2.1
- jruby-9.0.5.0
env:
global:
- JRUBY_OPTS='-X-C -J-Xmx1024m -J-XX:+UseConcMarkSweepGC'
matrix:
- RAILS_VERSION="~>4.0.0"
- RAILS_VERSION="~>4.1.0"
- RAILS_VERSION="~>4.2.0"
- RAILS_VERSION="~>4.2.0"
- RAILS_VERSION="~>5.0.0"
matrix:
exclude:
- rvm: 2.0.0
env: RAILS_VERSION="~>4.2.0"
script: "bundle exec rake spec:all"
before_install:
- sudo apt-get update
- sudo apt-get install idn
- gem update bundler
- env: RAILS_VERSION="~>5.0.0"
rvm: 2.0.0
- env: RAILS_VERSION="~>5.0.0"
rvm: 2.1
before_install: gem install bundler
notifications:
email:
recipients:
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -19,7 +19,6 @@ group :development do
gem 'google-id-token', '~> 1.3'
gem 'os', '~> 0.9'
gem 'rmail', '~> 1.1'
gem 'sinatra', '~> 1.4'
gem 'redis', '~> 3.2'
end

Expand Down
1 change: 1 addition & 0 deletions Rakefile
@@ -1,2 +1,3 @@
require "bundler/gem_tasks"

task default: :spec
2 changes: 1 addition & 1 deletion google-api-client.gemspec
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'googleauth', '~> 0.5'
spec.add_runtime_dependency 'httpclient', '>= 2.8.1', '< 3.0'
spec.add_development_dependency 'thor', '~> 0.19'
spec.add_development_dependency 'activesupport', '>= 3.2', '< 5.0'
spec.add_development_dependency 'activesupport', '>= 4.2', '< 5.1'
end
1 change: 0 additions & 1 deletion samples/web/Gemfile
Expand Up @@ -2,6 +2,5 @@ source 'https://rubygems.org'

gem 'google-api-client', '~> 0.9'
gem 'google-id-token', '~> 1.3'
gem 'sinatra', '~> 1.4'
gem 'redis', '~> 3.2'
gem 'dotenv'

0 comments on commit e4edc15

Please sign in to comment.