forked from dwillemse/GData4Ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRakefile
16 lines (14 loc) · 781 Bytes
/
Rakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "aunderwo-gdata4ruby"
gemspec.summary = %Q{A full featured wrapper for interacting with the base Google Data API}
gemspec.email = ["[email protected]","[email protected]"]
gemspec.homepage = "http://github.com/aunderwo/GData4Ruby"
gemspec.authors = ["Mike Reich","Anthony Underwood"]
gemspec.files = FileList["README", "CHANGELOG", "lib/gdata4ruby.rb", "lib/gdata4ruby/base.rb", "lib/gdata4ruby/gdata_object.rb", "lib/gdata4ruby/request.rb", "lib/gdata4ruby/service.rb", "lib/gdata4ruby/acl/access_rule.rb", "lib/gdata4ruby/utils/utils.rb"]
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: gem install jeweler"
end