cronin 0.0.3 → 0.0.4

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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/cronin.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ require 'jeweler'
14
14
  Jeweler::Tasks.new do |gem|
15
15
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
16
16
  gem.name = "cronin"
17
- gem.homepage = "http://github.com/innov8n/cronin"
17
+ gem.homepage = "http://github.com/innov8on/cronin"
18
18
  gem.license = "MIT"
19
19
  gem.summary = %Q{Cronin can determine cron tasks executions}
20
20
  gem.description = %Q{Cronin can determine cron tasks executions}
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cronin}
8
- s.version = "0.0.3"
8
+ s.version = "0.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["S\305\202awosz S\305\202awi\305\204ski"]
@@ -50,7 +50,7 @@ Gem::Specification.new do |s|
50
50
  "spec/spec_helper.rb",
51
51
  "spec/week_days_spec.rb"
52
52
  ]
53
- s.homepage = %q{http://github.com/innov8n/cronin}
53
+ s.homepage = %q{http://github.com/innov8on/cronin}
54
54
  s.licenses = ["MIT"]
55
55
  s.require_paths = ["lib"]
56
56
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cronin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - "S\xC5\x82awosz S\xC5\x82awi\xC5\x84ski"
@@ -123,7 +123,7 @@ files:
123
123
  - spec/spec_helper.rb
124
124
  - spec/week_days_spec.rb
125
125
  has_rdoc: true
126
- homepage: http://github.com/innov8n/cronin
126
+ homepage: http://github.com/innov8on/cronin
127
127
  licenses:
128
128
  - MIT
129
129
  post_install_message: