Skip to content

Commit

Permalink
New version of onewheel-google.
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Jun 9, 2016
1 parent 646faf5 commit c5a4f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lita-onewheel-google.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'lita-onewheel-google'
spec.version = '0.0.4'
spec.version = '0.0.5'
spec.authors = ['Andrew Kreps']
spec.email = ['andrew.kreps@gmail.com']
spec.description = 'An implementation of Google Custom Search Engine for searching in chat.'
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'lita', '~> 4'
spec.add_runtime_dependency 'rest-client', '~> 1.8'
spec.add_runtime_dependency 'addressable', '~> 2.4'
spec.add_runtime_dependency 'onewheel-google', '~> 0'
spec.add_runtime_dependency 'onewheel-google', '~> 1'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake', '~> 10.4'
Expand Down

0 comments on commit c5a4f0f

Please sign in to comment.