locales_panel 1.0.0 → 1.0.1

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: 54d5e29f5e637167a857ac61147f515432326637
4
- data.tar.gz: 79e039d9276a82cff37696143922a5c8d42a6b63
3
+ metadata.gz: 11f0824ac89a95496a797e817a4ca4b7eb4c1f9d
4
+ data.tar.gz: 27e9df08c2fb459bd330a34a2d1fc25d6ce9972f
5
5
  SHA512:
6
- metadata.gz: fd2e248b8c3f6d07259a0a9cdbb7a4b39cfeb102c46bc35aa811a255405b588f944be01b0e2832f891025567a2eebeeedb6144657da8199e07c55008aab3c6a5
7
- data.tar.gz: b92f04b9edda2996963017e2e3fc6dd4e165fc29e08a759dfd280c82f79493ed865879639a33b50ab906a62e327b9e1ab78188052fb7d790048e9c578869a8cf
6
+ metadata.gz: 4aeb401d64eb979892216838c04a580a113da2448012f7a7bc4c9448a6694f89788a784c75ecb5f7628c7fa68ce7bd24b175efecf9eddd724dc644cb6a3ea940
7
+ data.tar.gz: 7765c984084d78a3906c51b74d628852b2bf4437aa0cf6aebb7b7339a4633cfa7c47fd8f7216cc6c0fd8fc91a0bcca1a51c8e27b1fa6fcd45f295c160823394a
data/README.md CHANGED
@@ -4,7 +4,7 @@ Change translations directly in a published site.
4
4
 
5
5
  Use by visiting `http://.../locales/edit`.
6
6
 
7
- Saving will overwrite YAML locale files.
7
+ Saving will overwrite YAML locale files and apply changes.
8
8
 
9
9
  # Installation
10
10
 
@@ -1,3 +1,3 @@
1
1
  module LocalesPanel
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locales_panel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Kasprzyk
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Edit yaml translations in browser
69
+ description: Change translations directly in a published site. Use by visiting http://.../locales/edit.
70
+ Saving will overwrite YAML locale files and apply changes.
70
71
  email:
71
72
  - kapustka.maciek@gmail.com
72
73
  executables: []
@@ -104,8 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
105
  version: '0'
105
106
  requirements: []
106
107
  rubyforge_project:
107
- rubygems_version: 2.4.5
108
+ rubygems_version: 2.4.4
108
109
  signing_key:
109
110
  specification_version: 4
110
- summary: Edit yaml translations in browser
111
+ summary: Edit yaml translations directly in application
111
112
  test_files: []