Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added name to authors in gem specification #7

Merged
merged 1 commit into from Sep 22, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ begin
gem.description = 'All sorts of useful information about every country packaged as pretty little country objects. It includes data from ISO 3166 (countries and subdivisions), ISO 4217 (currency), and E.164 (phone numbers). As a bonus it even adds a country_select helper to rails projects.'
gem.email = "hexorx@gmail.com"
gem.homepage = "http://github.com/hexorx/countries"
gem.authors = ["hexorx"]
gem.authors = ["hexorx", "Joe Corcoran"]
gem.add_dependency('currencies', '>= 0.2.0')
gem.add_development_dependency "rspec"
gem.add_development_dependency "yard"
Expand Down