tr8n_client_sdk 4.0.10 → 4.0.11

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: d5f3b0af6635122b50c5d1f5efc4f9e6f344b41f
4
- data.tar.gz: 9516613ddc5a415a0a5c73e0cdb6794a441a6bfe
3
+ metadata.gz: c2c1b467a4f65754fc29a17f956656d878fb2651
4
+ data.tar.gz: 8c2c40f875d8c426e6eee8184f8489327b3129b2
5
5
  SHA512:
6
- metadata.gz: cb5c52a2ff2269aade2e04c796bca7b1ff54273c199f10a2bebd33ff4f170caadd38bc5932dbd0f199c816438a55e789bb2d9c2a6abfd64bbfa563b16e1fd122
7
- data.tar.gz: 1e7728afbc198909f8326b550a31c9fd2cd1fd8c9872f5ea59c0928c54325beaa09e415d6a53b6f44e06908b94cffd1ffb975e0e8ae39db43d8640991d348733
6
+ metadata.gz: c192080364ca07a0ec22551611ae2a510bea56212e500c91f59777d8860048c664ba872e94cbd463b8b9a399ebbd2a1b6ea32513a81c8ad700bed26e9048fe9e
7
+ data.tar.gz: a0120d94136ae358e12ac3f545d06e0af706136ccc68fe6babea7d6c5f9aebe696babc5a0167c62f22e6b6f57b7cb3f851f42cca1a011d263dc575e3bc8169eb
@@ -37,8 +37,6 @@ require File.join(File.dirname(__FILE__), 'extensions/action_common_methods')
37
37
  require File.join(File.dirname(__FILE__), 'extensions/action_view_extension')
38
38
  require File.join(File.dirname(__FILE__), 'extensions/action_controller_extension')
39
39
 
40
- require File.join(File.dirname(__FILE__), 'extensions/string')
41
-
42
40
  module Tr8nClientSdk
43
41
  class Railtie < ::Rails::Railtie #:nodoc:
44
42
  initializer 'tr8n_client_sdk' do |app|
@@ -23,5 +23,5 @@
23
23
 
24
24
 
25
25
  module Tr8nClientSdk
26
- VERSION = '4.0.10'
26
+ VERSION = '4.0.11'
27
27
  end
@@ -29,9 +29,10 @@
29
29
  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
30
  #++
31
31
 
32
+ require "tr8n_core"
33
+ require "tr8n_client_sdk/core/string"
32
34
  require "tr8n_client_sdk/railtie"
33
35
  require "tr8n_client_sdk/engine"
34
- require "tr8n_core"
35
36
  require "tr8n/cache_adapters/rails"
36
37
 
37
38
  module Tr8nClientSdk
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.10
4
+ version: 4.0.11
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-08-26 00:00:00.000000000 Z
11
+ date: 2014-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -56,11 +56,11 @@ files:
56
56
  - lib/tasks/tr8n_client_sdk.rake
57
57
  - lib/tr8n/cache_adapters/rails.rb
58
58
  - lib/tr8n_client_sdk.rb
59
+ - lib/tr8n_client_sdk/core/string.rb
59
60
  - lib/tr8n_client_sdk/engine.rb
60
61
  - lib/tr8n_client_sdk/extensions/action_common_methods.rb
61
62
  - lib/tr8n_client_sdk/extensions/action_controller_extension.rb
62
63
  - lib/tr8n_client_sdk/extensions/action_view_extension.rb
63
- - lib/tr8n_client_sdk/extensions/string.rb
64
64
  - lib/tr8n_client_sdk/railtie.rb
65
65
  - lib/tr8n_client_sdk/version.rb
66
66
  homepage: https://github.com/tr8n/tr8n_rails_clientsdk
File without changes