lolcommits-uploldz.gemspec in lolcommits-uploldz-0.2.0 vs lolcommits-uploldz.gemspec in lolcommits-uploldz-0.3.0
- old
+ new
@@ -7,43 +7,35 @@
spec.version = Lolcommits::Uploldz::VERSION
spec.authors = ["Matthew Hutchinson"]
spec.email = ["matt@hiddenloop.com"]
spec.summary = %q{Uploads lolcommits to a remote server}
spec.homepage = "https://github.com/lolcommits/lolcommits-uploldz"
- spec.license = "LGPL-3"
+ spec.license = "LGPL-3.0"
spec.description = <<-DESC
Uploads lolcommits to a remote server, with optional key or HTTP based
authentication.
DESC
spec.metadata = {
- "homepage_uri" => "https://github.com/lolcommits/lolcommits-uploldz",
- "changelog_uri" => "https://github.com/lolcommits/lolcommits-uploldz/blob/master/CHANGELOG.md",
- "source_code_uri" => "https://github.com/lolcommits/lolcommits-uploldz",
- "bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-uploldz/issues",
+ "homepage_uri" => "https://github.com/lolcommits/lolcommits-uploldz",
+ "changelog_uri" => "https://github.com/lolcommits/lolcommits-uploldz/blob/master/CHANGELOG.md",
+ "source_code_uri" => "https://github.com/lolcommits/lolcommits-uploldz",
+ "bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-uploldz/issues",
+ "allowed_push_host" => "https://rubygems.org"
}
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
- # to allow pushing to a single host or delete this section to allow pushing to any host.
- if spec.respond_to?(:metadata)
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
- else
- raise "RubyGems 2.0 or newer is required to protect against " \
- "public gem pushes."
- end
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(assets|test|features)/}) }
spec.test_files = `git ls-files -- {test,features}/*`.split("\n")
spec.bindir = "bin"
spec.executables = []
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.3"
spec.add_runtime_dependency "rest-client"
+ spec.add_runtime_dependency "lolcommits", ">= 0.14.2"
- spec.add_development_dependency "lolcommits", ">= 0.12.0"
spec.add_development_dependency "bundler"
spec.add_development_dependency "webmock"
spec.add_development_dependency "pry"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest"