serfx 0.0.5 → 0.0.6

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: ab02aaee627c779f2426f107a2e48d4e876e14b0
4
- data.tar.gz: c6429bf923f68a9f5cb13981fcf96377c4e24cc5
3
+ metadata.gz: 65e79c908f0cef06b8c9050ab7f89f7bf4d4f94a
4
+ data.tar.gz: 4d6092ea8e5062cf892a0c1285525a907983faf4
5
5
  SHA512:
6
- metadata.gz: 58f1c41cfcd50252d7618e8370a37d86432647d8897c41cb677bbc17c125e19b6b716a264bbedafe3813900b84a6157db4822f7a346eb829ec0d994f4a040694
7
- data.tar.gz: 644b79b040b7a4cfbe507b1264d2709622a747dcd4b6f5ba8ed8d2af18067703652748e135452649f82401267456a667eae246e5e9df68d9da805edd1633b3ef
6
+ metadata.gz: f38033a7843071a2066205627f6d10ff1ffb0bd7e4aaff04e37f3303f779e212a6ad272c4432f5ed2068cfd9c96b67100fbe66eb03869198b317de971b37a945
7
+ data.tar.gz: 30acdf7bcb5b036b61a09fea09a39789ee5601770081a0688b619009c2cc3efdeace7e27b6292bab17dcbe45440d26c1328db515aff1d539f782ea48f0638235
@@ -132,7 +132,7 @@ module Serfx
132
132
  #
133
133
  # @return [String] 'success' if task is started
134
134
  def start
135
- if exist? || command.nil?
135
+ if exists? || command.nil?
136
136
  return 'failed'
137
137
  end
138
138
  pid = fork do
data/lib/serfx/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  #
3
3
  # Provides version as a contsant for the serf gem
4
4
  module Serfx
5
- VERSION = '0.0.5'
5
+ VERSION = '0.0.6'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serfx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rnjib Dey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-26 00:00:00.000000000 Z
11
+ date: 2014-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: msgpack