octokit 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4db1a3149648f98eb7e918999ef0ed6eaf62ce7a
4
- data.tar.gz: 780d60412f1b2d069b6fbceb99c9b7a6f2b52e16
3
+ metadata.gz: db13043bdffc8bb386b79815c7fcaa147f70119a
4
+ data.tar.gz: a41b685e73c8c4b0e9034f2bab9f73ced1a9240a
5
5
  SHA512:
6
- metadata.gz: 3ebe426f79dd955dce9a8aa7595f0707ded3ae62170e03512f5dd28b6f11a37aeee4132cc74abb4b4f5dc11fddb16c2c2c7afeca330dcc0faa78a956eb75f46a
7
- data.tar.gz: 91787763f68ec589cdbb07afa258943ad3c79fb96d0a128d348bb58a654c9bd3a600d8a8d9b4f065eafea3fc71ffc583fc4c38554d0dc106ad83a518a2c0b333
6
+ metadata.gz: b0db38b08765e340731f8707ca33df7ee8f4da773618f95fadde065bc12fe1bd5d9f30cd8be7a3001e6c4cef03ead63e572f5ef8cb6ca53416214ff877e9182f
7
+ data.tar.gz: a6cebf076f7faf4ae57e79bf3f3ef833dbdb3280a86df6d3af90d5fb877c0e8dd13a8fdab9da387db3fdcd2d931fbdfc4f4d988e118eb0c825a98370e87286ef
@@ -155,7 +155,7 @@ module Octokit
155
155
  if organization.nil?
156
156
  post 'user/repos', options
157
157
  else
158
- post "orgs/#{organization}/repos", options
158
+ post "#{Organization.path organization}/repos", options
159
159
  end
160
160
  end
161
161
  alias :create_repo :create_repository
@@ -9,7 +9,7 @@ module Octokit
9
9
 
10
10
  # Current patch level.
11
11
  # @return [Integer]
12
- PATCH = 0
12
+ PATCH = 1
13
13
 
14
14
  # Full release version.
15
15
  # @return [String]
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: 4.0.0
4
+ version: 4.0.1
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: 2015-06-25 00:00:00.000000000 Z
13
+ date: 2015-06-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler