sticapi_client 0.2.9 → 0.3.0

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: 0b63a70e3d91b013e556305666cd246497fbcf5fa3639efebe1ef7690771ceda
4
- data.tar.gz: 2f81a3a91951fd57761485e73cdcacfd47e74ea9aa66e53df2bbf1bb3aa8f372
3
+ metadata.gz: 55b6de945b09cbf4d200019305365f6f438881dc076795cb747aa6ef3cf9ecdb
4
+ data.tar.gz: 33bbccff652f17842a04028b11800438132e6218c842ae646eacbd9363c1e26d
5
5
  SHA512:
6
- metadata.gz: 307e9e8375d645063a3ef8bb330da9f55878d371b1fe1392b3e74d7ce9a7f9f3b10546116645e6c127df0fd42bc8ef554ed4920b3de2dd805f046903665e5265
7
- data.tar.gz: f66e4adcfc3ad7d83139cf968245a821e8cd20cb0f82aada64fcdee65dbb709689f7f255d8c63fc0a36dc30813315f0d9dc82b07b8ff0f0c7220d3366281baae
6
+ metadata.gz: 46f05ddbf7089e0e22b549c75da38c3261071914ba2fb7cd3be1c0eb05d0669e31d4e873ba605ce2585bb4fb4c0ff7a2797ed8c3439b97d1e61659fb4f42ba76
7
+ data.tar.gz: 7d8ee626c429d56014fcb628f2a033a62b4ce335120c240e5c62efd0b1bf1db3b737dcb64405c724067842ba7efb94a4291aa385490465efb19b48889d756f19
@@ -61,7 +61,7 @@ module Devise
61
61
  user.password_confirmation = params[:user][:password] if user.respond_to? :password_confirmation
62
62
  end
63
63
  user.unities = data['user']['unities'] if user.respond_to? :unities
64
- user.skip_confirmation!
64
+ user.skip_confirmation! if user.respond_to? 'skip_confirmation!'
65
65
  user.save
66
66
  puts user.errors.full_messages
67
67
  success!(user)
@@ -1,3 +1,3 @@
1
1
  module SticapiClient
2
- VERSION = "0.2.9"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-31 00:00:00.000000000 Z
11
+ date: 2018-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails