t9n 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,9 +47,9 @@ module Perfectline
47
47
  end
48
48
 
49
49
  count = options[:count]
50
- scope = options.delete(:count)
50
+ scope = options[:scope]
51
+ object = options[:object]
51
52
  default = options.delete(:default)
52
- object = options.delete(:object)
53
53
  values = options.reject{ |name, value| INTERPOLATION_RESERVED_KEYS.include?(name.to_s) }
54
54
  entry = lookup(locale, key, scope, object)
55
55
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: t9n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanel Suurhans