active_translation 0.7.2 → 0.7.3
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 -2
- data/lib/active_translation/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95d3e129763f16bedcfba3e7fdc8b2571650f1492609d78649f84789f1e85580
|
|
4
|
+
data.tar.gz: 2a46a6f9ab2f2fd145791db066954d705095357a854a98db0801dd3c4ffaab85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca396a230135fb092c5dfe8e3aa43dcef5efd734de459cce75d8da8b9e2783642f4d713c756dbd528873e5b2e48bd9109114c5ff4dcb2a12188d01ce0d3aca14
|
|
7
|
+
data.tar.gz: ceb3e4c83ef21ac1edbc03591ba07accb98e5aa1cb75f58f154d0cd674060d5650876f3d01b3d62cebf2f2a21fe2f760627048b8cfdbc42edfd44e7ca41af9bd
|
data/README.md
CHANGED
|
@@ -14,8 +14,6 @@ If you find a bug or problem, please report it. If you have an idea for a new fe
|
|
|
14
14
|
|
|
15
15
|
ActiveTranslation is a Rails plugin that lets you easily translate ActiveRecord models. With a single line added to that model, you can declare which columns, which locales, and what constraints to allow or prevent translation.
|
|
16
16
|
|
|
17
|
-
ActiveTranslation was built at and is sponsored by [Talentronic](https://talentronic.com)
|
|
18
|
-
|
|
19
17
|
|
|
20
18
|
## How does this differ from internationalization (`I18n`)?
|
|
21
19
|
|
|
@@ -344,6 +342,7 @@ So if you use the for an EULA, make it a manual attribute or don't use ActiveTra
|
|
|
344
342
|
|
|
345
343
|
ActiveTranslation doesn't redact any content. It assumes you would never send PII or financial data for translation. So... please don't.
|
|
346
344
|
|
|
345
|
+
|
|
347
346
|
## Testing
|
|
348
347
|
|
|
349
348
|
Ideally, you do not need to write any tests for translations or how they behave, since ActiveTranslation tests itself.
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_translation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Talentronic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -91,7 +91,7 @@ dependencies:
|
|
|
91
91
|
version: 1.4.0
|
|
92
92
|
description: Easily translate specific attributes of any ActiveRecord model
|
|
93
93
|
email:
|
|
94
|
-
-
|
|
94
|
+
- devs@talentronic.com
|
|
95
95
|
executables: []
|
|
96
96
|
extensions: []
|
|
97
97
|
extra_rdoc_files: []
|
|
@@ -120,13 +120,13 @@ files:
|
|
|
120
120
|
- lib/generators/active_translation/templates/active_translation.rb
|
|
121
121
|
- lib/generators/active_translation/templates/create_translations.rb
|
|
122
122
|
- lib/tasks/active_translation_tasks.rake
|
|
123
|
-
homepage: https://github.com/
|
|
123
|
+
homepage: https://github.com/talentronic/active_translation
|
|
124
124
|
licenses:
|
|
125
125
|
- MIT
|
|
126
126
|
metadata:
|
|
127
|
-
homepage_uri: https://github.com/
|
|
128
|
-
source_code_uri: https://github.com/
|
|
129
|
-
changelog_uri: https://github.com/
|
|
127
|
+
homepage_uri: https://github.com/talentronic/active_translation
|
|
128
|
+
source_code_uri: https://github.com/talentronic/active_translation
|
|
129
|
+
changelog_uri: https://github.com/talentronic/active_translation
|
|
130
130
|
rdoc_options: []
|
|
131
131
|
require_paths:
|
|
132
132
|
- lib
|