missing_text 1.0.0 → 1.0.1

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: 92962a8f9b9424748b7b58ed525c0330953c7dd0
4
- data.tar.gz: ff14218fe129557178a49d1308f0e8439c003526
3
+ metadata.gz: 6d89a234b01acae805c92b33c53ad2d31c089487
4
+ data.tar.gz: bc344c62a7ab6e0772b04f124371ce8b0db4067f
5
5
  SHA512:
6
- metadata.gz: b27b236938abca09f7e324076065aed2755a800cb09f79613981e914619a8f4e93e5d24561426e1af1627a4a91bdc9b33d38ce5d5ae17723f656c66eb8556800
7
- data.tar.gz: 644eadcee538037cde5d39df63e949d70a09901feacb16e93a242e82f8166d4e0dcaef68bbaf175800e2e3e189e396d84b899513e43a8ab9734e8264f723f013
6
+ metadata.gz: c7759d407bbce02979f9cde1cb7064fe15a20b36d1983b3e9d92b8971061f4b3c68ff6c8489a5a64dcf8366a544a743baaf56337a8691efafc4047c3e6dbf0d5
7
+ data.tar.gz: 8051d8cca1c79b68db019995e510eae260635de472d5ef9d0883717c7c5ac7f08d33d17b8f53bdc03f06d2de5856e911d875322962044a04a0c9910739e85b98
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2015 YOURNAME
1
+ Copyright 2015 Chris Sandison
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -132,9 +132,6 @@ module MissingText
132
132
 
133
133
  # outer method for creating keymap on parent hash
134
134
  def make_keymap(langmap_entry, language)
135
- if language.blank?
136
- binding.pry
137
- end
138
135
  language.each do |key, value|
139
136
  if value.is_a? Hash
140
137
  make_keymap_for(langmap_entry, value, [key.to_sym])
@@ -1,3 +1,3 @@
1
1
  module MissingText
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: missing_text
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ChrisSandison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-18 00:00:00.000000000 Z
11
+ date: 2015-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -296,7 +296,8 @@ dependencies:
296
296
  version: '0'
297
297
  description: MissingText is a rails engine for detecting missing translations from
298
298
  your locale files. The web interface allows full visiblity of missing translations
299
- by file, allowing you to revisit and clear sessions.
299
+ by file, allowing you to revisit and clear sessions. Please see github for full
300
+ installation and use instructions
300
301
  email:
301
302
  - chris.sandison@gmail.com
302
303
  executables: []
@@ -1366,7 +1367,6 @@ files:
1366
1367
  - spec/dummy/tmp/cache/assets/test/sprockets/v3.0/z0XSwMnyOUTK1g_rnSD1wrtRmSOds-QZpohuGdvU9EE.cache
1367
1368
  - spec/dummy/tmp/cache/assets/test/sprockets/v3.0/zljgZWGFN5ItGK6hO1I_NnRBlFanvPsCiJC-el01Ddw.cache
1368
1369
  - spec/dummy/tmp/cache/assets/test/sprockets/v3.0/zrKzOdwZbkLlVNr2EHMWmUNs2j5Df6Pi6w_xWhLqxtA.cache
1369
- - spec/dummy/tmp/pids/server.pid
1370
1370
  - spec/factories/missing_text_batches.rb
1371
1371
  - spec/factories/missing_text_entries.rb
1372
1372
  - spec/factories/missing_text_records.rb
@@ -2430,7 +2430,6 @@ test_files:
2430
2430
  - spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ZriuBRi6cyrtqmAz84l-oahO1qgpqBZ5KQiI1d0KE-8.cache
2431
2431
  - spec/dummy/tmp/cache/assets/test/sprockets/v3.0/zrKzOdwZbkLlVNr2EHMWmUNs2j5Df6Pi6w_xWhLqxtA.cache
2432
2432
  - spec/dummy/tmp/cache/assets/test/sprockets/v3.0/ZxCfUfy_tonBoMbyL1dAsV71bFLnxn1WD60VtO9RHUY.cache
2433
- - spec/dummy/tmp/pids/server.pid
2434
2433
  - spec/factories/missing_text_batches.rb
2435
2434
  - spec/factories/missing_text_entries.rb
2436
2435
  - spec/factories/missing_text_records.rb
@@ -1 +0,0 @@
1
- 13913