ghost_reader 1.1.3 → 1.1.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.
@@ -51,10 +51,11 @@ module GhostReader
51
51
  ex.nil? ? result : raise(ex)
52
52
  end
53
53
 
54
- def track(missings)
55
- return if self.missings.nil? # not yet initialized
56
- config.logger.debug "tracking: #{missings.inspect}"
57
- self.missings.deep_merge!(missings)
54
+ def track(missing)
55
+ return if missings.nil? # not yet initialized
56
+ config.logger.debug "tracking: #{missing.inspect}"
57
+ self.missings.deep_merge!(missing)
58
+ config.logger.debug "missings: #{missings.inspect}"
58
59
  end
59
60
 
60
61
  # data, e.g. {'en' => {'this' => {'is' => {'a' => {'test' => 'This is a test.'}}}}}
@@ -1,3 +1,3 @@
1
1
  module GhostReader
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghost_reader
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 3
10
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Phil Hofmann
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-17 00:00:00 +01:00
18
+ date: 2012-01-18 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency