We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96729aa commit d974f46Copy full SHA for d974f46
generator_spec.gemspec
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
6
s.name = "generator_spec"
7
s.version = GeneratorSpec::VERSION
8
s.platform = Gem::Platform::RUBY
9
- s.authors = ["Steve Hodgkiss", "AMG"]
+ s.authors = ["Steve Hodgkiss"]
10
s.email = ["[email protected]"]
11
- s.homepage = "https://github.com/anitagraham/generator_spec"
+ s.homepage = "https://github.com/stevehodgkiss/generator_spec"
12
s.license = 'MIT'
13
s.summary = %q{Test Rails generators with RSpec}
14
s.description = %q{Test Rails generators with RSpec}
0 commit comments