Skip to content

Commit 2be9520

Browse files
committed
Update gemspec
1 parent d423176 commit 2be9520

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

fixturebot.gemspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Gem::Specification.new do |spec|
88
spec.authors = ["Brad Gessler"]
99
spec.email = ["bradgessler@gmail.com"]
1010

11-
spec.summary = "TODO: Write a short summary, because RubyGems requires one."
12-
spec.description = "TODO: Write a longer description or delete this line."
13-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
11+
spec.summary = "Define Rails fixtures with a Ruby DSL instead of writing YAML by hand"
12+
spec.description = "FixtureBot gives you a Ruby DSL that feels like FactoryBot, backed by the speed of Rails fixtures. Define your test data in Ruby and generate standard YAML fixture files."
13+
spec.homepage = "https://github.com/rubymonolith/fixturebot"
1414
spec.required_ruby_version = ">= 3.1.0"
1515

16-
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
16+
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1717

1818
spec.metadata["homepage_uri"] = spec.homepage
19-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
20-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
19+
spec.metadata["source_code_uri"] = "https://github.com/rubymonolith/fixturebot"
20+
spec.metadata["changelog_uri"] = "https://github.com/rubymonolith/fixturebot/blob/main/CHANGELOG.md"
2121

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

0 commit comments

Comments
 (0)