forked from christophermanning/google-drive-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle_drive_old.gemspec
More file actions
24 lines (20 loc) · 873 Bytes
/
Copy pathgoogle_drive_old.gemspec
File metadata and controls
24 lines (20 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Gem::Specification.new do |s|
s.name = "google_drive_old"
s.version = "0.3.2"
s.authors = ["Hiroshi Ichikawa"]
s.email = ["gimite+github@gmail.com"]
s.summary = "A library to read/write files/spreadsheets in Google Drive/Docs."
s.description = "A library to read/write files/spreadsheets in Google Drive/Docs."
s.homepage = "https://github.com/gimite/google-drive-ruby"
s.rubygems_version = "1.2.0"
s.files = ["README.rdoc"] + Dir["lib/**/*"]
s.require_paths = ["lib"]
s.has_rdoc = true
s.extra_rdoc_files = ["README.rdoc"] + Dir["doc_src/**/*"]
s.rdoc_options = ["--main", "README.rdoc"]
s.add_dependency("nokogiri", [">= 1.4.4", "!= 1.5.1", "!= 1.5.2"])
s.add_dependency("oauth", [">= 0.3.6"])
s.add_dependency("oauth2", [">= 0.5.0"])
s.add_development_dependency("rake", [">= 0.8.0"])
s.add_development_dependency("debugger")
end