Skip to content

Commit b8954f6

Browse files
committed
gemspec
1 parent 179842d commit b8954f6

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

custom_elements-rails.gemspec

+8-11
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,21 @@ require_relative "lib/custom_elements/rails/version"
33
Gem::Specification.new do |spec|
44
spec.name = "custom_elements-rails"
55
spec.version = CustomElements::Rails::VERSION
6-
spec.authors = ["Niklas Haeusele"]
6+
spec.authors = ["Niklas Häusele"]
77
spec.email = ["[email protected]"]
8-
spec.homepage = "TODO"
9-
spec.summary = "TODO: Summary of CustomElements::Rails."
10-
spec.description = "TODO: Description of CustomElements::Rails."
8+
spec.homepage = "https://github.com/codergeek121/custom_elements-rails"
9+
spec.summary = "custom elements + Rails = 🎉"
10+
spec.description = "A simple way to use custom elements and importmaps"
1111
spec.license = "MIT"
1212

13-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
14-
# to allow pushing to a single host or delete this section to allow pushing to any host.
15-
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
16-
1713
spec.metadata["homepage_uri"] = spec.homepage
18-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
19-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
14+
spec.metadata["source_code_uri"] = spec.homepage
15+
# TODO
16+
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
2017

2118
spec.files = Dir.chdir(File.expand_path(__dir__)) do
2219
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2320
end
2421

25-
spec.add_dependency "rails", ">= 7.1.3.2"
22+
# TODO
2623
end

0 commit comments

Comments
 (0)