omf_rc 6.1.4.pre.1 → 6.1.4.pre.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.
Files changed (3) hide show
  1. data/Gemfile +3 -0
  2. data/config/config.yml +3 -3
  3. metadata +3 -3
data/Gemfile CHANGED
@@ -3,6 +3,9 @@ source "http://rubygems.org"
3
3
  # Specify your gem's dependencies in omf_rc.gemspec
4
4
  gemspec
5
5
 
6
+ gem 'omf_common', path: "../omf_common"
7
+ gem 'blather'
8
+
6
9
  group :test do
7
10
  gem 'rake'
8
11
  end
data/config/config.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  # default topic name is this machine's hostname
3
3
  # this is to ensure that every RC has its own topic and AMQP account
4
- :uid: <%= Socket.gethostname %>
5
- :uri: amqp://localhost
6
- :environment: production
4
+ uid: <%= Socket.gethostname %>
5
+ uri: amqp://localhost
6
+ environment: production
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omf_rc
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.4.pre.1
4
+ version: 6.1.4.pre.2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -82,7 +82,7 @@ dependencies:
82
82
  requirements:
83
83
  - - '='
84
84
  - !ruby/object:Gem::Version
85
- version: 6.1.4.pre.1
85
+ version: 6.1.4.pre.2
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - '='
92
92
  - !ruby/object:Gem::Version
93
- version: 6.1.4.pre.1
93
+ version: 6.1.4.pre.2
94
94
  - !ruby/object:Gem::Dependency
95
95
  name: cocaine
96
96
  requirement: !ruby/object:Gem::Requirement