rerun_task 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RerunTask
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: