koala 1.5.0rc1 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +1 -1
- data/lib/koala/version.rb +2 -2
- metadata +9 -6
data/CHANGELOG
CHANGED
@@ -5,7 +5,7 @@ New methods:
|
|
5
5
|
Updated methods:
|
6
6
|
-- GraphCollection.parse_page_url now uses the URI library and can parse any address (thanks, bnorton!)
|
7
7
|
Internal improvements:
|
8
|
-
-- Update MultiJson dependency to support the Oj library (thanks, zinenko!)
|
8
|
+
-- Update MultiJson dependency to support the Oj library (thanks, eckz and zinenko!)
|
9
9
|
-- Loosened Faraday dependency (thanks, rewritten and romanbsd!)
|
10
10
|
-- Fixed typos (thanks, nathanbertram!)
|
11
11
|
-- Switched uses of put_object to the more semantically accurate put_connections
|
data/lib/koala/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
module Koala
|
2
|
-
VERSION = "1.5.
|
3
|
-
end
|
2
|
+
VERSION = "1.5.0"
|
3
|
+
end
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: koala
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
5
|
-
prerelease:
|
4
|
+
version: 1.5.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Alex Koppel
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-05-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: multi_json
|
@@ -163,13 +163,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
163
163
|
version: '0'
|
164
164
|
segments:
|
165
165
|
- 0
|
166
|
-
hash:
|
166
|
+
hash: -1225893302672105978
|
167
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
168
168
|
none: false
|
169
169
|
requirements:
|
170
|
-
- - ! '
|
170
|
+
- - ! '>='
|
171
171
|
- !ruby/object:Gem::Version
|
172
|
-
version:
|
172
|
+
version: '0'
|
173
|
+
segments:
|
174
|
+
- 0
|
175
|
+
hash: -1225893302672105978
|
173
176
|
requirements: []
|
174
177
|
rubyforge_project:
|
175
178
|
rubygems_version: 1.8.21
|