Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathruby-box.gemspec
More file actions
Latest commit
101 lines (96 loc) · 3.17 KB
/
Copy pathruby-box.gemspec
File metadata and controls
101 lines (96 loc) · 3.17 KB
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
100
# 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.15.0 ruby lib
Gem::Specification.newdo |s|
s.name="ruby-box"
s.version="1.15.0"
s.required_rubygems_version=Gem::Requirement.new(">= 0")ifs.respond_to?:required_rubygems_version=
s.require_paths=["lib"]
s.authors=["Attachments.me"]
s.date="2014-10-16"
s.description="ruby gem for box.com 2.0 api"
s.email="ben@attachments.me"
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/session_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.2"
s.summary="ruby gem for box.com 2.0 api"
ifs.respond_to?:specification_versionthen
s.specification_version=4
ifGem::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>,[">= 0"])
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>,[">= 0"])
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>,[">= 0"])
s.add_dependency(%q<webmock>,[">= 0"])
end
end