Skip to content

Commit 3b8ea4b

Browse files
committed
Cleanup of Gemspec file.
1 parent 421d485 commit 3b8ea4b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

maquina_components.gemspec

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
require_relative "lib/maquina_components/version"
22

33
Gem::Specification.new do |spec|
4-
spec.name = "maquina_components"
5-
spec.version = MaquinaComponents::VERSION
6-
spec.authors = [ "Mario Alberto Chávez" ]
7-
spec.email = [ "[email protected]" ]
8-
spec.homepage = "TODO"
9-
spec.summary = "TODO: Summary of MaquinaComponents."
10-
spec.description = "TODO: Description of MaquinaComponents."
11-
spec.license = "MIT"
4+
spec.name = "maquina_components"
5+
spec.version = MaquinaComponents::VERSION
6+
spec.authors = ["Mario Alberto Chávez"]
7+
spec.email = ["[email protected]"]
8+
spec.homepage = "https://maquina.app"
9+
spec.summary = "ERB, TailwindCSS, and StimulusJS UI components based on Shadcn/UI."
10+
spec.description = "ERB, TailwindCSS, and StimulusJS UI components based on Shadcn/UI."
11+
spec.license = "MIT"
1212

1313
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host"
1414
# 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'"
15+
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
1616

1717
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."
18+
spec.metadata["source_code_uri"] = "https://github.com/maquina-app/maquina_components"
19+
spec.metadata["changelog_uri"] = "https://github.com/maquina-app/maquina_components"
2020

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

0 commit comments

Comments
 (0)