locales_panel 1.0.0 → 1.0.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 +4 -4
- data/README.md +1 -1
- data/lib/locales_panel/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11f0824ac89a95496a797e817a4ca4b7eb4c1f9d
|
|
4
|
+
data.tar.gz: 27e9df08c2fb459bd330a34a2d1fc25d6ce9972f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4aeb401d64eb979892216838c04a580a113da2448012f7a7bc4c9448a6694f89788a784c75ecb5f7628c7fa68ce7bd24b175efecf9eddd724dc644cb6a3ea940
|
|
7
|
+
data.tar.gz: 7765c984084d78a3906c51b74d628852b2bf4437aa0cf6aebb7b7339a4633cfa7c47fd8f7216cc6c0fd8fc91a0bcca1a51c8e27b1fa6fcd45f295c160823394a
|
data/README.md
CHANGED
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.
|
|
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:
|
|
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.
|
|
108
|
+
rubygems_version: 2.4.4
|
|
108
109
|
signing_key:
|
|
109
110
|
specification_version: 4
|
|
110
|
-
summary: Edit yaml translations in
|
|
111
|
+
summary: Edit yaml translations directly in application
|
|
111
112
|
test_files: []
|