octokit 3.6.0 → 3.6.1

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: 59f95926a49217f6e7b37fafcfbb8f67c3514187
4
- data.tar.gz: e3815c01033df0d167d677c6cef0d0e4f7f72e84
3
+ metadata.gz: 016e1858848c8b7eb85db2c79fd06f963b9433c8
4
+ data.tar.gz: 3241849891bcc79293626322968a75a80a31c8f2
5
5
  SHA512:
6
- metadata.gz: 42798186a228a4dd0e72aebe2df3c05da5d36a342884e86fa71cb813eed8aa598a37b54263834510856683824d244b8225e7d4067a77a78ab36ea92b42d51840
7
- data.tar.gz: b9d1a869713cd29d287fc1614d93784574d3641035ddd43d1e7de484e9a0cd4fbe14673482efafedefbd1a8ec54f8d97aa91f99ead7405fa7675f5308445d3e9
6
+ metadata.gz: 77d89824a06d37e5623d68c000587641d6d85fbd6ab20da373b5f49edfa69d33438db176f99444eed6b7e8d1415b4e4e4ad8b9672239848b64346cd009f6573e
7
+ data.tar.gz: c325c51b7c9447da4e000e63b993f23c4f70abc97f7bd96bfb9aae257eb81a5dea00d2ac0c262d86df517491729c7dae26facd49f77a191def24c50f6087858f
@@ -92,6 +92,8 @@ module Octokit
92
92
  options[:labels].split(",").map(&:strip)
93
93
  when Array
94
94
  options[:labels]
95
+ else
96
+ []
95
97
  end
96
98
  post "#{Repository.path repo}/issues", options.merge({:title => title, :body => body})
97
99
  end
@@ -2,6 +2,6 @@ module Octokit
2
2
 
3
3
  # Current version
4
4
  # @return [String]
5
- VERSION = "3.6.0".freeze
5
+ VERSION = "3.6.1".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.6.0
4
+ version: 3.6.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: 2014-12-02 00:00:00.000000000 Z
13
+ date: 2014-12-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler