localizable_model 0.6.0 → 0.6.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/localizable_model/any_localizer.rb +1 -1
- data/lib/localizable_model/instance_methods.rb +1 -1
- data/lib/localizable_model/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3902e29eaab564acc2753ae5e5d04545feda0f5
|
4
|
+
data.tar.gz: 8884513d6e619967791fbc65bf2357fbc86ac4b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 289de56df353850bd04c5cda0ac6d043a5de8daa6645fab96c31d8be175a36142d81fcf1d46f1939201060203f27a33d987cee18b88086765c80c431d6c49e36
|
7
|
+
data.tar.gz: 1adac6179d67bb3d1a607e6d9e7dcedc3c8b9f425757081b7a81099b98fa48fc1eaad7f7759dc9b5f0893cc998f606ae0aaca212650e5ebce0560a4ce709c587
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
LocalizableModel allows any ActiveRecord model to have localized attributes.
|
4
4
|
|
5
|
-
[](https://travis-ci.org/anyone-oslo/localizable_model) [](https://codeclimate.com/github/anyone-oslo/localizable_model) [](https://codeclimate.com/github/anyone-oslo/localizable_model) [](https://gemnasium.com/anyone-oslo/localizable_model)
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: localizable_model
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Inge Jørgensen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mysql2
|
@@ -96,7 +96,7 @@ dependencies:
|
|
96
96
|
version: '5.0'
|
97
97
|
description: LocalizableModel provides localization support for ActiveRecord objects
|
98
98
|
email:
|
99
|
-
- inge@
|
99
|
+
- inge@anyone.no
|
100
100
|
executables: []
|
101
101
|
extensions: []
|
102
102
|
extra_rdoc_files: []
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
version: '0'
|
136
136
|
requirements: []
|
137
137
|
rubyforge_project: "."
|
138
|
-
rubygems_version: 2.
|
138
|
+
rubygems_version: 2.6.14
|
139
139
|
signing_key:
|
140
140
|
specification_version: 4
|
141
141
|
summary: Localization support for ActiveRecord objects
|