Skip to content

Commit

Permalink
Fixing ruby version?
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Jun 9, 2016
1 parent 59f5f3e commit dc490fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion onewheel-google.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'onewheel-google'
spec.version = '0.0.1'
spec.version = '0.0.2'
spec.authors = ['Andrew Kreps']
spec.email = ['andrew.kreps@gmail.com']
spec.description = 'An interface of Google Custom Search Engine for searching.'
Expand All @@ -10,6 +10,8 @@ Gem::Specification.new do |spec|

spec.files = ['lib/onewheel-google.rb']

spec.required_ruby_version = '>= 2.1'

spec.add_runtime_dependency 'rest-client', '~> 1.8'
spec.add_runtime_dependency 'addressable', '~> 2.4'

Expand Down

0 comments on commit dc490fb

Please sign in to comment.