activerecord_i18n 0.1.1 → 0.1.2
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 +6 -1
- data/lib/activerecord_i18n/version.rb +1 -1
- metadata +5 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 509b55ae18de72b4cbc798c428788370e64d0b5b274a06e12846d84db38c3e92
|
|
4
|
+
data.tar.gz: ec4de6ebd1c8e9264d1c9e8175ace48a9788ea64c5e8f27b8919a7c4cd7bcf66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2fb5953a77e7c7364a750c9775bec3226f2a3f4d71bb4adfc7db31f088497114558f40a77a69a6ad78f116983ab5bca454dc898e592338acedd425ec07e3271c
|
|
7
|
+
data.tar.gz: b43397e95c82c7db88bac34163a811e7c24bff4eeb925cbe3bd9b079ab08eba215f6bd67241616a3238fed7ec1f53394825145003d00204b94d5519cf49a1f3d
|
data/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
This gem was created to use db additionaly to the existing I18n.t
|
|
3
3
|
This gems didn't replace the standard.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
I use this code for few year on all my project, It's simple and easy to support. I'm finally decide to share this code.
|
|
6
|
+
|
|
7
|
+
If you want to replace, the exsiting I18n.t, I recommand you this gem : https://github.com/svenfuchs/i18n-active_record
|
|
6
8
|
|
|
7
9
|
## Usage
|
|
8
10
|
Use from view
|
|
@@ -38,5 +40,8 @@ To install model and migration
|
|
|
38
40
|
$ rails generate activerecord_i18n:install
|
|
39
41
|
```
|
|
40
42
|
|
|
43
|
+
## Contributor
|
|
44
|
+
You want to contribute ? I need to finish the test
|
|
45
|
+
|
|
41
46
|
## License
|
|
42
47
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
metadata
CHANGED
|
@@ -1,49 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord_i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Denis Fabien
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-02-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 6.0.3
|
|
20
|
-
- - ">="
|
|
17
|
+
- - ">"
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
19
|
version: 6.0.3.4
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - "
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 6.0.3
|
|
30
|
-
- - ">="
|
|
24
|
+
- - ">"
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
26
|
version: 6.0.3.4
|
|
33
|
-
- !ruby/object:Gem::Dependency
|
|
34
|
-
name: sqlite3
|
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
|
36
|
-
requirements:
|
|
37
|
-
- - ">="
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: '0'
|
|
40
|
-
type: :development
|
|
41
|
-
prerelease: false
|
|
42
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
43
|
-
requirements:
|
|
44
|
-
- - ">="
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
version: '0'
|
|
47
27
|
description: 'A simple gem to add a translation mechanic to your existing apps '
|
|
48
28
|
email: denis.fabien.ca@gmail.com
|
|
49
29
|
executables: []
|
|
@@ -85,6 +65,5 @@ rubyforge_project:
|
|
|
85
65
|
rubygems_version: 2.7.9
|
|
86
66
|
signing_key:
|
|
87
67
|
specification_version: 4
|
|
88
|
-
summary:
|
|
89
|
-
to the standard I18n.t
|
|
68
|
+
summary: ''
|
|
90
69
|
test_files: []
|