Skip to content

Commit 3901b59

Browse files
author
David Heinemeier Hansson
committed
Fix gemspec
From the hotwire derived template
1 parent 07e7171 commit 3901b59

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tailwindcss-rails.gemspec

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ require_relative "lib/tailwindcss/version"
33
Gem::Specification.new do |spec|
44
spec.name = "tailwindcss-rails"
55
spec.version = Tailwindcss::VERSION
6-
spec.authors = [ "Sam Stephenson", "Javan Mahkmali", "David Heinemeier Hansson" ]
6+
spec.authors = [ "David Heinemeier Hansson" ]
77
spec.email = "david@loudthinking.com"
8-
spec.homepage = "https://tailwindcss.hotwire.dev"
9-
spec.summary = "A modest JavaScript framework for the HTML you already have."
8+
spec.homepage = "https://github.com/rails/tailwindcss-rails"
9+
spec.summary = "Integrate Tailwind CSS with the asset pipeline in Rails."
1010
spec.license = "MIT"
1111

1212
spec.metadata["homepage_uri"] = spec.homepage
13-
spec.metadata["source_code_uri"] = "https://github.com/hotwired/tailwindcss-rails"
1413

15-
spec.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
14+
spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1615

1716
spec.add_dependency "rails", ">= 6.0.0"
1817
end

0 commit comments

Comments
 (0)