octokit 3.4.2 → 3.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b20251fcff0c9353f3276426b71962f0acfcc08
4
- data.tar.gz: 69ad161d4b2f777d425d5846be4cc8bf280f5f1b
3
+ metadata.gz: b21490afb50e6acd65ac6cb66475251aeeb6e85a
4
+ data.tar.gz: 331fd29bac0ba67105639ea7b0aef72a79f25c5d
5
5
  SHA512:
6
- metadata.gz: 3e1037918075c0becda0602165e887ed542b187d8411220382a464f47b0328a5c2d42f4dac5be502eb4abc8ebea7b1b062d7383687d1e3a25563ff61722e0cdc
7
- data.tar.gz: 01042b8e7858cec5500e4a0787879f4b72d564630abac7568ffdea5f2d1474feae3e2d3b2876d77ca18283fd733271ba7bbd566a8bb92f978ade4c022f4b70d6
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
- get("#{Repository.path repo}/pulls/comments", options)
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
@@ -2,6 +2,6 @@ module Octokit
2
2
 
3
3
  # Current version
4
4
  # @return [String]
5
- VERSION = "3.4.2".freeze
5
+ VERSION = "3.5.2".freeze
6
6
 
7
7
  end
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.2
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-17 00:00:00.000000000 Z
13
+ date: 2014-10-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler