scheduler_daemon 1.1.1 → 1.1.2

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
@@ -1,14 +1,14 @@
1
1
 
2
2
  Awesome! Now that you've created a scheduler, you can test it out with:
3
3
 
4
- ruby scheduler/bin/scheduler_daemon.rb run
4
+ bundle exec scheduler_daemon run
5
5
 
6
6
  to run it in the background (a la system start-up):
7
7
 
8
- ruby /path/to/rails/app/scheduler/bin/scheduler_daemon.rb start
8
+ bundle exec scheduler_daemon start
9
9
 
10
10
 
11
11
  You'll probably want to add tests or specs for your new task.
12
- You can find existing specs for plugin in the scheduler_daemon/spec folder.
12
+ You can find existing specs for scheduler_daemon in the scheduler_daemon/spec folder.
13
13
 
14
14
  Be sure to copy them to your spec folder if you're using rspec.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{scheduler_daemon}
8
- s.version = "1.1.1"
8
+ s.version = "1.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Steven Soroka"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scheduler_daemon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steven Soroka