bumpy_bridge 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -43,7 +43,7 @@ Then run in the directory of the config file
43
43
 
44
44
  Run with `DEBUG=1` for more output.
45
45
 
46
- DEBUG=1 bumby_bridge run
46
+ DEBUG=1 bumpy_bridge run
47
47
 
48
48
  ## Contributing
49
49
 
data/bin/bumpy_bridge CHANGED
@@ -3,7 +3,7 @@
3
3
  require File.expand_path('../../lib/bumpy_bridge', __FILE__)
4
4
 
5
5
  base = Dir.pwd
6
- config = File.expand_path('bumpy_bridge.yml', base)
6
+ config = File.expand_path(ARGV.last, base)
7
7
  piddir = File.join(base, 'tmp', 'pids')
8
8
 
9
9
  Daemons.run_proc(File.basename(__FILE__), dir: piddir) do
@@ -1,3 +1,3 @@
1
1
  class BumpyBridge
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bumpy_bridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-08 00:00:00.000000000 Z
12
+ date: 2015-06-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -156,7 +156,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  segments:
158
158
  - 0
159
- hash: 3917187243928973188
159
+ hash: 2166207992374774766
160
160
  required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  none: false
162
162
  requirements:
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  segments:
167
167
  - 0
168
- hash: 3917187243928973188
168
+ hash: 2166207992374774766
169
169
  requirements: []
170
170
  rubyforge_project:
171
171
  rubygems_version: 1.8.23