super_settings.gemspec in super_settings-1.0.1 vs super_settings.gemspec in super_settings-1.0.2
- old
+ new
@@ -2,12 +2,19 @@
spec.name = "super_settings"
spec.version = File.read(File.expand_path("../VERSION", __FILE__)).strip
spec.authors = ["Brian Durand"]
spec.email = ["bbdurand@gmail.com"]
- spec.summary = "Fast access runtime settings for a Rails application with an included UI and API for administration."
+ spec.summary = "Fast access runtime settings for applications with an included UI and API for administration."
+
spec.homepage = "https://github.com/bdurand/super_settings"
spec.license = "MIT"
+
+ spec.metadata = {
+ "homepage_uri" => spec.homepage,
+ "source_code_uri" => spec.homepage,
+ "changelog_uri" => "#{spec.homepage}/blob/main/CHANGELOG.md"
+ }
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
ignore_files = %w[
.