rubocoin 0.1.2 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8aa4172dacf8effb4c4050bb7a4ef0778bb236f9
4
- data.tar.gz: ddce33a158d62bf7a3d4598847dfcb550cf8acc1
3
+ metadata.gz: 35b5dda686bc4db7fcb2534c74a7d5c4d09cfc06
4
+ data.tar.gz: ffc547576bcde7c427c38f8376ba113cf7f39afd
5
5
  SHA512:
6
- metadata.gz: b442f9a3f79d80061055fe2587ef7c4225f78b17b62e73524a5834a48eb4cc44da901b5a6c226a52bea835ee31f4d793e97a6e54856a6742cfe84dc9cef13077
7
- data.tar.gz: d1d400b8c6f643855b793cd44d571cd4fa392654a904670b34a784362d09856d016e76452c83e43bdb07083107a8a5fdd3875538ed1f0a39b7b4e75cc2a9791f
6
+ metadata.gz: 3424bc4f9136bed738bf0dff28d0125869e1f0191166ec82a77b7d56598ea98f19001b7fdae3f88d449b8451abca16ee1b9048d50a1927e3a3390da1c0dd6339
7
+ data.tar.gz: 859d56d553c6bc3a3dda2abb49a631adab911e653747c0cf32af9902f7542352dbd7fdac1bae5f381bf7b07b60015c97407d977fe4e5eb39bb4a61dcdf27810b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocoin (0.1.2)
4
+ rubocoin (0.1.3)
5
5
  colorize
6
6
  sinatra
7
7
 
@@ -170,12 +170,11 @@ class Rubocoind < Sinatra::Base
170
170
  end
171
171
  end
172
172
 
173
-
174
173
  if daemonize
175
174
  fork do
176
175
  Rubocoind.run!
177
176
  end
177
+ exit 0
178
178
  end
179
179
 
180
- # TODO add cli opts
181
180
  Rubocoind.run!
@@ -1,3 +1,3 @@
1
1
  module Rubocoin
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocoin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - cbrnrd