octokit 3.4.2 → 3.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/lib/octokit/client/pull_requests.rb +1 -1
- data/lib/octokit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b21490afb50e6acd65ac6cb66475251aeeb6e85a
|
4
|
+
data.tar.gz: 331fd29bac0ba67105639ea7b0aef72a79f25c5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9de481f7dece4a7cc630c1df9429b6ebd8bff26dfe4c2bbe76edfb62abd274495c5cbcf9ed4fc530258003e83b025e346890c44477c50ccaaf77694571f22f2a
|
7
|
+
data.tar.gz: 7d211ac73a89747179c67eededac39cc9a71fbd3135ec0a366d29ebdb29175a5448eb4e5a4b0ef746cd0af0efe0dd36af70a611f3cb5a9cd44c8829fea04d3f9
|
data/README.md
CHANGED
@@ -37,7 +37,7 @@ Install via Rubygems
|
|
37
37
|
|
38
38
|
### Making requests
|
39
39
|
|
40
|
-
API methods are available as module methods (consuming module-level
|
40
|
+
[API methods][] are available as module methods (consuming module-level
|
41
41
|
configuration) or as client instance methods.
|
42
42
|
|
43
43
|
```ruby
|
@@ -59,6 +59,8 @@ client = Octokit::Client.new(:login => 'defunkt', :password => 'c0d3b4ssssss!')
|
|
59
59
|
client.user
|
60
60
|
```
|
61
61
|
|
62
|
+
[API methods]: http://octokit.github.io/octokit.rb/method_list.html
|
63
|
+
|
62
64
|
### Consuming resources
|
63
65
|
|
64
66
|
Most methods return a `Resource` object which provides dot notation and `[]`
|
@@ -165,7 +165,7 @@ module Octokit
|
|
165
165
|
# :since => '2010-05-04T23:45:02Z'
|
166
166
|
# })
|
167
167
|
def pull_requests_comments(repo, options = {})
|
168
|
-
|
168
|
+
paginate("#{Repository.path repo}/pulls/comments", options)
|
169
169
|
end
|
170
170
|
alias :pulls_comments :pull_requests_comments
|
171
171
|
alias :reviews_comments :pull_requests_comments
|
data/lib/octokit/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octokit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wynn Netherland
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-10-
|
13
|
+
date: 2014-10-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|