k_domain 0.0.35 → 0.0.36

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: 23080cbea3c4a31730c81e6f1a090346f3ee10949ac49bda936403b59887834c
4
- data.tar.gz: 568b7d2c8e01e574c93d160f393f7cd4d183dd156dc4cfd60567a8ebfa8c194b
3
+ metadata.gz: 3cbe3a43a7d8c53bf2e72ff263e1845ae7f1947dd4b6edcc4c5bcc9679d81d12
4
+ data.tar.gz: b303a8eb8ddf3a097fef4875669fd1b07a4754d0be0bd4a209d9d11f8bb8335d
5
5
  SHA512:
6
- metadata.gz: 33b01df862eeb446e09cd5936687d25ce432ccc4213b52bd1371255597b37e343188d27c013560f81784e0eb6f5602285ffc6de193c45196c2f2b75772e4a7d9
7
- data.tar.gz: ea2ec449e9c9455bc442c9a064fee395dd9d90b4b86d51c369cb037999847196c6511d1a78797ac5561f1a2d86a154fdaa619463df2bc9da090a078486aea582
6
+ metadata.gz: de26f801f8045d45f21c118b8e0367aef14390592c8f76187fb1a7c73d4227b47b55265563407614f3540a2f9215b284785cc5fa9d4543a30e863e68f8205fdc
7
+ data.tar.gz: d7f0ba1249a6dd7228550b7e5679e2186affc4b171ac5161ee1f39175ce31f6468334e5480b3c70b49511044619d4691db23e8afd489b167e4afcbedb50ca225
@@ -36,7 +36,7 @@ module KDomain
36
36
  def load_retry(file, times, last_error)
37
37
  return if times.negative?
38
38
 
39
- puts file
39
+ # puts file
40
40
  load(file)
41
41
 
42
42
  @controller = ActionController::Base.class_info
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KDomain
4
- VERSION = '0.0.35'
4
+ VERSION = '0.0.36'
5
5
  end
@@ -33,7 +33,7 @@ module Common
33
33
  end
34
34
  end
35
35
 
36
- class Base64
36
+ module Base64
37
37
  def self.decode64(*_p); end
38
38
  end
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k_domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.35
4
+ version: 0.0.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys