octopi 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +5 -0
- data/Rakefile +2 -84
- data/examples/authenticated.rb +20 -0
- data/examples/github.yml.example +14 -0
- data/examples/issues.rb +18 -0
- data/examples/overall.rb +50 -0
- data/lib/octopi/version.rb +3 -0
- data/octopi.gemspec +20 -93
- data/real_world_test/commit_test.rb +20 -0
- data/real_world_test/repository_test.rb +19 -0
- data/real_world_test/test_helper.rb +11 -0
- data/test/.gitconfig +3 -0
- data/test/api_test.rb +58 -0
- data/test/authenticated_test.rb +39 -0
- data/test/base_test.rb +20 -0
- data/test/blob_test.rb +23 -0
- data/test/branch_test.rb +20 -0
- data/test/commit_test.rb +89 -0
- data/test/file_object_test.rb +39 -0
- data/test/gist_test.rb +16 -0
- data/test/issue_comment.rb +19 -0
- data/test/issue_set_test.rb +33 -0
- data/test/issue_test.rb +136 -0
- data/test/key_set_test.rb +29 -0
- data/test/key_test.rb +35 -0
- data/test/repository_set_test.rb +23 -0
- data/test/repository_test.rb +164 -0
- data/test/stubs/account +691 -0
- data/test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae +20 -0
- data/test/stubs/comments/fcoury/octopi/comments +30 -0
- data/test/stubs/comments/fcoury/octopi/comments.atom +48 -0
- data/test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +94 -0
- data/test/stubs/commits/fcoury/octopi/lazy +491 -0
- data/test/stubs/commits/fcoury/octopi/master +477 -0
- data/test/stubs/commits/fcoury/octopi/octopi.rb +818 -0
- data/test/stubs/commits/fcoury/rboard/master +437 -0
- data/test/stubs/dashboard +231 -0
- data/test/stubs/errors/repository/not_found +16 -0
- data/test/stubs/gists/159579 +18 -0
- data/test/stubs/issues/fcoury/octopi/27 +42 -0
- data/test/stubs/issues/fcoury/octopi/27-reopened +27 -0
- data/test/stubs/issues/fcoury/octopi/28 +27 -0
- data/test/stubs/issues/fcoury/octopi/28-closed +27 -0
- data/test/stubs/issues/fcoury/octopi/28-edited +27 -0
- data/test/stubs/issues/fcoury/octopi/closed +175 -0
- data/test/stubs/issues/fcoury/octopi/comment/28-comment +15 -0
- data/test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh +16 -0
- data/test/stubs/issues/fcoury/octopi/labels/28-one-point-oh +16 -0
- data/test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh +14 -0
- data/test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh +15 -0
- data/test/stubs/issues/fcoury/octopi/new +27 -0
- data/test/stubs/issues/fcoury/octopi/open +329 -0
- data/test/stubs/issues/fcoury/octopi/search +139 -0
- data/test/stubs/login +157 -0
- data/test/stubs/repos/fcoury/octopi/branches +18 -0
- data/test/stubs/repos/fcoury/octopi/collaborators +16 -0
- data/test/stubs/repos/fcoury/octopi/delete-token +13 -0
- data/test/stubs/repos/fcoury/octopi/languages +16 -0
- data/test/stubs/repos/fcoury/octopi/main +12 -0
- data/test/stubs/repos/fcoury/octopi/master +24 -0
- data/test/stubs/repos/fcoury/octopi/tags +23 -0
- data/test/stubs/repos/fcoury/octopus/main +24 -0
- data/test/stubs/repos/fcoury/rboard/main +12 -0
- data/test/stubs/repos/fcoury/rboard/master +24 -0
- data/test/stubs/repos/search +238 -0
- data/test/stubs/repos/show/fcoury +463 -0
- data/test/stubs/repos/show/fcoury-private +454 -0
- data/test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae +54 -0
- data/test/stubs/users/Caged +26 -0
- data/test/stubs/users/FooBarWidget +26 -0
- data/test/stubs/users/aslakhellesoy +26 -0
- data/test/stubs/users/augustl +26 -0
- data/test/stubs/users/bcalloway +26 -0
- data/test/stubs/users/benaskins +26 -0
- data/test/stubs/users/benhoskings +26 -0
- data/test/stubs/users/bjeanes +27 -0
- data/test/stubs/users/cldwalker +26 -0
- data/test/stubs/users/danlucraft +26 -0
- data/test/stubs/users/dchelimsky +26 -0
- data/test/stubs/users/dcrec1 +26 -0
- data/test/stubs/users/defunkt +26 -0
- data/test/stubs/users/derencius +26 -0
- data/test/stubs/users/diy +21 -0
- data/test/stubs/users/documentcloud +26 -0
- data/test/stubs/users/drnic +26 -0
- data/test/stubs/users/dustin +26 -0
- data/test/stubs/users/eladmeidar +26 -0
- data/test/stubs/users/elliottcable +26 -0
- data/test/stubs/users/entp +26 -0
- data/test/stubs/users/fcoury +26 -0
- data/test/stubs/users/fcoury-private +36 -0
- data/test/stubs/users/follow +15 -0
- data/test/stubs/users/follow-rails +15 -0
- data/test/stubs/users/followers +24 -0
- data/test/stubs/users/following +28 -0
- data/test/stubs/users/giraffesoft +26 -0
- data/test/stubs/users/gwoliveira +26 -0
- data/test/stubs/users/hashrocket +26 -0
- data/test/stubs/users/hcatlin +26 -0
- data/test/stubs/users/jamis +26 -0
- data/test/stubs/users/jnicklas +26 -0
- data/test/stubs/users/jnunemaker +26 -0
- data/test/stubs/users/jruby +21 -0
- data/test/stubs/users/kballard +26 -0
- data/test/stubs/users/kchris +26 -0
- data/test/stubs/users/key-added +20 -0
- data/test/stubs/users/key-removed +17 -0
- data/test/stubs/users/keys +21 -0
- data/test/stubs/users/knewter +26 -0
- data/test/stubs/users/lachie +26 -0
- data/test/stubs/users/lachlanhardy +26 -0
- data/test/stubs/users/lenary +26 -0
- data/test/stubs/users/lifo +26 -0
- data/test/stubs/users/maccman +26 -0
- data/test/stubs/users/markgandolfo +26 -0
- data/test/stubs/users/mbleigh +26 -0
- data/test/stubs/users/mhodgson +26 -0
- data/test/stubs/users/mocra +26 -0
- data/test/stubs/users/mojombo +26 -0
- data/test/stubs/users/newbamboo +26 -0
- data/test/stubs/users/notahat +26 -0
- data/test/stubs/users/opscode +26 -0
- data/test/stubs/users/paulorv +26 -0
- data/test/stubs/users/pvande +21 -0
- data/test/stubs/users/rack +26 -0
- data/test/stubs/users/radar +26 -0
- data/test/stubs/users/rails +26 -0
- data/test/stubs/users/railscampau +21 -0
- data/test/stubs/users/redinger +26 -0
- data/test/stubs/users/remi +26 -0
- data/test/stubs/users/search-radar +27 -0
- data/test/stubs/users/shanesveller +26 -0
- data/test/stubs/users/shuber +26 -0
- data/test/stubs/users/softprops +26 -0
- data/test/stubs/users/superfeedr +26 -0
- data/test/stubs/users/svenfuchs +26 -0
- data/test/stubs/users/taylorrf +26 -0
- data/test/stubs/users/technoweenie +26 -0
- data/test/stubs/users/tgraham +26 -0
- data/test/stubs/users/thoughtbot +26 -0
- data/test/stubs/users/tmm1 +26 -0
- data/test/stubs/users/tobi +26 -0
- data/test/stubs/users/tpope +26 -0
- data/test/stubs/users/unfollow-rails +14 -0
- data/test/stubs/users/watched-repos +1668 -0
- data/test/stubs/users/webbynode +26 -0
- data/test/stubs/users/wvanbergen +26 -0
- data/test/stubs/users/wycats +26 -0
- data/test/tag_test.rb +20 -0
- data/test/test_helper.rb +251 -0
- data/test/user_test.rb +97 -0
- data/test_auth.rb +5 -0
- metadata +359 -73
data/test_auth.rb
ADDED
metadata
CHANGED
@@ -2,137 +2,96 @@
|
|
2
2
|
name: octopi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.4.
|
5
|
+
version: 0.4.4
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Felipe Coury
|
9
|
+
- Ryan Bigg
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
13
|
|
13
|
-
date: 2011-05-
|
14
|
+
date: 2011-05-13 00:00:00 +10:00
|
14
15
|
default_executable:
|
15
16
|
dependencies:
|
16
|
-
- !ruby/object:Gem::Dependency
|
17
|
-
name: octopi
|
18
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
19
|
-
none: false
|
20
|
-
requirements:
|
21
|
-
- - ">="
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: "0"
|
24
|
-
type: :runtime
|
25
|
-
prerelease: false
|
26
|
-
version_requirements: *id001
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: jeweler
|
29
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
30
|
-
none: false
|
31
|
-
requirements:
|
32
|
-
- - ">="
|
33
|
-
- !ruby/object:Gem::Version
|
34
|
-
version: "0"
|
35
|
-
type: :runtime
|
36
|
-
prerelease: false
|
37
|
-
version_requirements: *id002
|
38
|
-
- !ruby/object:Gem::Dependency
|
39
|
-
name: shoulda
|
40
|
-
requirement: &id003 !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
|
-
requirements:
|
43
|
-
- - ">="
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
version: "0"
|
46
|
-
type: :development
|
47
|
-
prerelease: false
|
48
|
-
version_requirements: *id003
|
49
|
-
- !ruby/object:Gem::Dependency
|
50
|
-
name: fakeweb
|
51
|
-
requirement: &id004 !ruby/object:Gem::Requirement
|
52
|
-
none: false
|
53
|
-
requirements:
|
54
|
-
- - ">="
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
version: "0"
|
57
|
-
type: :development
|
58
|
-
prerelease: false
|
59
|
-
version_requirements: *id004
|
60
17
|
- !ruby/object:Gem::Dependency
|
61
18
|
name: nokogiri
|
62
|
-
|
19
|
+
prerelease: false
|
20
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
63
21
|
none: false
|
64
22
|
requirements:
|
65
23
|
- - ">="
|
66
24
|
- !ruby/object:Gem::Version
|
67
25
|
version: 1.3.1
|
68
26
|
type: :runtime
|
69
|
-
|
70
|
-
version_requirements: *id005
|
27
|
+
version_requirements: *id001
|
71
28
|
- !ruby/object:Gem::Dependency
|
72
29
|
name: httparty
|
73
|
-
|
30
|
+
prerelease: false
|
31
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
74
32
|
none: false
|
75
33
|
requirements:
|
76
34
|
- - ">="
|
77
35
|
- !ruby/object:Gem::Version
|
78
36
|
version: 0.4.5
|
79
37
|
type: :runtime
|
80
|
-
|
81
|
-
version_requirements: *id006
|
38
|
+
version_requirements: *id002
|
82
39
|
- !ruby/object:Gem::Dependency
|
83
40
|
name: mechanize
|
84
|
-
|
41
|
+
prerelease: false
|
42
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
85
43
|
none: false
|
86
44
|
requirements:
|
87
45
|
- - ">="
|
88
46
|
- !ruby/object:Gem::Version
|
89
47
|
version: 0.9.3
|
90
48
|
type: :runtime
|
91
|
-
|
92
|
-
version_requirements: *id007
|
49
|
+
version_requirements: *id003
|
93
50
|
- !ruby/object:Gem::Dependency
|
94
51
|
name: api_cache
|
95
|
-
|
52
|
+
prerelease: false
|
53
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
96
54
|
none: false
|
97
55
|
requirements:
|
98
56
|
- - ">="
|
99
57
|
- !ruby/object:Gem::Version
|
100
58
|
version: "0"
|
101
59
|
type: :runtime
|
102
|
-
|
103
|
-
version_requirements: *id008
|
60
|
+
version_requirements: *id004
|
104
61
|
- !ruby/object:Gem::Dependency
|
105
62
|
name: shoulda
|
106
|
-
|
63
|
+
prerelease: false
|
64
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
107
65
|
none: false
|
108
66
|
requirements:
|
109
67
|
- - ">="
|
110
68
|
- !ruby/object:Gem::Version
|
111
69
|
version: "0"
|
112
70
|
type: :development
|
113
|
-
|
114
|
-
version_requirements: *id009
|
71
|
+
version_requirements: *id005
|
115
72
|
- !ruby/object:Gem::Dependency
|
116
73
|
name: fakeweb
|
117
|
-
|
74
|
+
prerelease: false
|
75
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
118
76
|
none: false
|
119
77
|
requirements:
|
120
78
|
- - ">="
|
121
79
|
- !ruby/object:Gem::Version
|
122
80
|
version: "0"
|
123
81
|
type: :development
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
82
|
+
version_requirements: *id006
|
83
|
+
description: A Ruby interface to GitHub API v2
|
84
|
+
email:
|
85
|
+
- felipe.coury@gmail.com
|
86
|
+
- radarlistener@gmail.com
|
128
87
|
executables: []
|
129
88
|
|
130
89
|
extensions: []
|
131
90
|
|
132
|
-
extra_rdoc_files:
|
133
|
-
|
134
|
-
- README.markdown
|
91
|
+
extra_rdoc_files: []
|
92
|
+
|
135
93
|
files:
|
94
|
+
- .gitignore
|
136
95
|
- .yardoc
|
137
96
|
- CHANGELOG.md
|
138
97
|
- Gemfile
|
@@ -142,6 +101,50 @@ files:
|
|
142
101
|
- Rakefile
|
143
102
|
- VERSION.yml
|
144
103
|
- contrib/backup.rb
|
104
|
+
- doc/BranchSet.html
|
105
|
+
- doc/IssueSet.html
|
106
|
+
- doc/KeySet.html
|
107
|
+
- doc/Octopi.html
|
108
|
+
- doc/Octopi/APIError.html
|
109
|
+
- doc/Octopi/AnonymousApi.html
|
110
|
+
- doc/Octopi/Api.html
|
111
|
+
- doc/Octopi/ArgumentMustBeHash.html
|
112
|
+
- doc/Octopi/AuthApi.html
|
113
|
+
- doc/Octopi/Base.html
|
114
|
+
- doc/Octopi/Blob.html
|
115
|
+
- doc/Octopi/Branch.html
|
116
|
+
- doc/Octopi/Comment.html
|
117
|
+
- doc/Octopi/Commit.html
|
118
|
+
- doc/Octopi/FileObject.html
|
119
|
+
- doc/Octopi/FormatError.html
|
120
|
+
- doc/Octopi/Issue.html
|
121
|
+
- doc/Octopi/IssueComment.html
|
122
|
+
- doc/Octopi/Key.html
|
123
|
+
- doc/Octopi/NotFound.html
|
124
|
+
- doc/Octopi/Plan.html
|
125
|
+
- doc/Octopi/Repository.html
|
126
|
+
- doc/Octopi/Resource.html
|
127
|
+
- doc/Octopi/Resource/ClassMethods.html
|
128
|
+
- doc/Octopi/RetryableAPIError.html
|
129
|
+
- doc/Octopi/Tag.html
|
130
|
+
- doc/Octopi/User.html
|
131
|
+
- doc/README.rdoc.html
|
132
|
+
- doc/RepositorySet.html
|
133
|
+
- doc/String.html
|
134
|
+
- doc/all-files.html
|
135
|
+
- doc/all-methods.html
|
136
|
+
- doc/all-namespaces.html
|
137
|
+
- doc/app.js
|
138
|
+
- doc/custom.css
|
139
|
+
- doc/index.html
|
140
|
+
- doc/jquery.js
|
141
|
+
- doc/style.css
|
142
|
+
- doc/syntax_highlight.css
|
143
|
+
- doc/top-level-namespace.html
|
144
|
+
- examples/authenticated.rb
|
145
|
+
- examples/github.yml.example
|
146
|
+
- examples/issues.rb
|
147
|
+
- examples/overall.rb
|
145
148
|
- lib/ext/string_ext.rb
|
146
149
|
- lib/octopi.rb
|
147
150
|
- lib/octopi/api.rb
|
@@ -166,9 +169,154 @@ files:
|
|
166
169
|
- lib/octopi/self.rb
|
167
170
|
- lib/octopi/tag.rb
|
168
171
|
- lib/octopi/user.rb
|
172
|
+
- lib/octopi/version.rb
|
169
173
|
- octopi.gemspec
|
174
|
+
- real_world_test/commit_test.rb
|
175
|
+
- real_world_test/repository_test.rb
|
176
|
+
- real_world_test/test_helper.rb
|
177
|
+
- test/.gitconfig
|
178
|
+
- test/api_test.rb
|
179
|
+
- test/authenticated_test.rb
|
180
|
+
- test/base_test.rb
|
181
|
+
- test/blob_test.rb
|
182
|
+
- test/branch_test.rb
|
183
|
+
- test/commit_test.rb
|
184
|
+
- test/file_object_test.rb
|
185
|
+
- test/gist_test.rb
|
186
|
+
- test/issue_comment.rb
|
187
|
+
- test/issue_set_test.rb
|
188
|
+
- test/issue_test.rb
|
189
|
+
- test/key_set_test.rb
|
190
|
+
- test/key_test.rb
|
191
|
+
- test/repository_set_test.rb
|
192
|
+
- test/repository_test.rb
|
193
|
+
- test/stubs/account
|
194
|
+
- test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae
|
195
|
+
- test/stubs/comments/fcoury/octopi/comments
|
196
|
+
- test/stubs/comments/fcoury/octopi/comments.atom
|
197
|
+
- test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae
|
198
|
+
- test/stubs/commits/fcoury/octopi/lazy
|
199
|
+
- test/stubs/commits/fcoury/octopi/master
|
200
|
+
- test/stubs/commits/fcoury/octopi/octopi.rb
|
201
|
+
- test/stubs/commits/fcoury/rboard/master
|
202
|
+
- test/stubs/dashboard
|
203
|
+
- test/stubs/errors/repository/not_found
|
204
|
+
- test/stubs/gists/159579
|
205
|
+
- test/stubs/issues/fcoury/octopi/27
|
206
|
+
- test/stubs/issues/fcoury/octopi/27-reopened
|
207
|
+
- test/stubs/issues/fcoury/octopi/28
|
208
|
+
- test/stubs/issues/fcoury/octopi/28-closed
|
209
|
+
- test/stubs/issues/fcoury/octopi/28-edited
|
210
|
+
- test/stubs/issues/fcoury/octopi/closed
|
211
|
+
- test/stubs/issues/fcoury/octopi/comment/28-comment
|
212
|
+
- test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh
|
213
|
+
- test/stubs/issues/fcoury/octopi/labels/28-one-point-oh
|
214
|
+
- test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh
|
215
|
+
- test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh
|
216
|
+
- test/stubs/issues/fcoury/octopi/new
|
217
|
+
- test/stubs/issues/fcoury/octopi/open
|
218
|
+
- test/stubs/issues/fcoury/octopi/search
|
219
|
+
- test/stubs/login
|
220
|
+
- test/stubs/repos/fcoury/octopi/branches
|
221
|
+
- test/stubs/repos/fcoury/octopi/collaborators
|
222
|
+
- test/stubs/repos/fcoury/octopi/delete-token
|
223
|
+
- test/stubs/repos/fcoury/octopi/languages
|
224
|
+
- test/stubs/repos/fcoury/octopi/main
|
225
|
+
- test/stubs/repos/fcoury/octopi/master
|
226
|
+
- test/stubs/repos/fcoury/octopi/tags
|
227
|
+
- test/stubs/repos/fcoury/octopus/main
|
228
|
+
- test/stubs/repos/fcoury/rboard/main
|
229
|
+
- test/stubs/repos/fcoury/rboard/master
|
230
|
+
- test/stubs/repos/search
|
231
|
+
- test/stubs/repos/show/fcoury
|
232
|
+
- test/stubs/repos/show/fcoury-private
|
233
|
+
- test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae
|
234
|
+
- test/stubs/users/Caged
|
235
|
+
- test/stubs/users/FooBarWidget
|
236
|
+
- test/stubs/users/aslakhellesoy
|
237
|
+
- test/stubs/users/augustl
|
238
|
+
- test/stubs/users/bcalloway
|
239
|
+
- test/stubs/users/benaskins
|
240
|
+
- test/stubs/users/benhoskings
|
241
|
+
- test/stubs/users/bjeanes
|
242
|
+
- test/stubs/users/cldwalker
|
243
|
+
- test/stubs/users/danlucraft
|
244
|
+
- test/stubs/users/dchelimsky
|
245
|
+
- test/stubs/users/dcrec1
|
246
|
+
- test/stubs/users/defunkt
|
247
|
+
- test/stubs/users/derencius
|
248
|
+
- test/stubs/users/diy
|
249
|
+
- test/stubs/users/documentcloud
|
250
|
+
- test/stubs/users/drnic
|
251
|
+
- test/stubs/users/dustin
|
252
|
+
- test/stubs/users/eladmeidar
|
253
|
+
- test/stubs/users/elliottcable
|
254
|
+
- test/stubs/users/entp
|
255
|
+
- test/stubs/users/fcoury
|
256
|
+
- test/stubs/users/fcoury-private
|
257
|
+
- test/stubs/users/follow
|
258
|
+
- test/stubs/users/follow-rails
|
259
|
+
- test/stubs/users/followers
|
260
|
+
- test/stubs/users/following
|
261
|
+
- test/stubs/users/giraffesoft
|
262
|
+
- test/stubs/users/gwoliveira
|
263
|
+
- test/stubs/users/hashrocket
|
264
|
+
- test/stubs/users/hcatlin
|
265
|
+
- test/stubs/users/jamis
|
266
|
+
- test/stubs/users/jnicklas
|
267
|
+
- test/stubs/users/jnunemaker
|
268
|
+
- test/stubs/users/jruby
|
269
|
+
- test/stubs/users/kballard
|
270
|
+
- test/stubs/users/kchris
|
271
|
+
- test/stubs/users/key-added
|
272
|
+
- test/stubs/users/key-removed
|
273
|
+
- test/stubs/users/keys
|
274
|
+
- test/stubs/users/knewter
|
275
|
+
- test/stubs/users/lachie
|
276
|
+
- test/stubs/users/lachlanhardy
|
277
|
+
- test/stubs/users/lenary
|
278
|
+
- test/stubs/users/lifo
|
279
|
+
- test/stubs/users/maccman
|
280
|
+
- test/stubs/users/markgandolfo
|
281
|
+
- test/stubs/users/mbleigh
|
282
|
+
- test/stubs/users/mhodgson
|
283
|
+
- test/stubs/users/mocra
|
284
|
+
- test/stubs/users/mojombo
|
285
|
+
- test/stubs/users/newbamboo
|
286
|
+
- test/stubs/users/notahat
|
287
|
+
- test/stubs/users/opscode
|
288
|
+
- test/stubs/users/paulorv
|
289
|
+
- test/stubs/users/pvande
|
290
|
+
- test/stubs/users/rack
|
291
|
+
- test/stubs/users/radar
|
292
|
+
- test/stubs/users/rails
|
293
|
+
- test/stubs/users/railscampau
|
294
|
+
- test/stubs/users/redinger
|
295
|
+
- test/stubs/users/remi
|
296
|
+
- test/stubs/users/search-radar
|
297
|
+
- test/stubs/users/shanesveller
|
298
|
+
- test/stubs/users/shuber
|
299
|
+
- test/stubs/users/softprops
|
300
|
+
- test/stubs/users/superfeedr
|
301
|
+
- test/stubs/users/svenfuchs
|
302
|
+
- test/stubs/users/taylorrf
|
303
|
+
- test/stubs/users/technoweenie
|
304
|
+
- test/stubs/users/tgraham
|
305
|
+
- test/stubs/users/thoughtbot
|
306
|
+
- test/stubs/users/tmm1
|
307
|
+
- test/stubs/users/tobi
|
308
|
+
- test/stubs/users/tpope
|
309
|
+
- test/stubs/users/unfollow-rails
|
310
|
+
- test/stubs/users/watched-repos
|
311
|
+
- test/stubs/users/webbynode
|
312
|
+
- test/stubs/users/wvanbergen
|
313
|
+
- test/stubs/users/wycats
|
314
|
+
- test/tag_test.rb
|
315
|
+
- test/test_helper.rb
|
316
|
+
- test/user_test.rb
|
317
|
+
- test_auth.rb
|
170
318
|
has_rdoc: true
|
171
|
-
homepage:
|
319
|
+
homepage: ""
|
172
320
|
licenses: []
|
173
321
|
|
174
322
|
post_install_message:
|
@@ -190,10 +338,148 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
338
|
version: "0"
|
191
339
|
requirements: []
|
192
340
|
|
193
|
-
rubyforge_project:
|
341
|
+
rubyforge_project:
|
194
342
|
rubygems_version: 1.6.2
|
195
343
|
signing_key:
|
196
344
|
specification_version: 3
|
197
345
|
summary: A Ruby interface to GitHub API v2
|
198
|
-
test_files:
|
199
|
-
|
346
|
+
test_files:
|
347
|
+
- test/api_test.rb
|
348
|
+
- test/authenticated_test.rb
|
349
|
+
- test/base_test.rb
|
350
|
+
- test/blob_test.rb
|
351
|
+
- test/branch_test.rb
|
352
|
+
- test/commit_test.rb
|
353
|
+
- test/file_object_test.rb
|
354
|
+
- test/gist_test.rb
|
355
|
+
- test/issue_comment.rb
|
356
|
+
- test/issue_set_test.rb
|
357
|
+
- test/issue_test.rb
|
358
|
+
- test/key_set_test.rb
|
359
|
+
- test/key_test.rb
|
360
|
+
- test/repository_set_test.rb
|
361
|
+
- test/repository_test.rb
|
362
|
+
- test/stubs/account
|
363
|
+
- test/stubs/blob/fcoury/octopi/plain/f6609209c3ac0badd004512d318bfaa508ea10ae
|
364
|
+
- test/stubs/comments/fcoury/octopi/comments
|
365
|
+
- test/stubs/comments/fcoury/octopi/comments.atom
|
366
|
+
- test/stubs/commits/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae
|
367
|
+
- test/stubs/commits/fcoury/octopi/lazy
|
368
|
+
- test/stubs/commits/fcoury/octopi/master
|
369
|
+
- test/stubs/commits/fcoury/octopi/octopi.rb
|
370
|
+
- test/stubs/commits/fcoury/rboard/master
|
371
|
+
- test/stubs/dashboard
|
372
|
+
- test/stubs/errors/repository/not_found
|
373
|
+
- test/stubs/gists/159579
|
374
|
+
- test/stubs/issues/fcoury/octopi/27
|
375
|
+
- test/stubs/issues/fcoury/octopi/27-reopened
|
376
|
+
- test/stubs/issues/fcoury/octopi/28
|
377
|
+
- test/stubs/issues/fcoury/octopi/28-closed
|
378
|
+
- test/stubs/issues/fcoury/octopi/28-edited
|
379
|
+
- test/stubs/issues/fcoury/octopi/closed
|
380
|
+
- test/stubs/issues/fcoury/octopi/comment/28-comment
|
381
|
+
- test/stubs/issues/fcoury/octopi/labels/28-maybe-two-point-oh
|
382
|
+
- test/stubs/issues/fcoury/octopi/labels/28-one-point-oh
|
383
|
+
- test/stubs/issues/fcoury/octopi/labels/28-remove-maybe-two-point-oh
|
384
|
+
- test/stubs/issues/fcoury/octopi/labels/28-remove-one-point-oh
|
385
|
+
- test/stubs/issues/fcoury/octopi/new
|
386
|
+
- test/stubs/issues/fcoury/octopi/open
|
387
|
+
- test/stubs/issues/fcoury/octopi/search
|
388
|
+
- test/stubs/login
|
389
|
+
- test/stubs/repos/fcoury/octopi/branches
|
390
|
+
- test/stubs/repos/fcoury/octopi/collaborators
|
391
|
+
- test/stubs/repos/fcoury/octopi/delete-token
|
392
|
+
- test/stubs/repos/fcoury/octopi/languages
|
393
|
+
- test/stubs/repos/fcoury/octopi/main
|
394
|
+
- test/stubs/repos/fcoury/octopi/master
|
395
|
+
- test/stubs/repos/fcoury/octopi/tags
|
396
|
+
- test/stubs/repos/fcoury/octopus/main
|
397
|
+
- test/stubs/repos/fcoury/rboard/main
|
398
|
+
- test/stubs/repos/fcoury/rboard/master
|
399
|
+
- test/stubs/repos/search
|
400
|
+
- test/stubs/repos/show/fcoury
|
401
|
+
- test/stubs/repos/show/fcoury-private
|
402
|
+
- test/stubs/tree/fcoury/octopi/f6609209c3ac0badd004512d318bfaa508ea10ae
|
403
|
+
- test/stubs/users/Caged
|
404
|
+
- test/stubs/users/FooBarWidget
|
405
|
+
- test/stubs/users/aslakhellesoy
|
406
|
+
- test/stubs/users/augustl
|
407
|
+
- test/stubs/users/bcalloway
|
408
|
+
- test/stubs/users/benaskins
|
409
|
+
- test/stubs/users/benhoskings
|
410
|
+
- test/stubs/users/bjeanes
|
411
|
+
- test/stubs/users/cldwalker
|
412
|
+
- test/stubs/users/danlucraft
|
413
|
+
- test/stubs/users/dchelimsky
|
414
|
+
- test/stubs/users/dcrec1
|
415
|
+
- test/stubs/users/defunkt
|
416
|
+
- test/stubs/users/derencius
|
417
|
+
- test/stubs/users/diy
|
418
|
+
- test/stubs/users/documentcloud
|
419
|
+
- test/stubs/users/drnic
|
420
|
+
- test/stubs/users/dustin
|
421
|
+
- test/stubs/users/eladmeidar
|
422
|
+
- test/stubs/users/elliottcable
|
423
|
+
- test/stubs/users/entp
|
424
|
+
- test/stubs/users/fcoury
|
425
|
+
- test/stubs/users/fcoury-private
|
426
|
+
- test/stubs/users/follow
|
427
|
+
- test/stubs/users/follow-rails
|
428
|
+
- test/stubs/users/followers
|
429
|
+
- test/stubs/users/following
|
430
|
+
- test/stubs/users/giraffesoft
|
431
|
+
- test/stubs/users/gwoliveira
|
432
|
+
- test/stubs/users/hashrocket
|
433
|
+
- test/stubs/users/hcatlin
|
434
|
+
- test/stubs/users/jamis
|
435
|
+
- test/stubs/users/jnicklas
|
436
|
+
- test/stubs/users/jnunemaker
|
437
|
+
- test/stubs/users/jruby
|
438
|
+
- test/stubs/users/kballard
|
439
|
+
- test/stubs/users/kchris
|
440
|
+
- test/stubs/users/key-added
|
441
|
+
- test/stubs/users/key-removed
|
442
|
+
- test/stubs/users/keys
|
443
|
+
- test/stubs/users/knewter
|
444
|
+
- test/stubs/users/lachie
|
445
|
+
- test/stubs/users/lachlanhardy
|
446
|
+
- test/stubs/users/lenary
|
447
|
+
- test/stubs/users/lifo
|
448
|
+
- test/stubs/users/maccman
|
449
|
+
- test/stubs/users/markgandolfo
|
450
|
+
- test/stubs/users/mbleigh
|
451
|
+
- test/stubs/users/mhodgson
|
452
|
+
- test/stubs/users/mocra
|
453
|
+
- test/stubs/users/mojombo
|
454
|
+
- test/stubs/users/newbamboo
|
455
|
+
- test/stubs/users/notahat
|
456
|
+
- test/stubs/users/opscode
|
457
|
+
- test/stubs/users/paulorv
|
458
|
+
- test/stubs/users/pvande
|
459
|
+
- test/stubs/users/rack
|
460
|
+
- test/stubs/users/radar
|
461
|
+
- test/stubs/users/rails
|
462
|
+
- test/stubs/users/railscampau
|
463
|
+
- test/stubs/users/redinger
|
464
|
+
- test/stubs/users/remi
|
465
|
+
- test/stubs/users/search-radar
|
466
|
+
- test/stubs/users/shanesveller
|
467
|
+
- test/stubs/users/shuber
|
468
|
+
- test/stubs/users/softprops
|
469
|
+
- test/stubs/users/superfeedr
|
470
|
+
- test/stubs/users/svenfuchs
|
471
|
+
- test/stubs/users/taylorrf
|
472
|
+
- test/stubs/users/technoweenie
|
473
|
+
- test/stubs/users/tgraham
|
474
|
+
- test/stubs/users/thoughtbot
|
475
|
+
- test/stubs/users/tmm1
|
476
|
+
- test/stubs/users/tobi
|
477
|
+
- test/stubs/users/tpope
|
478
|
+
- test/stubs/users/unfollow-rails
|
479
|
+
- test/stubs/users/watched-repos
|
480
|
+
- test/stubs/users/webbynode
|
481
|
+
- test/stubs/users/wvanbergen
|
482
|
+
- test/stubs/users/wycats
|
483
|
+
- test/tag_test.rb
|
484
|
+
- test/test_helper.rb
|
485
|
+
- test/user_test.rb
|