forked from abandoned/ruby-aaws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRakefile
More file actions
17 lines (16 loc) · 708 Bytes
/
Copy pathRakefile
File metadata and controls
17 lines (16 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require 'rubygems'
require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = 'treyconnell-ruby-aaws'
gemspec.summary = 'Ruby/AWS is a Ruby wrapper to the Amazon Product Advertising API.'
gemspec.email = 'trey.connell@gmail.com'
gemspec.homepage = 'https://github.com/treyconnell/ruby-aaws'
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'
gemspec.authors = ['Ian McDonald']
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts 'Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler'
end