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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f8e5bc9c7fcb94a66e6d124ffb80516d86af55b
4
- data.tar.gz: b7538633d732833852c1451191bca562d13cc17d
3
+ metadata.gz: 3ad00e44a3f56ab3ed72383ef51edf3d0602a30a
4
+ data.tar.gz: 1fdbb697ad5b587c6dc05e7ae6c44599dfb23431
5
5
  SHA512:
6
- metadata.gz: c1f99497c941ba9d633b2c1a635db051cbc8a95d629e05d5905ebd226e0f04674cf9a0d046f4c5c4e99105caf31471e812f6d5bbef8e52fc544799adb56f0495
7
- data.tar.gz: 995a4afe0e191d255df29e161131735f6851b4611d45331492d7d0370b4479719986426fd5e4ba3c572795102c7e8a7c8d973084780e9d051d97ddf0d2849e03
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
- # s.add_runtime_dependency 'slim-template', '~> 1'
50
+ s.add_runtime_dependency 'slim', '~> 3'
51
51
  end
@@ -1,5 +1,5 @@
1
1
  module I18n
2
2
  module Edit
3
- VERSION = '0.9.0'
3
+ VERSION = '0.9.1'
4
4
  end
5
5
  end
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.0
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.