Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Apr 24, 2019
1 parent 66ac069 commit 5bd06d3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions actionview_precompiler.gemspec
Expand Up @@ -8,15 +8,9 @@ Gem::Specification.new do |spec|
spec.authors = ["John Hawthorn"]
spec.email = ["john@hawthorn.email"]

spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = "TODO: Put your gem's website or public repo URL here."

spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
spec.summary = %q{Precompiles ActionView templates}
spec.description = %q{Parses templates for render calls and uses them to precompile}
spec.homepage = "https://github.com/jhawthorn/actionview_precompiler"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 5bd06d3

Please sign in to comment.