treyconnell-ruby-aaws 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/VERSION.yml +1 -1
- metadata +2 -1
data/Rakefile
CHANGED
|
@@ -9,7 +9,7 @@ begin
|
|
|
9
9
|
gemspec.email = 'trey.connell@gmail.com'
|
|
10
10
|
gemspec.homepage = 'https://github.com/treyconnell/ruby-aaws'
|
|
11
11
|
gemspec.description = 'Ruby/AWS is a Ruby wrapper to the Amazon Product Advertising API. This version works with heroku as it looks for the .amazonrc file in Rails.root/config'
|
|
12
|
-
gemspec.authors = ['Ian McDonald']
|
|
12
|
+
gemspec.authors = ['Ian McDonald', 'Trey Connell']
|
|
13
13
|
end
|
|
14
14
|
Jeweler::GemcutterTasks.new
|
|
15
15
|
rescue LoadError
|
data/VERSION.yml
CHANGED