tao_ui 0.2.0 → 0.2.1

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: c4503a47fdc14364f2b6de5a4754818c9ea7d214
4
- data.tar.gz: cca0b1713325cdb3cd7d283ad6963a1e0bb902e8
3
+ metadata.gz: 7395f0383610507d7a0e6274f2ba290c55b3047a
4
+ data.tar.gz: 8409726028456891381119648a146d895eb7b74c
5
5
  SHA512:
6
- metadata.gz: 9653a5a12c355ce4d3fc758302b83f7bec482a79303fbf68a161b37e9d4daaf70b18550fbd5ff7b52c756becdf14a28d9419778c0825514797ab784bff9a3ab8
7
- data.tar.gz: b6162bbcea4162b646cc5ed191511251f5cfa2131f0f795b9d048cd7c08ea09754cbb1af03bd663e3e967e891cfa5eb0da858801850dc62da46d731abdfea224
6
+ metadata.gz: 6f8dc3e95d87df05def1bff3d9bf6795769e55187f77c236a79014fbd2038bde0e11a57fc3e91e2698b9912464c0d15106eac7be2e4ba7d9a9736f0cd5a20ab9
7
+ data.tar.gz: c1645f8e1815d6cd99698c6847295000c7e705e515f7f12c65943675f39f8e712d7428c6b25a7f394170f46a687c3c7ab4083621c823c8a9c66afa832324a574
@@ -0,0 +1,5 @@
1
+ zh-CN:
2
+ tao_ui:
3
+ components:
4
+ dialog:
5
+ close: Close
@@ -0,0 +1,5 @@
1
+ zh-CN:
2
+ tao_ui:
3
+ components:
4
+ dialog:
5
+ close: 关闭
@@ -0,0 +1,5 @@
1
+ zh-CN:
2
+ tao_ui:
3
+ components:
4
+ slide_box:
5
+ close: Close
@@ -0,0 +1,5 @@
1
+ zh-CN:
2
+ tao_ui:
3
+ components:
4
+ slide_box:
5
+ close: 关闭
@@ -1,3 +1,3 @@
1
1
  module TaoUi
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tao_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - farthinker
@@ -90,6 +90,10 @@ files:
90
90
  - LICENSE
91
91
  - README.md
92
92
  - Rakefile
93
+ - config/locales/tao_ui/components/dialog/en.yml
94
+ - config/locales/tao_ui/components/dialog/zh-CN.yml
95
+ - config/locales/tao_ui/components/slide_box/en.yml
96
+ - config/locales/tao_ui/components/slide_box/zh-CN.yml
93
97
  - lib/assets/icons/Loading.svg
94
98
  - lib/assets/icons/close.svg
95
99
  - lib/assets/javascripts/tao/ui/dialog/element.coffee