-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also upgrade RSpec and add a new 1.0.0 version for release.
- Loading branch information
1 parent
217b0de
commit 6690d05
Showing
4 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
language: ruby | ||
rvm: | ||
- 1.9.3 | ||
- 2.1.3 | ||
- 2.2.5 | ||
- 2.3.1 | ||
script: bundle exec rspec | ||
before_script: cp spec/api_key.travis.rb spec/api_key.rb | ||
after_script: rm spec/api_key.rb | ||
before_install: | ||
- gem install bundler -v 1.14.4 | ||
- gem install bundler -v 1.14.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__) | |
|
||
Gem::Specification.new do |s| | ||
s.name = 'google_places' | ||
s.version = '0.34.2' | ||
s.version = '1.0.0' | ||
s.platform = Gem::Platform::RUBY | ||
s.authors = ['Marcel de Graaf'] | ||
s.email = ['[email protected]'] | ||
|