tml-rails 5.7.1 → 5.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a7f3d9d3645fd3eb27408bc1c8376782c116da2
4
- data.tar.gz: a096faf8004e41f84649bbd932014177a4e4ced4
3
+ metadata.gz: 6767575d810cac2e9990e7f1c971aa56d10a4bb0
4
+ data.tar.gz: ba47f7d4baf032086deb5833fd96f6269f382fc6
5
5
  SHA512:
6
- metadata.gz: 8fa9b462bf79c4952b5240e01068653e41742363da501344b912e1ba183431224c4b6c8bde3c6289fe5f63cf188e134f090ccafbfb06512cc547fc624bcb1583
7
- data.tar.gz: 9d9dc398ab3f44734b9e627f9d74ed805e6b51d8023a884cd02b50c2c03ddcd420b0d8954b549bb66897e0485346091edad969e174e73256a2dacd5a0ef382e7
6
+ metadata.gz: df4b8b919643fedfbb6a6f1d019ad86b68992bc58c74fe9a4a0c5f8fbe20db23467c3206d4aba6b120fe6b78c1ddc4fcd5f620fcf6ee786eb94924b8fdb68547
7
+ data.tar.gz: 1bee9c6a09881d587deb490d802bed5b757601c8c0b382cca99e8cadd92cbd21b04f883559c8b40a8ce3433b5219ad9065f2b9f8737c79ed547dff97e3327b04
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2015 Translation Exchange Inc. http://translationexchange.com
1
+ Copyright (c) 2017 Translation Exchange Inc. http://translationexchange.com
2
2
 
3
3
  MIT License
4
4
 
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/docs
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) 2015 Translation Exchange Inc
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
@@ -30,5 +30,5 @@
30
30
  #++
31
31
 
32
32
  module TmlRails
33
- VERSION = '5.7.1'
33
+ VERSION = '5.7.2'
34
34
  end
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.1
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-03 00:00:00.000000000 Z
11
+ date: 2017-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails