hireling 0.1.3 → 0.1.4

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 (2) hide show
  1. data/Rakefile +2 -2
  2. metadata +5 -5
data/Rakefile CHANGED
@@ -6,13 +6,13 @@ specification = Gem::Specification.new do |s|
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.name = "hireling"
8
8
  s.summary = "Simple scheduled process structure for Rails apps."
9
- s.version = "0.1.3"
9
+ s.version = "0.1.4"
10
10
  s.author = "David Vollbracht, Scott Conley"
11
11
  s.description = s.summary
12
12
  s.email = "scott.conley@flipstone.com"
13
13
  s.homepage = ""
14
14
  s.rubyforge_project = ""
15
- s.bindir = "bin"
15
+ s.executables = ["hirelings_ctl"]
16
16
  s.has_rdoc = false
17
17
  s.add_dependency('daemons', '>= 1.0.10')
18
18
  s.add_dependency('rufus-scheduler', '>= 2.0.6')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hireling
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Vollbracht, Scott Conley
@@ -52,8 +52,8 @@ dependencies:
52
52
  version_requirements: *id002
53
53
  description: Simple scheduled process structure for Rails apps.
54
54
  email: scott.conley@flipstone.com
55
- executables: []
56
-
55
+ executables:
56
+ - hirelings_ctl
57
57
  extensions: []
58
58
 
59
59
  extra_rdoc_files: []