cronin 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/cronin.gemspec +2 -2
- 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/
|
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.
|
1
|
+
0.0.4
|
data/cronin.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{cronin}
|
8
|
-
s.version = "0.0.
|
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/
|
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:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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/
|
126
|
+
homepage: http://github.com/innov8on/cronin
|
127
127
|
licenses:
|
128
128
|
- MIT
|
129
129
|
post_install_message:
|