krl 0.1.67 → 0.1.68

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 (2) hide show
  1. data/lib/commit.rb +1 -1
  2. 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: 157
4
+ hash: 147
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 67
10
- version: 0.1.67
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-05 00:00:00 -06:00
18
+ date: 2010-10-13 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency