Skip to content

Commit

Permalink
Require ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed May 28, 2014
1 parent b751524 commit 651b8ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.2
Expand Down
2 changes: 1 addition & 1 deletion rgeo-geojson.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require './lib/rgeo/geo_json/version'
spec.email = '[email protected], [email protected]'
spec.homepage = "http://github.com/rgeo/rgeo-geojson"

spec.required_ruby_version = '>= 1.8.7'
spec.required_ruby_version = '>= 1.9.3'
spec.files = Dir["lib/**/*.rb", "test/**/*.rb", "*.rdoc", 'LICENSE.txt']
spec.extra_rdoc_files = Dir["*.rdoc"]
spec.test_files = Dir["test/**/*_test.rb"]
Expand Down

0 comments on commit 651b8ae

Please sign in to comment.