i18n_checker 0.4.0 → 0.4.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d21496e1a89e1ef6ce2aef464cf113ff368cbc3
4
- data.tar.gz: 5c8b3f8fa70b51c5b72b193e25ddc16a6e44cd97
3
+ metadata.gz: ef286c1f99f8169740f4bae2e43bf3aa95b93eca
4
+ data.tar.gz: 9149ed553dc95e8337b54e011d8380890d457f9f
5
5
  SHA512:
6
- metadata.gz: bd7cdce91c0f705ac7003dab827c03496b7002bebf55381be5a10fee07d774c18e0beaa7c641cf395e1e3a381d8a918cd89bba6bc2e42e5f520808126ee5e127
7
- data.tar.gz: 245142d928fa35252c3f44f34769b7d60c4717fb041b2ce697d718242d3b763a912d113232cd6b4e4013bb257d55aefe2306d80f34edb6704f40687bdfd0fc90
6
+ metadata.gz: 05b957fb37202dda939b7e4ff3da6b9b64a9e434f32f6f23f7534b4cf5a4300ccb164250dcd081db31ae4b2f6d49ec9f04b52c5821b6916a9140fe3355338157
7
+ data.tar.gz: d78ffb732b787bd20df54b3f5a63dc95db99ddbf054f25eac979802f98ea69efecb4ca631d7329bc93b672b1eb56986206f78cece6e382050f6f1a4f31b87e10
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- i18n_checker (0.4.0)
4
+ i18n_checker (0.4.1)
5
5
  colorator (~> 1.1.0)
6
6
  haml_parser (~> 0.4)
7
7
  parser
data/README.md CHANGED
@@ -22,7 +22,6 @@ require 'i18n_checker/rake_task'
22
22
  I18nChecker::RakeTask.new do |task|
23
23
  task.source_paths = FileList['app/models/*', 'app/views/*'] # haml templates, ruby sources
24
24
  task.locale_file_paths = FileList['config/locales/*'] # locale file paths
25
- paths
26
25
  end
27
26
  ```
28
27
 
@@ -1,3 +1,3 @@
1
1
  module I18nChecker
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - holyshared