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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fba6d5c77e333974e53abb7dcdd20f2d7422d686
4
- data.tar.gz: 4eb6802848c56cf739814e16c008661124c6a064
3
+ metadata.gz: 5baf9d78c58e54ef28dc02d47853a0ad5cc47e48
4
+ data.tar.gz: 663f20d241cc959ac781f1128d6c63fe430e8fea
5
5
  SHA512:
6
- metadata.gz: d43e795c867d365cb13d305838e6e073a58ca355c0d19b6c44666a99900c47e7842d4a128a9e8d708e9766095c0813fb31babc1cf1bd33ba2216d929fc303a4c
7
- data.tar.gz: 3de43811603c2d3c223a0b7a7884d1b6eba9e7b1ebb4f7e629a9932095f951587f9b8cef6b477b8cb43e0e7f0fa037f2c8f4fce4972527b2510f7e5b6031d119
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
- $ haml-i18n-lint --version
30
- haml-i18n-lint 0.1.0
31
- $ haml-i18n-lint --help
32
- Usage: haml-i18n-lint [OPTION]... [FILE]...
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
- # $ haml-i18n-lint
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: haml-i18n-lint [OPTION]... [FILE]...'
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
@@ -1,3 +1,3 @@
1
1
  module HamlI18nLint
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  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.7.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
- - haml-i18n-lint
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/haml-i18n-lint
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