i18n-edit 0.9.0 → 0.9.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/i18n-edit.gemspec +1 -1
- data/lib/i18n/edit/version.rb +1 -1
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ad00e44a3f56ab3ed72383ef51edf3d0602a30a
|
4
|
+
data.tar.gz: 1fdbb697ad5b587c6dc05e7ae6c44599dfb23431
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f501a7a3b635c9f08810ee71f15be5772dab8c387f9d456f414eb78c7fce892d33574c5ed7ca09eaa0568f46139cb27d73012a85cc6843aaebf4af895ecc9664
|
7
|
+
data.tar.gz: ce3a0577d2fd2aef29daff6c10f793bc612ee238da18dfc161a12bd05f978fa9a9705c9e310ea2c1d0e49617dbb34281bf1deb635fbc4c499d8411de45c729db
|
data/i18n-edit.gemspec
CHANGED
@@ -47,5 +47,5 @@ Gem::Specification.new do |s|
|
|
47
47
|
# Dependency on a semantic version is too coarse to work well with something as large
|
48
48
|
# as rails.
|
49
49
|
s.add_runtime_dependency 'rails', '> 3'
|
50
|
-
|
50
|
+
s.add_runtime_dependency 'slim', '~> 3'
|
51
51
|
end
|
data/lib/i18n/edit/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: i18n-edit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bruce Perens
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - ">"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '3'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: slim
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '3'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '3'
|
41
55
|
description: Take the hassle out of managing internationized text! This in-place editor
|
42
56
|
allows you to click on the text where it appears in your view in a live application,
|
43
57
|
and edit it right there. No need to know the translation key, no multiple windows.
|