harpy 0.4.2 → 0.4.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/Gemfile.lock CHANGED
@@ -1,27 +1,28 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- harpy (0.4.2)
4
+ harpy (0.4.3)
5
5
  activemodel (>= 3.1.0)
6
6
  activesupport (>= 3.1.0)
7
7
  hash-deep-merge (~> 0.1.1)
8
- typhoeus (~> 0.3.3)
8
+ typhoeus (~> 0.4.2)
9
9
  yajl-ruby (~> 1.1.0)
10
10
 
11
11
  GEM
12
12
  remote: http://rubygems.org/
13
13
  specs:
14
- activemodel (3.2.5)
15
- activesupport (= 3.2.5)
14
+ activemodel (3.2.6)
15
+ activesupport (= 3.2.6)
16
16
  builder (~> 3.0.0)
17
- activesupport (3.2.5)
17
+ activesupport (3.2.6)
18
18
  i18n (~> 0.6)
19
19
  multi_json (~> 1.0)
20
20
  builder (3.0.0)
21
21
  diff-lcs (1.1.3)
22
+ ffi (1.0.11)
22
23
  hash-deep-merge (0.1.1)
23
24
  i18n (0.6.0)
24
- mime-types (1.18)
25
+ mime-types (1.19)
25
26
  multi_json (1.3.6)
26
27
  mustache (0.99.4)
27
28
  rake (0.9.2.2)
@@ -37,8 +38,9 @@ GEM
37
38
  rspec-expectations (2.6.0)
38
39
  diff-lcs (~> 1.1.2)
39
40
  rspec-mocks (2.6.0)
40
- typhoeus (0.3.3)
41
- mime-types
41
+ typhoeus (0.4.2)
42
+ ffi (~> 1.0)
43
+ mime-types (~> 1.18)
42
44
  yajl-ruby (1.1.0)
43
45
 
44
46
  PLATFORMS
data/harpy.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.add_runtime_dependency("typhoeus", ["~> 0.3.3"])
20
+ s.add_runtime_dependency("typhoeus", ["~> 0.4.2"])
21
21
  s.add_runtime_dependency("activesupport", [">= 3.1.0"])
22
22
  s.add_runtime_dependency("activemodel", [">= 3.1.0"])
23
23
  s.add_runtime_dependency("hash-deep-merge", ["~> 0.1.1"])
data/lib/harpy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Harpy
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harpy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-06-11 00:00:00.000000000 Z
13
+ date: 2012-06-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus
@@ -19,7 +19,7 @@ dependencies:
19
19
  requirements:
20
20
  - - ~>
21
21
  - !ruby/object:Gem::Version
22
- version: 0.3.3
22
+ version: 0.4.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -27,7 +27,7 @@ dependencies:
27
27
  requirements:
28
28
  - - ~>
29
29
  - !ruby/object:Gem::Version
30
- version: 0.3.3
30
+ version: 0.4.2
31
31
  - !ruby/object:Gem::Dependency
32
32
  name: activesupport
33
33
  requirement: !ruby/object:Gem::Requirement
@@ -182,7 +182,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  segments:
184
184
  - 0
185
- hash: -1221394079719810957
185
+ hash: 3181873478917363202
186
186
  required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  none: false
188
188
  requirements:
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  segments:
193
193
  - 0
194
- hash: -1221394079719810957
194
+ hash: 3181873478917363202
195
195
  requirements: []
196
196
  rubyforge_project:
197
197
  rubygems_version: 1.8.24