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.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
|
-
|
4
|
+
bundle exec scheduler_daemon run
|
5
5
|
|
6
6
|
to run it in the background (a la system start-up):
|
7
7
|
|
8
|
-
|
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
|
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.
|
data/scheduler_daemon.gemspec
CHANGED
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:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 2
|
10
|
+
version: 1.1.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Steven Soroka
|