forked from attachmentsme/ruby-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ruby-box.gemspec
100 lines (95 loc) · 3.16 KB
/
ruby-box.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: ruby-box 1.14.0 ruby lib
Gem::Specification.new do |s|
s.name = "ruby-box"
s.version = "1.14.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Attachments.me"]
s.date = "2014-03-07"
s.description = "ruby gem for box.com 2.0 api"
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.markdown"
]
s.files = [
".document",
".travis.yml",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.markdown",
"Rakefile",
"VERSION",
"lib/ruby-box.rb",
"lib/ruby-box/client.rb",
"lib/ruby-box/collaboration.rb",
"lib/ruby-box/comment.rb",
"lib/ruby-box/discussion.rb",
"lib/ruby-box/event.rb",
"lib/ruby-box/event_response.rb",
"lib/ruby-box/exceptions.rb",
"lib/ruby-box/file.rb",
"lib/ruby-box/folder.rb",
"lib/ruby-box/item.rb",
"lib/ruby-box/session.rb",
"lib/ruby-box/shared_link.rb",
"lib/ruby-box/user.rb",
"lib/ruby-box/web_link.rb",
"ruby-box.gemspec",
"spec/client_spec.rb",
"spec/event_spec.rb",
"spec/file_spec.rb",
"spec/fixtures/comment_create.json",
"spec/fixtures/events.json",
"spec/fixtures/me.json",
"spec/fixtures/users.json",
"spec/folder_spec.rb",
"spec/helper/account.example",
"spec/helper/account.rb",
"spec/integration_spec.rb",
"spec/item_spec.rb",
"spec/me_spec.rb",
"spec/spec_helper.rb",
"spec/users_spec.rb"
]
s.homepage = "http://github.com/attachmentsme/ruby-box"
s.licenses = ["MIT"]
s.rubygems_version = "2.2.1"
s.summary = "ruby gem for box.com 2.0 api"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<multipart-post>, [">= 0"])
s.add_runtime_dependency(%q<oauth2>, [">= 0"])
s.add_runtime_dependency(%q<json>, [">= 0"])
s.add_runtime_dependency(%q<addressable>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<bundler>, [">= 0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_development_dependency(%q<webmock>, [">= 0"])
else
s.add_dependency(%q<multipart-post>, [">= 0"])
s.add_dependency(%q<oauth2>, [">= 0"])
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<addressable>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<bundler>, [">= 0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<webmock>, [">= 0"])
end
else
s.add_dependency(%q<multipart-post>, [">= 0"])
s.add_dependency(%q<oauth2>, [">= 0"])
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<addressable>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<bundler>, [">= 0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<webmock>, [">= 0"])
end
end