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 CHANGED
@@ -3,4 +3,4 @@
3
3
  Gemfile.lock
4
4
  pkg/*
5
5
  .DS_Store
6
- .rvmrc
6
+ vendor/
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]
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.rubyforge_project = "httparty-icebox"
16
16
 
17
- s.add_dependency("httparty", "~> 0.7.4")
17
+ s.add_dependency("httparty", "~> 0.8.1")
18
18
 
19
19
  s.files = `git ls-files`.split("\n")
20
20
  s.require_paths = ["lib"]
@@ -1,5 +1,5 @@
1
1
  module Httparty
2
2
  module Icebox
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
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.3
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: 2011-08-13 00:00:00.000000000Z
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: &70214428733000 !ruby/object:Gem::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.7.4
22
+ version: 0.8.1
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70214428733000
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.8
62
+ rubygems_version: 1.8.12
63
63
  signing_key:
64
64
  specification_version: 3
65
65
  summary: Caching for HTTParty