tr8n_client_sdk 4.0.6 → 4.0.7

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
  SHA1:
3
- metadata.gz: 5bd47d6a7e150ca61959d010bed7a5e5fce2986f
4
- data.tar.gz: 14cf895ed96d97eb42bd5cdbc19d6ee1716a5f71
3
+ metadata.gz: f51ee3da16caa6459444b84656eef9acb5ed3856
4
+ data.tar.gz: 960acc24a20d38f18ade7e7236256cdf733ba641
5
5
  SHA512:
6
- metadata.gz: 056e464b458b15337792a6afb10238b0eb6b93dbe12ed3fc03b95d4e475e63a5dfe79ac62182c98072b53795bb62f4e4256b5c8e457fa826de6c186e27bd1e80
7
- data.tar.gz: 08272d63b4d2b94471d3f8ca20899195e859fcd1d81d27fcb3f88fd28d13915d348e2208052c020db71d607f8be9b2121c480925bbe716f1ad2e29435a93fcc5
6
+ metadata.gz: f079b8225526e02c7f2a13578e01ad6b7c7c530f31628a16efc7022eee6b44c7d1f458dbf53405eafc1be6a5b1d58f8f2277ccbcd93ecf09e1589b7361cd23f1
7
+ data.tar.gz: 00b518b98803117f40468030514eab443784a98d35c91d779562599867cbe7937f2d0ffa162233b9460444d293cb7ee770243b63d2f0d7636722f81f50f03f9e
data/README.md CHANGED
@@ -44,19 +44,15 @@ https://github.com/tr8n/tr8n_samples_bookface_rails
44
44
  Install it and see how it works.
45
45
 
46
46
 
47
- Registering Your App on Tr8nHub.com
47
+ Registering Your App
48
48
  ===================================
49
49
 
50
- Before you can proceed with the integration, please visit http://tr8nhub.com register as a user and create a new application.
50
+ Before you can proceed with the integration, please register with https://translationexchange.com and create a new application.
51
51
 
52
- Once you have created a new application, go to the security tab in the application administration section and copy your application key and secret.
52
+ At the end of the registration process you will be given a key and a secret. You will need to enter them in the initialization function of the Tr8n SDK.
53
53
 
54
- <img src="http://wiki.tr8nhub.com/images/thumb/f/f7/Application_Settings.png/800px-Application_Settings.png">
55
54
 
56
- You will need to enter them in the initialization function of the Tr8n SDK.
57
-
58
-
59
- Integration Instructions
55
+ Integration
60
56
  ===================================
61
57
 
62
58
  To integrate Tr8n SDK into your app, all you need to do is:
@@ -211,18 +207,42 @@ If you need to adjust those method names, you can set them in the config:
211
207
  ```
212
208
 
213
209
 
214
-
215
- Where can I get more information?
210
+ Links
216
211
  ==================
217
212
 
218
- * Register on Tr8nHub.com: https://tr8nhub.com
213
+ * Register on TranslationExchange.com: https://translationexchange.com
214
+
215
+ * Read TranslationExchange's documentation: http://wiki.translationexchange.com
219
216
 
220
- * Read Tr8nHub's documentation: http://wiki.tr8nhub.com
217
+ * Visit TranslationExchange's blog: http://blog.translationexchange.com
221
218
 
222
- * Visit Tr8nHub's blog: http://blog.tr8nhub.com
219
+ * Follow TranslationExchange on Twitter: https://twitter.com/translationx
223
220
 
224
- * Follow Tr8nHub on Twitter: https://twitter.com/Tr8nHub
221
+ * Connect with TranslationExchange on Facebook: https://www.facebook.com/translationexchange
225
222
 
226
- * Connect with Tr8nHub on Facebook: https://www.facebook.com/pages/tr8nhubcom/138407706218622
223
+ * If you have any questions or suggestions, contact us: info@translationexchange.com
224
+
225
+
226
+ Copyright and license
227
+ ==================
227
228
 
228
- * If you have any questions or suggestions, contact us: feedback@tr8nhub.com
229
+ Copyright (c) 2014 Michael Berkovich, TranslationExchange.com
230
+
231
+ Permission is hereby granted, free of charge, to any person obtaining
232
+ a copy of this software and associated documentation files (the
233
+ "Software"), to deal in the Software without restriction, including
234
+ without limitation the rights to use, copy, modify, merge, publish,
235
+ distribute, sublicense, and/or sell copies of the Software, and to
236
+ permit persons to whom the Software is furnished to do so, subject to
237
+ the following conditions:
238
+
239
+ The above copyright notice and this permission notice shall be
240
+ included in all copies or substantial portions of the Software.
241
+
242
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
243
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
244
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
245
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
246
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
247
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
248
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,4 +1,4 @@
1
- <a href="#" onClick="Tr8n.UI.LanguageSelector.show()">
1
+ <a href="#" onClick="Tr8n.UI.LanguageSelector.show(); return false;">
2
2
  <%= image_tag(tr8n_current_language.flag_url, :style => "align:middle") %>
3
3
  &nbsp;
4
4
  <%= tr8n_current_language.name %>
@@ -23,5 +23,5 @@
23
23
 
24
24
 
25
25
  module Tr8nClientSdk
26
- VERSION = "4.0.6"
26
+ VERSION = "4.0.7"
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tr8n_client_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.6
4
+ version: 4.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Berkovich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-09 00:00:00.000000000 Z
11
+ date: 2014-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails