httparty-icebox 0.0.3 → 0.0.4
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/.gitignore +1 -1
- data/History +8 -0
- data/httparty-icebox.gemspec +1 -1
- data/lib/httparty-icebox/version.rb +1 -1
- metadata +6 -6
data/.gitignore
CHANGED
data/History
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
== 0.0.4 2012-01-03
|
|
2
|
+
* minor enhancements
|
|
3
|
+
* Update gemspec to depend on HTTParty 0.8.X to fix YAML issues.
|
|
4
|
+
|
|
5
|
+
== 0.0.3
|
|
6
|
+
* minor enhancements
|
|
7
|
+
* Remove the output from setting a cache.
|
|
8
|
+
|
|
1
9
|
== 0.0.2
|
|
2
10
|
* minor enhancements
|
|
3
11
|
* Return a cached result if network fails. [Andreas Garnæs]
|
data/httparty-icebox.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: httparty-icebox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,19 +10,19 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2012-01-03 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: httparty
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &70235222827660 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ~>
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.
|
|
22
|
+
version: 0.8.1
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *70235222827660
|
|
26
26
|
description: Cache responses in HTTParty models
|
|
27
27
|
email:
|
|
28
28
|
- kristoffer@sachse.nu
|
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
version: '0'
|
|
60
60
|
requirements: []
|
|
61
61
|
rubyforge_project: httparty-icebox
|
|
62
|
-
rubygems_version: 1.8.
|
|
62
|
+
rubygems_version: 1.8.12
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 3
|
|
65
65
|
summary: Caching for HTTParty
|