Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
Bump for version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwells committed Jul 10, 2019
1 parent 646c6bf commit 1005cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby-jet.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Gem::Specification.new do |gem|
gem.name = 'ruby-jet'
gem.version = '0.13.0'
gem.version = '0.14.0'
gem.date = '2017-06-02'
gem.summary = 'Jet API for Ruby'
gem.description = 'Jet API service calls implemented in Ruby'
gem.authors = ['Jason Wells']
gem.email = ['[email protected]', '[email protected]']
gem.files = Dir.glob('lib/**/*.rb') + %w(LICENSE README.md)
gem.files = Dir.glob('lib/**/*.rb') + %w[LICENSE README.md]
gem.homepage = 'https://github.com/jasonwells/ruby-jet'
gem.license = 'MIT'

Expand Down

0 comments on commit 1005cd6

Please sign in to comment.