tml-rails 5.7.1 → 5.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +4 -3
- data/lib/tml_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6767575d810cac2e9990e7f1c971aa56d10a4bb0
|
4
|
+
data.tar.gz: ba47f7d4baf032086deb5833fd96f6269f382fc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df4b8b919643fedfbb6a6f1d019ad86b68992bc58c74fe9a4a0c5f8fbe20db23467c3206d4aba6b120fe6b78c1ddc4fcd5f620fcf6ee786eb94924b8fdb68547
|
7
|
+
data.tar.gz: 1bee9c6a09881d587deb490d802bed5b757601c8c0b382cca99e8cadd92cbd21b04f883559c8b40a8ce3433b5219ad9065f2b9f8737c79ed547dff97e3327b04
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -40,7 +40,6 @@ config/initializers/tml.rb
|
|
40
40
|
Tml.configure do |config|
|
41
41
|
config.application = {
|
42
42
|
key: YOUR_APPLICATION_KEY,
|
43
|
-
token: YOUR_APPLICATION_TOKEN,
|
44
43
|
}
|
45
44
|
config.cache = {
|
46
45
|
enabled: true,
|
@@ -353,19 +352,21 @@ Links
|
|
353
352
|
|
354
353
|
* Register on TranslationExchange.com: http://translationexchange.com
|
355
354
|
|
356
|
-
* Read Translation Exchange documentation: http://translationexchange.com
|
355
|
+
* Read Translation Exchange documentation: http://docs.translationexchange.com
|
357
356
|
|
358
357
|
* Follow TranslationExchange on Twitter: https://twitter.com/translationx
|
359
358
|
|
360
359
|
* Connect with TranslationExchange on Facebook: https://www.facebook.com/translationexchange
|
361
360
|
|
361
|
+
* Watch our demo videos on YouTube: https://www.youtube.com/channel/UC7gLEbvNO1IKPv5dxwzR3Iw
|
362
|
+
|
362
363
|
* If you have any questions or suggestions, contact us: feedback@translationexchange.com
|
363
364
|
|
364
365
|
|
365
366
|
Copyright and license
|
366
367
|
==================
|
367
368
|
|
368
|
-
Copyright (c)
|
369
|
+
Copyright (c) 2017 Translation Exchange Inc
|
369
370
|
|
370
371
|
Permission is hereby granted, free of charge, to any person obtaining
|
371
372
|
a copy of this software and associated documentation files (the
|
data/lib/tml_rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tml-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.7.
|
4
|
+
version: 5.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Berkovich
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|