haml_i18n_lint 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +5 -5
- data/exe/{haml-i18n-lint → haml_i18n_lint} +1 -1
- data/lib/haml_i18n_lint/version.rb +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5baf9d78c58e54ef28dc02d47853a0ad5cc47e48
|
4
|
+
data.tar.gz: 663f20d241cc959ac781f1128d6c63fe430e8fea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cc2d75ab100f45eea52c2f74af8d72d2924259d552a3b559f9adb13c67215d29c622d82d8723e427caaa34fb25ebf8886872e6766490d0e4ea1c945a9e0bbb3
|
7
|
+
data.tar.gz: 0cd123a39fee2444e314af5d651b5cbaedc7c99f147486d01a0e49f7651273287e8d5f1629ed74679c66a803d5f83103244813951c8617f760b8b76cdc7be596
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -26,10 +26,10 @@ Or install it yourself as:
|
|
26
26
|
|
27
27
|
## Usage
|
28
28
|
|
29
|
-
$
|
30
|
-
|
31
|
-
$
|
32
|
-
Usage:
|
29
|
+
$ haml_i18n_lint --version
|
30
|
+
haml_i18n_lint 0.1.0
|
31
|
+
$ haml_i18n_lint --help
|
32
|
+
Usage: haml_i18n_lint [OPTION]... [FILE]...
|
33
33
|
-c, --config=FILE configuration file
|
34
34
|
-f, --files=PATTERN pattern to find Haml template files, default: -f '**/*.haml'
|
35
35
|
|
@@ -46,7 +46,7 @@ The configuration file sample:
|
|
46
46
|
#
|
47
47
|
# The default output format is like following:
|
48
48
|
#
|
49
|
-
# $
|
49
|
+
# $ haml_i18n_lint
|
50
50
|
# test/fixtures/hi.html.haml:4
|
51
51
|
# 3: %head
|
52
52
|
# 4: %title Hi
|
@@ -7,7 +7,7 @@ Version = HamlI18nLint::VERSION
|
|
7
7
|
options = HamlI18nLint::Options.new
|
8
8
|
|
9
9
|
opt = OptionParser.new
|
10
|
-
opt.banner = 'Usage:
|
10
|
+
opt.banner = 'Usage: haml_i18n_lint [OPTION]... [FILE]...'
|
11
11
|
opt.on('-c FILE', '--config=FILE', 'configuration file') do |config_path|
|
12
12
|
options.config_path = config_path
|
13
13
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: haml_i18n_lint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seiei Miyagi
|
@@ -120,7 +120,7 @@ description:
|
|
120
120
|
email:
|
121
121
|
- hanachin@gmail.com
|
122
122
|
executables:
|
123
|
-
-
|
123
|
+
- haml_i18n_lint
|
124
124
|
extensions: []
|
125
125
|
extra_rdoc_files: []
|
126
126
|
files:
|
@@ -135,7 +135,7 @@ files:
|
|
135
135
|
- bin/console
|
136
136
|
- bin/setup
|
137
137
|
- certs/hanachin.pem
|
138
|
-
- exe/
|
138
|
+
- exe/haml_i18n_lint
|
139
139
|
- gemfiles/haml_4.gemfile
|
140
140
|
- gemfiles/haml_5.gemfile
|
141
141
|
- haml_i18n_lint.gemspec
|
metadata.gz.sig
CHANGED
Binary file
|