applocale 0.2.3 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 269a0b00b1d4a213e8e384836a2114057692c2ef
4
- data.tar.gz: e0eb7aabaa4b8cd918382bf43a3dd0b0151a5c27
3
+ metadata.gz: b646796e6550e90db34d2e04dc0307e866678f71
4
+ data.tar.gz: 0a4b6c15a6a6e5249bfad7e691bda976a8eb1b29
5
5
  SHA512:
6
- metadata.gz: 79ba9f4d67ff026796421fab0b36c09fe58bedae3610f9416060da136e385b5905dcbcb995483ad51dbdc17ac6083a85704630380d3884d87f2ac76b722c13b3
7
- data.tar.gz: ad628b0dacb5b1492c24c96276ffb3074f147dc56a7b1db4f92e43dc01fe3392a8f09a671f78a47a5a71df57628fab681369e4e2293fcf3abc99a98d01da5812
6
+ metadata.gz: 43a409329ac1701dde09c3a091273b206b9b79f0aa50cbf91af9ea0d033d91a1ce871c2b7ffea1dc761b90fd3f9f573840e243d4fa2adfc2492b1e1f5ff4ba02
7
+ data.tar.gz: 7e2977f7fde645c2067a15e0861c50d1d3e23c5ecf663f8e323dc74e64d47ade2fb3ac2a7e4004a36ce499ba1d33147f3f983bc87a786e50bea9948d96cac4aa
@@ -1,5 +1,4 @@
1
1
  require 'colorize'
2
- require 'colorize'
3
2
  # module Applocale
4
3
  # class Setting
5
4
  # class <<self
@@ -1,3 +1,3 @@
1
1
  module Applocale
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: applocale
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kennix
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-27 00:00:00.000000000 Z
11
+ date: 2018-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -119,6 +119,7 @@ description: It can convert file between string and xlsx, also support download
119
119
  project. Support ios and android.
120
120
  email:
121
121
  - kennixdev@gmail.com
122
+ - johnwongapi@gmail.com
122
123
  executables:
123
124
  - applocale
124
125
  extensions: []