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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94e47e7f24a4318caea63540d47bd83d639e50be79e04198fc8760fd90156120
4
- data.tar.gz: 425bbdd22608f48db0882777700576579e15859e5b824332747ddb96fa1cbe98
3
+ metadata.gz: 95d3e129763f16bedcfba3e7fdc8b2571650f1492609d78649f84789f1e85580
4
+ data.tar.gz: 2a46a6f9ab2f2fd145791db066954d705095357a854a98db0801dd3c4ffaab85
5
5
  SHA512:
6
- metadata.gz: 728d2c9dff7539257c3d9e2e2853cdb0b80f0b13b912f045c00d22e63c817c0e478c61b30825932917271acf888c903cb70765329f641b2a4eb55e1028d20f5f
7
- data.tar.gz: d44131c323130218ba82cd767e65fb1d6964b50ddda7647cfe2dd80fed50d4d243649e907708b5f70c8de019e5cefc0d2e07f59d37393e549bad0996e65fb2db
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.
@@ -1,3 +1,3 @@
1
1
  module ActiveTranslation
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
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.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
- - Sean Hogge
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
- - sean@seanhogge.com
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/seanhogge/active_translation
123
+ homepage: https://github.com/talentronic/active_translation
124
124
  licenses:
125
125
  - MIT
126
126
  metadata:
127
- homepage_uri: https://github.com/seanhogge/active_translation
128
- source_code_uri: https://github.com/seanhogge/active_translation
129
- changelog_uri: https://github.com/seanhogge/active_translation
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