apiotics 0.1.57 → 0.1.58

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: 84f3628e9b4412f697669b6b955391b5b151c69a
4
- data.tar.gz: 83e845552d84d479f80f8890f5ae53b401ca2802
3
+ metadata.gz: 00501d500f38dbef08696d2ecd48dfc6e2fbc7ba
4
+ data.tar.gz: 484e95e829bf66bb6b09387cc989e8273d8ddcde
5
5
  SHA512:
6
- metadata.gz: 6e7dab0d38e02d7c9567a74faaad36776f751cc633687012f0a2256aa0b038d32f1a3819e546a978cec9d66f72fbff130b2cd5c81a68f1627b873b1dbb1e3ab3
7
- data.tar.gz: e0ea48a4d77025cf4a91e8929e703ccf832c715c1d9f7ef10641c1c498664a04c1d93a9edcf43ba7c8459029afe5ae01371fab82687f68a7f203c241153bf157
6
+ metadata.gz: 01f16440480f01b30cf6f7389d1afe820eeba10333823f4825fbf91aa3f772bce59891c1f995fc39182877167a5078cc5c21ab8b2ee51e34b6e5e42c79c36295
7
+ data.tar.gz: b492bd839aa262afc134518fdd26e3252b68f048c87011674f0da23561ecd5e343c6ad404bddfa97dba1d51acea020e6d4160773eabaf4433badfeafb81108dd
@@ -38,14 +38,14 @@ module Apiotics
38
38
  end
39
39
 
40
40
  def find_record
41
- begin
41
+ #begin
42
42
  klass = @class.classify.constantize
43
43
  master_klass = (klass.parent.to_s + "::" + klass.parent.to_s).classify.constantize
44
44
  master_record = master_klass.find_by(apiotics_instance: @id)
45
- @record = master_record.send(klass.demodulize.underscore.downcase)
46
- rescue Exception => e
45
+ @record = master_record.send(klass.classify.demodulize.underscore.downcase)
46
+ #rescue Exception => e
47
47
  puts e.to_s
48
- end
48
+ #end
49
49
  end
50
50
 
51
51
  def set_ack
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.57'
2
+ VERSION = '0.1.58'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.57
4
+ version: 0.1.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation