|
1 | 1 | require_relative "lib/maquina_components/version" |
2 | 2 |
|
3 | 3 | 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" |
12 | 12 |
|
13 | 13 | # Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host" |
14 | 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'" |
| 15 | + # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" |
16 | 16 |
|
17 | 17 | 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" |
20 | 20 |
|
21 | 21 | spec.files = Dir.chdir(File.expand_path(__dir__)) do |
22 | 22 | Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] |
|
0 commit comments