File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44require "json_sequence/version"
55
66Gem ::Specification . new do |spec |
7- spec . name = "json-sequence "
7+ spec . name = "greensync-json_sequence "
88 spec . version = JsonSequence ::VERSION
9- spec . authors = [ "Wesley Moore" ]
10- spec . email = [ "wes.moore @greensync.com.au" ]
9+ spec . authors = [ 'GreenSync Developers' ]
10+ spec . email = [ 'developers @greensync.com.au' ]
1111
1212 spec . summary = %q{Push parser for RFC7464 JSON Sequences}
1313 spec . homepage = "https://github.com/greensync/json-sequence"
@@ -27,4 +27,7 @@ Gem::Specification.new do |spec|
2727 spec . add_development_dependency "rake" , "~> 10.0"
2828 spec . add_development_dependency "rspec" , "~> 3.0"
2929 spec . add_development_dependency "json" , "~> 2.0"
30+
31+ spec . metadata [ 'rubygems_mfa_required' ] = 'true'
32+ spec . metadata [ 'allowed_push_host' ] = 'https://rubygems.pkg.github.com/greensync'
3033end
Original file line number Diff line number Diff line change 11module JsonSequence
2- VERSION = "0.2.1 "
2+ VERSION = "0.2.2 "
33end
You can’t perform that action at this time.
0 commit comments