cpi-event-connector 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -7,18 +7,20 @@ GIT
7
7
  PATH
8
8
  remote: .
9
9
  specs:
10
- cpi-event-connector (0.0.8)
11
- activesupport (~> 3.1.4)
10
+ cpi-event-connector (0.0.10)
11
+ activesupport (>= 3.1)
12
12
  bunny
13
13
  uuidtools (~> 2.1.2)
14
14
 
15
15
  GEM
16
16
  remote: http://rubygems.org/
17
17
  specs:
18
- activesupport (3.1.4)
18
+ activesupport (3.2.3)
19
+ i18n (~> 0.6)
19
20
  multi_json (~> 1.0)
20
21
  backports (2.5.1)
21
22
  diff-lcs (1.1.3)
23
+ i18n (0.6.0)
22
24
  justinf-unification_assertion (0.0.2)
23
25
  multi_json (1.3.2)
24
26
  rspec (2.8.0)
@@ -29,7 +31,7 @@ GEM
29
31
  rspec-expectations (2.8.0)
30
32
  diff-lcs (~> 1.1.2)
31
33
  rspec-mocks (2.8.0)
32
- uuidtools (2.1.2)
34
+ uuidtools (2.1.3)
33
35
 
34
36
  PLATFORMS
35
37
  ruby
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
22
22
  s.add_development_dependency "justinf-unification_assertion"
23
23
 
24
24
  s.add_runtime_dependency "bunny"
25
- s.add_runtime_dependency "activesupport", "~> 3.1.4"
25
+ s.add_runtime_dependency "activesupport", ">= 3.1"
26
26
  s.add_runtime_dependency "uuidtools", "~> 2.1.2"
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module Cpi
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpi-event-connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -80,17 +80,17 @@ dependencies:
80
80
  requirement: !ruby/object:Gem::Requirement
81
81
  none: false
82
82
  requirements:
83
- - - ~>
83
+ - - ! '>='
84
84
  - !ruby/object:Gem::Version
85
- version: 3.1.4
85
+ version: '3.1'
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
89
89
  none: false
90
90
  requirements:
91
- - - ~>
91
+ - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
- version: 3.1.4
93
+ version: '3.1'
94
94
  - !ruby/object:Gem::Dependency
95
95
  name: uuidtools
96
96
  requirement: !ruby/object:Gem::Requirement