adapt-charyf 0.3.2 → 0.3.3

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: 58434d672a481ddf551af6b3827a934b49ba8f62
4
- data.tar.gz: 519d1a2a8f36740cef3d444c210fb5711d237459
3
+ metadata.gz: 4125fa9f68b59e2bc87aca4c9323dffaf2b2f5e9
4
+ data.tar.gz: 764b916befc17af71dfa835356d82d7e42f3d61e
5
5
  SHA512:
6
- metadata.gz: 19a652151460de3c28c964a000108490d1007413af26f4f997d490b39dbeaa0f90915140b9fa8fee0bb7c03632fcf9f25267f820f14c91ad651647fddfe93aa5
7
- data.tar.gz: a207d4320769a075b4c12cb6fbc67c728bc6472eef447e35578626883d02cabf804c0afea2d1fae78a0222bfc2079db4967623dad6661c8bb84e0ec366570ebf
6
+ metadata.gz: 7c2f478798f25aa61fd89a5b1ecc91df724946cedf1fd2a1d70f30eb0c40eefba9d37e2378f51b3eef6dbe8f7f8ea4c869e49c1d3a93181943f1c753aa95540c
7
+ data.tar.gz: fbb76f671f2880ca58d4958007abef7442d24b349f20de378f7bc4980ac148da13fc1dedfec865038e5bc9eb03eb454b30bca46269cff7545cc31ca962171fd0
@@ -38,9 +38,9 @@ module Adapt
38
38
  def parser
39
39
  return @_parser if @_parser_initialized
40
40
 
41
- @_parser = Adapt::Helpers::Parser.get(Adapt.config.locale)
41
+ @_parser = Adapt::Helpers::Parser.get(Adapt.locale)
42
42
  @_parser_initialized = true
43
- puts "No language helper for locale '#{Adapt.config.locale}' available" if @_parser.nil?
43
+ puts "No language helper for locale '#{Adapt.locale}' available" if @_parser.nil?
44
44
  end
45
45
 
46
46
  private
@@ -1,3 +1,3 @@
1
1
  module Adapt
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adapt-charyf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Ludvigh