checker 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,15 @@
1
+ === version 0.6.4 (released 2012-09-24)
2
+
3
+ * fix a prepare-commit-msg hook so it won't destroy line endings in the commit message
4
+
5
+ === version 0.6.3 (released 2012-09-19)
6
+
7
+ * installation script
8
+ * fix two issues (#14, #15)
9
+ * new module: detecting commiting git conflicts
10
+ * added a debug mode
11
+ * added help (command: checker help)
12
+
1
13
  === version 0.6.2 (released 2012-08-30)
2
14
 
3
15
  * quick fix for rbenv users
data/checker.gemspec CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/checker/version', __FILE__)
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'checker'
6
6
  s.version = Checker::VERSION
7
- s.date = '2012-09-19'
7
+ s.date = '2012-09-24'
8
8
  s.summary = "Syntax checker for various files"
9
9
  s.description = "A collection of modules which every is designed to check syntax for specific files."
10
10
  s.authors = ["Jacek Jakubik", "Tomasz Pewiński"]
@@ -1,3 +1,3 @@
1
1
  module Checker
2
- VERSION = '0.6.3'
2
+ VERSION = '0.6.4'
3
3
  end
@@ -7,5 +7,5 @@ if [ $? == 1 ]; then
7
7
  fi
8
8
 
9
9
  text=`echo -n ':checkered_flag: '; cat $1`
10
- echo $text > $1
10
+ echo "$text" > $1
11
11
  #### End of checker script
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-09-19 00:00:00.000000000 Z
13
+ date: 2012-09-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: colorize