File tree Expand file tree Collapse file tree 6 files changed +9
-14
lines changed
Expand file tree Collapse file tree 6 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.2
2+ * Remove allowed_push_host from gemspec
3+ * Switch to rubygems
4+
15# 0.1.1
26* Fix Travis build
37
Original file line number Diff line number Diff line change 1- source ' https://artifactory.ops.aws.lumoslabs.net/artifactory/api/gems/gems '
1+ source ' https://rubygems.org '
22
33gem ' activesupport' , ' ~> 4.2.11'
44
Original file line number Diff line number Diff line change 1- source ' https://artifactory.ops.aws.lumoslabs.net/artifactory/api/gems/gems '
1+ source ' https://rubygems.org '
22
33gem ' activesupport' , ' ~> 5.0.0'
44
Original file line number Diff line number Diff line change 1- source ' https://artifactory.ops.aws.lumoslabs.net/artifactory/api/gems/gems '
1+ source ' https://rubygems.org '
22
33gem ' activesupport' , ' ~> 5.1.0'
44
Original file line number Diff line number Diff line change 11module LumosService
2- VERSION = "0.1.1 "
2+ VERSION = "0.1.2 "
33end
Original file line number Diff line number Diff line change @@ -6,22 +6,13 @@ Gem::Specification.new do |spec|
66 spec . name = "lumos_service"
77 spec . version = LumosService ::VERSION
88 spec . authors = [ "Andrii Mosin" ]
9- spec . email = [ "andriymosin@gmail .com" ]
9+ spec . email = [ "andrii@lumoslabs .com" ]
1010
1111 spec . summary = 'Service Objects for the win!'
1212 spec . description = 'Service Objects for Lumosity'
1313 spec . homepage = 'https://github.com/lumoslabs/lumos_service'
1414 spec . license = 'MIT'
1515
16- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17- # to allow pushing to a single host or delete this section to allow pushing to any host.
18- if spec . respond_to? ( :metadata )
19- spec . metadata [ "allowed_push_host" ] = 'https://artifactory.ops.aws.lumoslabs.net'
20- else
21- raise "RubyGems 2.0 or newer is required to protect against " \
22- "public gem pushes."
23- end
24-
2516 # Specify which files should be added to the gem when it is released.
2617 # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
2718 spec . files = Dir . chdir ( File . expand_path ( '..' , __FILE__ ) ) do
You can’t perform that action at this time.
0 commit comments