krl 0.1.67 → 0.1.68
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/commit.rb +1 -1
- metadata +4 -4
data/lib/commit.rb
CHANGED
@@ -8,6 +8,7 @@ module KRL_CMD
|
|
8
8
|
begin
|
9
9
|
app.krl = File.open(krl_file, 'r') { |f| f.read }
|
10
10
|
app.set_version_note(app.version, args.to_s) if args.to_s != ""
|
11
|
+
puts "Committed version #{app.version}"
|
11
12
|
rescue KRLParseError => e
|
12
13
|
puts "Unable to parse your krl."
|
13
14
|
puts "Errors:"
|
@@ -16,7 +17,6 @@ module KRL_CMD
|
|
16
17
|
else
|
17
18
|
raise "Unable to find file: #{krl_file}"
|
18
19
|
end
|
19
|
-
puts "Committed version #{app.version}"
|
20
20
|
end
|
21
21
|
end
|
22
22
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: krl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 147
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 68
|
10
|
+
version: 0.1.68
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Farmer, Cid Dennis
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-10-
|
18
|
+
date: 2010-10-13 00:00:00 -06:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|