hot_module.gemspec in hot_module-1.0.0.alpha9 vs hot_module.gemspec in hot_module-1.0.0.alpha10

- old
+ new

@@ -7,17 +7,17 @@ spec.version = HoTModuLe::VERSION spec.authors = ["Jared White"] spec.email = ["jared@whitefusion.studio"] spec.summary = "Parse, mutate, and render HTML Modules in Ruby." - spec.homepage = "https://github.com/whitefusionhq/hot_module#readme" + spec.homepage = "https://github.com/hotmodule/hot_module#readme" spec.license = "MIT" spec.required_ruby_version = ">= 3.0" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "https://github.com/whitefusionhq/hot_module" - spec.metadata["changelog_uri"] = "https://github.com/whitefusionhq/hot_module/blob/main/CHANGELOG.md" + spec.metadata["source_code_uri"] = "https://github.com/hotmodule/hot_module" + spec.metadata["changelog_uri"] = "https://github.com/hotmodule/hot_module/blob/main/CHANGELOG.md" spec.metadata["rubygems_mfa_required"] = "true" # 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. spec.files = Dir.chdir(__dir__) do @@ -25,9 +25,9 @@ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)}) end end spec.require_paths = ["lib"] - spec.add_dependency "nokolexbor", "~> 0.4" + spec.add_dependency "nokolexbor", ">= 0.4.2" spec.add_development_dependency "hash_with_dot_access", "~> 1.2" end