zodiac 0.2.9 → 0.2.10

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
- SHA1:
3
- metadata.gz: 5d47db1b9f63d1007e8fbb6d8c709a5cda08bcaa
4
- data.tar.gz: af30cc588126384746d8fd32192a4a72748d4fca
2
+ SHA256:
3
+ metadata.gz: 5721a2fbeaae7ef893d2665d3a3426b83ec8e620ee787ae649bd7590dff06a24
4
+ data.tar.gz: 0a8587fa79e7b8f9fda35950ec0bb41f5150da5c4a86b58d92b1ca8270e67481
5
5
  SHA512:
6
- metadata.gz: d3fcd36684011082700e611c2e81ae46991be3e7d7d138ef61d92c9f8634e6c7ca2b78e4f3e440c03750144ff9a7041ecca739f4301ad291b74217c14650c679
7
- data.tar.gz: 30f92cccdade701bd02411c39ecd7ba223f809c3c54229931fe8c4cfacc8453942c3fdae1d25a635560e165f13c576ac5b305d5a6679fcb2c5bd0ea571d634f6
6
+ metadata.gz: 92a90ebfa4aa1adcde43d281c2048d765f68c236d5e30f5a68f67ca6bb915aedff319378251b5588388e530c30a36de18bd56ca0f352f28146855e3e94593bb5
7
+ data.tar.gz: f3a328a9bd4d911491366fc6575c9f74d53d1596010137adb6e370d4e67eb4d745efc60d5bc76ed0e1b2dba7b083fd83c099f12a6c4938eba2c9b6ccff52f4b1
data/README.md CHANGED
@@ -106,6 +106,7 @@ rails generate zodiac:migration Person custom_sign_id
106
106
  * lv (Latvian) - thanks [ExClouds](https://github.com/ExClouds)
107
107
  * zh-TW (Traditional Chinese) - thanks [Dylan0203](https://github.com/Dylan0203)
108
108
  * uk (Ukrainian) - thanks [valdemarua](https://github.com/valdemarua)
109
+ * vi (Vietnamese) - thanks [kevincolemaninc](https://github.com/KevinColemanInc)
109
110
 
110
111
  ## Changelog
111
112
 
@@ -121,6 +122,7 @@ rails generate zodiac:migration Person custom_sign_id
121
122
  * 0.2.7 Added Chinese, French & Latvian locales, added `Zodiac::Date#zodiac_sign_symbol`.
122
123
  * 0.2.8 Added Traditional Chinese locale (thanks [Dylan0203](https://github.com/Dylan0203)).
123
124
  * 0.2.9 Added Ukrainian locale (thanks [valdemarua](https://github.com/valdemarua)).
125
+ * 0.2.10 Added Vietnamese locale (thanks [KevinColemanInc](https://github.com/KevinColemanInc)).
124
126
 
125
127
  ## Roadmap
126
128
 
@@ -0,0 +1,14 @@
1
+ vi:
2
+ zodiac:
3
+ aries: Bạch Dương
4
+ taurus: Kim Ngưu
5
+ gemini: Song Tử
6
+ cancer: Cự Giải
7
+ leo: Sư Tử
8
+ virgo: Xử Nữ
9
+ libra: Thiên Bình
10
+ scorpio: Bọ Cạp
11
+ sagittarius: Nhân Mã
12
+ capricorn: Ma Kết
13
+ aquarius: Bảo Bình
14
+ pisces: Song Ngư
@@ -1,3 +1,3 @@
1
1
  module Zodiac
2
- VERSION = '0.2.9'
2
+ VERSION = '0.2.10'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zodiac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vsevolod Romashov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-01 00:00:00.000000000 Z
11
+ date: 2018-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: funtimes
@@ -150,6 +150,7 @@ files:
150
150
  - lib/locales/pt-BR.yml
151
151
  - lib/locales/ru.yml
152
152
  - lib/locales/uk.yml
153
+ - lib/locales/vi.yml
153
154
  - lib/locales/zh-CN.yml
154
155
  - lib/locales/zh-TW.yml
155
156
  - lib/zodiac.rb
@@ -185,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
186
  version: '0'
186
187
  requirements: []
187
188
  rubyforge_project:
188
- rubygems_version: 2.5.2
189
+ rubygems_version: 2.7.6
189
190
  signing_key:
190
191
  specification_version: 4
191
192
  summary: Zodiac sign calculator for any date