@@ -3,24 +3,21 @@ require_relative "lib/custom_elements/rails/version"
3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "custom_elements-rails"
5
5
spec . version = CustomElements ::Rails ::VERSION
6
- spec . authors = [ "Niklas Haeusele " ]
6
+ spec . authors = [ "Niklas Häusele " ]
7
7
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 "
11
11
spec . license = "MIT"
12
12
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
-
17
13
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."
20
17
21
18
spec . files = Dir . chdir ( File . expand_path ( __dir__ ) ) do
22
19
Dir [ "{app,config,db,lib}/**/*" , "MIT-LICENSE" , "Rakefile" , "README.md" ]
23
20
end
24
21
25
- spec . add_dependency "rails" , ">= 7.1.3.2"
22
+ # TODO
26
23
end
0 commit comments