kilt 0.3.1 → 0.3.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/Rakefile +3 -4
- data/VERSION +1 -1
- metadata +6 -6
data/Rakefile
CHANGED
|
@@ -10,10 +10,9 @@ begin
|
|
|
10
10
|
gem.email = "dc.rec1@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/dcrec1/kilt"
|
|
12
12
|
gem.authors = ["Diego Carrion"]
|
|
13
|
-
gem.
|
|
14
|
-
gem.
|
|
15
|
-
gem.
|
|
16
|
-
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
13
|
+
gem.add_dependency "rest-client"
|
|
14
|
+
gem.add_dependency "crack"
|
|
15
|
+
gem.add_dependency "rufus-scheduler"
|
|
17
16
|
end
|
|
18
17
|
Jeweler::GemcutterTasks.new
|
|
19
18
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.2
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.3.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Diego Carrion
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-03-
|
|
17
|
+
date: 2010-03-22 00:00:00 -03:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
segments:
|
|
28
28
|
- 0
|
|
29
29
|
version: "0"
|
|
30
|
-
type: :
|
|
30
|
+
type: :runtime
|
|
31
31
|
version_requirements: *id001
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: crack
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
segments:
|
|
40
40
|
- 0
|
|
41
41
|
version: "0"
|
|
42
|
-
type: :
|
|
42
|
+
type: :runtime
|
|
43
43
|
version_requirements: *id002
|
|
44
44
|
- !ruby/object:Gem::Dependency
|
|
45
45
|
name: rufus-scheduler
|
|
@@ -51,7 +51,7 @@ dependencies:
|
|
|
51
51
|
segments:
|
|
52
52
|
- 0
|
|
53
53
|
version: "0"
|
|
54
|
-
type: :
|
|
54
|
+
type: :runtime
|
|
55
55
|
version_requirements: *id003
|
|
56
56
|
description: A client that listens to Pivotal Tracker activities and notifies them with Growl.
|
|
57
57
|
email: dc.rec1@gmail.com
|