forked from dwillemse/GDocs4Ruby
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgdocs4ruby.gemspec
15 lines (15 loc) · 1.04 KB
/
gdocs4ruby.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
s.name = %q{gdocs4ruby}
s.version = "0.1.2"
s.date = %q{2010-03-12}
s.authors = ["Mike Reich", "Kevin Edwards"]
s.email = %q{[email protected]}
s.summary = %q{A full featured wrapper for interacting with the Google Docs API}
s.homepage = %q{http://gdocs4ruby.rubyforge.org/}
s.description = %q{GDocs4Ruby is a full featured wrapper for version 2.0 of the Google Documents API (aka DocList). GDocs4Ruby provides the ability to create, update and delete google documents, metadata and content. The gem also includes support for folders, modifying permissions for documents via ACL feeds, and much more.}
s.files = ["README", "CHANGELOG", "lib/gdocs4ruby.rb", "lib/gdocs4ruby/service.rb", "lib/gdocs4ruby/folder.rb", "lib/gdocs4ruby/document.rb", "lib/gdocs4ruby/base_object.rb", "lib/gdocs4ruby/spreadsheet.rb", "lib/gdocs4ruby/presentation.rb"]
s.rubyforge_project = 'gdocs4ruby'
s.has_rdoc = true
s.test_files = ['test/unit.rb']
s.add_dependency('gdata4ruby', '>= 0.1.0')
end