Skip to content

Commit

Permalink
Merge pull request #175 from WOVNio/update_gem_info
Browse files Browse the repository at this point in the history
### Purpose/goal of Pull Request (Issue #)
https://wovnio.atlassian.net/browse/ST-891

Update some information in gemspec.
Some of these information are shown in https://rubygems.org/gems/wovnrb
  • Loading branch information
Soichiro725 authored May 13, 2021
2 parents b3da158 + 27ac417 commit 8ee8afe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/wovnrb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wovnrb
VERSION = '3.0.0'.freeze
VERSION = '3.0.1'.freeze
end
6 changes: 3 additions & 3 deletions wovnrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ require 'wovnrb/version'
Gem::Specification.new do |spec|
spec.name = 'wovnrb'
spec.version = Wovnrb::VERSION
spec.authors = ['Jeff Sandford', 'Antoine David']
spec.email = ['jeff@wovn.io']
spec.authors = ['Wovn Technologies, Inc.']
spec.email = ['dev@wovn.io']
spec.summary = 'Gem for WOVN.io'
spec.description = 'Ruby gem for WOVN backend on Rack.'
spec.homepage = ''
spec.homepage = 'https://wovn.io'
spec.license = 'MIT'

files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 8ee8afe

Please sign in to comment.