Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
esigler committed Aug 22, 2015
1 parent 2bede73 commit c2545cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lita-dig.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'lita-dig'
spec.version = '1.2.0'
spec.version = '1.3.0'
spec.authors = ['Eric Sigler']
spec.email = ['me@esigler.com']
spec.description = 'A DNS record lookup plugin for Lita'
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'lita', '>= 4.0'
spec.add_runtime_dependency 'lita', '>= 4.2'
spec.add_runtime_dependency 'net-dns2'

spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit c2545cd

Please sign in to comment.