foreground 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/foreground/version.rb +1 -1
  2. metadata +6 -4
@@ -1,3 +1,3 @@
1
1
  module Foreground
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: foreground
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:
@@ -127,6 +127,7 @@ description: Control daemonizing background processes with launchd.
127
127
  email:
128
128
  - bjoernalbers@googlemail.com
129
129
  executables:
130
+ - foreground
130
131
  - foreground_sample_daemon
131
132
  extensions: []
132
133
  extra_rdoc_files: []
@@ -137,6 +138,7 @@ files:
137
138
  - LICENSE.txt
138
139
  - README.md
139
140
  - Rakefile
141
+ - bin/foreground
140
142
  - bin/foreground_sample_daemon
141
143
  - features/sample_daemon.feature
142
144
  - features/start_stop.feature
@@ -164,7 +166,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
166
  version: '0'
165
167
  segments:
166
168
  - 0
167
- hash: -3670891717628661240
169
+ hash: -1540966374872401692
168
170
  required_rubygems_version: !ruby/object:Gem::Requirement
169
171
  none: false
170
172
  requirements:
@@ -173,13 +175,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
175
  version: '0'
174
176
  segments:
175
177
  - 0
176
- hash: -3670891717628661240
178
+ hash: -1540966374872401692
177
179
  requirements: []
178
180
  rubyforge_project:
179
181
  rubygems_version: 1.8.24
180
182
  signing_key:
181
183
  specification_version: 3
182
- summary: foreground-0.0.1
184
+ summary: foreground-0.0.2
183
185
  test_files:
184
186
  - features/sample_daemon.feature
185
187
  - features/start_stop.feature