-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily add AMG specifics into .gemspec
- Loading branch information
1 parent
3705cd0
commit 96729aa
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|