activerecord_i18n 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1c1b4c3a8dfe39113b3edb9a0ba187944fac123f0c92f96eda7f0b8955e3257
4
- data.tar.gz: b00aea315a963f22ccf982cdd6453a953b6cad3b439fabf268be05df00fe1da6
3
+ metadata.gz: 509b55ae18de72b4cbc798c428788370e64d0b5b274a06e12846d84db38c3e92
4
+ data.tar.gz: ec4de6ebd1c8e9264d1c9e8175ace48a9788ea64c5e8f27b8919a7c4cd7bcf66
5
5
  SHA512:
6
- metadata.gz: 1460dd02a056439ca86490bdd078ed60e728f98e196ae899761ed65c4457213d790f8f4128cfa29270cc7fdfa560384fd1596fa3cc527edfbc876582e719ad30
7
- data.tar.gz: 9378a20388d0047af64a4e4d2874600a6db2e3fceaf19073277d7e85e32f728ac39d0a4459084db061f18a71c081fd3772470fa30aed157479e11e0fdd291a0f
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
- If you want to replace, you can use this gem : https://github.com/svenfuchs/i18n-active_record
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).
@@ -1,3 +1,3 @@
1
1
  module ActiverecordI18n
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
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.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-01-17 00:00:00.000000000 Z
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: A gem from translator ! Translation is writing in db not in file, additional
89
- to the standard I18n.t
68
+ summary: ''
90
69
  test_files: []