Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
josefarias committed Mar 6, 2024
1 parent 19e2e1c commit 8022493
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions hotwire_combobox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ Gem::Specification.new do |spec|
spec.version = HotwireCombobox::VERSION
spec.authors = [ "Jose Farias" ]
spec.email = [ "jose@farias.mx" ]
spec.homepage = "https://github.com/josefarias/hotwire_combobox"
spec.summary = "Autocomplete for Rails apps using Hotwire"
spec.description = "An autocomplete combobox implementation for Ruby on Rails apps using Hotwire."
spec.homepage = "https://hotwirecombobox.com/"
spec.summary = "Accessible Autocomplete for Rails apps"
spec.description = "An accessible autocomplete for Ruby on Rails apps using Hotwire."
spec.license = "MIT"

spec.required_ruby_version = ">= 2.7.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/josefarias/hotwire_combobox"
spec.metadata["changelog_uri"] = "https://github.com/josefarias/hotwire_combobox"
spec.metadata["changelog_uri"] = "https://github.com/josefarias/hotwire_combobox/releases"

spec.files = Dir.chdir(File.expand_path(__dir__)) do
Dir["{app,config,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
Expand Down

0 comments on commit 8022493

Please sign in to comment.