rerun_task 0.0.1 → 0.0.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/lib/rerun_task/version.rb +1 -1
- data/rerun_task.gemspec +1 -1
- metadata +2 -2
data/lib/rerun_task/version.rb
CHANGED
data/rerun_task.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = RerunTask::VERSION
|
|
8
8
|
s.authors = ["lukasvotypka"]
|
|
9
9
|
s.email = ["lukas.votypka@gmail.com"]
|
|
10
|
-
s.homepage = ""
|
|
10
|
+
s.homepage = "https://github.com/luigi-sk/rerun_task"
|
|
11
11
|
s.summary = %q{Re-run task if is not finished}
|
|
12
12
|
s.description = %q{This gem is developed for handling rake task and re-run them if didn't finished successfully}
|
|
13
13
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: rerun_task
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- lukasvotypka
|
|
@@ -60,7 +60,7 @@ files:
|
|
|
60
60
|
- lib/rerun_task/watch_process.rb
|
|
61
61
|
- rerun_task.gemspec
|
|
62
62
|
- test/watch_process_test.rb
|
|
63
|
-
homepage:
|
|
63
|
+
homepage: https://github.com/luigi-sk/rerun_task
|
|
64
64
|
licenses: []
|
|
65
65
|
|
|
66
66
|
post_install_message:
|