TACore 4.1.4 → 4.1.5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tacore.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 175312aed5903023298729f3454b502f2018cbf4
4
- data.tar.gz: 6d8bcc005247cfc5714566c52cbdddbc34bec166
3
+ metadata.gz: d057005980e2b262a9cfb775d50e5f918920d382
4
+ data.tar.gz: fa51b8a3cddabfe58181ad4a00958b8dc13eccbb
5
5
  SHA512:
6
- metadata.gz: f29195f6c624ae0b57f6419cdc82f0a6a8c3bd5cfd5cda8d31579a935f52414cdaff6cb7ee62954ccd6c7c1d57bfae207eff4ba2459ce9a2c8d6f46ae50baf89
7
- data.tar.gz: 1c0fc925a0940ffc38f3d07821e4fc7f27f111124e7d51ddb58e11f63a57930b3cf9c1d7d3896ba9bbed910e6b3807e3f60a916dd9b11a9af000fe75e4cb9899
6
+ metadata.gz: 0db7fac30a0389bcb81fb345bc744be18db5d407b6c48b1676af591b936a0446cf1f2b98a2c902c9930fee3d72adf4c0c2b059262edc4cf9b0161e3a8a059b42
7
+ data.tar.gz: 4374f137d99e82b2a75fa43c2f32799a41e15b7b9b4a8edbd9a5e7399c22b22cc2c9243e377e1da4e523abfd884ac135d1050db15039f7a9da59126421afec02
@@ -121,8 +121,8 @@ module TACore
121
121
 
122
122
 
123
123
  # Rescue for unauthorized/token expired
124
- rescue AuthenticationError
125
- self.login
124
+ # rescue AuthenticationError
125
+ # self.login
126
126
  # Rescue from rest-client exception due to 410 status from deleted objects
127
127
  rescue NotThereError
128
128
  {deleted: true}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: TACore
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.4
4
+ version: 4.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Winn