Skip to content

Commit

Permalink
Temporarily add AMG specifics into .gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
anitagraham committed Jan 20, 2024
1 parent 3705cd0 commit 96729aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator_spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Gem::Specification.new do |s|
s.name = "generator_spec"
s.version = GeneratorSpec::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Steve Hodgkiss"]
s.authors = ["Steve Hodgkiss", "AMG"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/stevehodgkiss/generator_spec"
s.homepage = "https://github.com/anitagraham/generator_spec"
s.license = 'MIT'
s.summary = %q{Test Rails generators with RSpec}
s.description = %q{Test Rails generators with RSpec}
Expand Down

0 comments on commit 96729aa

Please sign in to comment.