amiando 0.4.1 → 0.4.2

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 CHANGED
@@ -1,3 +1,8 @@
1
+ 2012-06-21 Albert Llop <mrsimo@gmail.com>
2
+
3
+ * Version 0.4.2
4
+ * Relaxed typhoeus version, 0.4 is only needed for running the tests
5
+
1
6
  2012-06-21 Albert Llop <mrsimo@gmail.com>
2
7
 
3
8
  * Version 0.4.1
data/amiando.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ["lib"]
20
20
 
21
- s.add_dependency 'typhoeus', '~> 0.4.0'
21
+ s.add_dependency 'typhoeus'
22
22
  s.add_dependency 'multi_json'
23
23
  s.add_dependency 'hydra_cache'
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Amiando
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amiando
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jorge Dias
@@ -23,14 +23,12 @@ dependencies:
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
- - - ~>
26
+ - - ">="
27
27
  - !ruby/object:Gem::Version
28
- hash: 15
28
+ hash: 3
29
29
  segments:
30
30
  - 0
31
- - 4
32
- - 0
33
- version: 0.4.0
31
+ version: "0"
34
32
  name: typhoeus
35
33
  version_requirements: *id001
36
34
  type: :runtime