checker 0.6.3 → 0.6.4
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/CHANGELOG +12 -0
- data/checker.gemspec +1 -1
- data/lib/checker/version.rb +1 -1
- data/templates/checker-prepare-commit-msg +1 -1
- metadata +2 -2
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-
|
|
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"]
|
data/lib/checker/version.rb
CHANGED
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.
|
|
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-
|
|
13
|
+
date: 2012-09-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: colorize
|