octokit 1.9.2 → 1.9.3

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.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # CHANGELOG
2
2
 
3
+ * [1.9.3 - July 27, 2012](https://github.com/pengwynn/octokit/compare/v1.9.2...v1.9.3)
3
4
  * [1.9.2 - July 25, 2012](https://github.com/pengwynn/octokit/compare/v1.9.1...v1.9.2)
4
5
  * [1.9.1 - July 11, 2012](https://github.com/pengwynn/octokit/compare/v1.8.1...v1.9.1)
5
6
  * [1.8.1 - June 18, 2012](https://github.com/pengwynn/octokit/compare/v1.8.0...v1.8.1)
@@ -32,7 +32,7 @@ module Octokit
32
32
  builder.use FaradayMiddleware::Mashify
33
33
  builder.use FaradayMiddleware::ParseJson
34
34
  end
35
- builder.adapter(adapter)
35
+ builder.adapter *adapter
36
36
  end
37
37
  connection.basic_auth authentication[:login], authentication[:password] if authenticate and authenticated?
38
38
  connection
@@ -1,3 +1,3 @@
1
1
  module Octokit
2
- VERSION = "1.9.2" unless defined?(Octokit::VERSION)
2
+ VERSION = "1.9.3" unless defined?(Octokit::VERSION)
3
3
  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: 1.9.2
4
+ version: 1.9.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-07-25 00:00:00.000000000 Z
14
+ date: 2012-07-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: addressable