buildar 0.3.2.1 → 0.3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/rakefile.rb +3 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.2.
|
1
|
+
0.3.2.2
|
data/rakefile.rb
CHANGED
@@ -27,11 +27,13 @@ module Buildar
|
|
27
27
|
s.email = "FIX@FIX.COM"
|
28
28
|
s.homepage = "http://FIX.COM/"
|
29
29
|
s.licenses = ['FIX']
|
30
|
+
s.has_rdoc = true
|
31
|
+
# s.test_files = ['FIX']
|
30
32
|
|
31
33
|
# Dynamic assignments
|
32
34
|
s.files = manifest
|
33
35
|
s.version = version
|
34
|
-
s.date = Time.now.strftime("%Y-%m-%d")
|
36
|
+
# s.date = Time.now.strftime("%Y-%m-%d")
|
35
37
|
|
36
38
|
# s.add_runtime_dependency "rest-client", ["~> 1"]
|
37
39
|
# s.add_runtime_dependency "json", ["~> 1"]
|