-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgdata4ruby.gemspec
More file actions
14 lines (14 loc) · 823 Bytes
/
gdata4ruby.gemspec
File metadata and controls
14 lines (14 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
s.name = %q{gdata4ruby}
s.version = "0.1.5"
s.date = %q{2010-08-15}
s.authors = ["Mike Reich"]
s.email = %q{mike@seabourneconsulting.com}
s.summary = %q{A full featured wrapper for interacting with the base Google Data API}
s.homepage = %q{http://cookingandcoding.com/gdata4ruby/}
s.description = %q{A full featured wrapper for interacting with the base Google Data API, including authentication and basic object handling}
s.files = ["README", "CHANGELOG", "lib/gdata4ruby.rb", "lib/gdata4ruby/base.rb", "lib/gdata4ruby/service.rb", "lib/gdata4ruby/request.rb", "lib/gdata4ruby/gdata_object.rb", "lib/gdata4ruby/utils/utils.rb", "lib/gdata4ruby/acl/access_rule.rb"]
s.rubyforge_project = 'gdata4ruby'
s.has_rdoc = true
s.test_files = ['test/unit.rb']
end