thecore 1.5.0 → 1.5.1

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: 03ded0b8219b71db9a055a57f8b4e95c22ba5f95
4
- data.tar.gz: 2a66f55f9a8fea33773f7c8be97b024766e42871
3
+ metadata.gz: 1c9f17c2ab557f255c240d2905d13c2ffcfc80d6
4
+ data.tar.gz: 1fc573c92e8fcfff43dac595c192b478db55a333
5
5
  SHA512:
6
- metadata.gz: 4b42156f61f5d940cbd3e8d4233de7af811281f1fd1b14624b6675b926f79b6481519a6da329e63974b82b1c02307518b728cb7ae3d0f838eb9aab0d73815849
7
- data.tar.gz: 9dfc61620bdedacd5d1fd83c1d88c135b979b51dddfe6f341c532bfba3f25a5fa565d8dd7bd5e4d37a7f1f70016f5f96183dbd72b188b5e9f4a9dc50453e4174
6
+ metadata.gz: a65f6caba419529f3b1e092cb942e35c75d423c2813f2fa4da8410f82b3133580c04f238ec92d87e38f866457e22754a96a3ed62183e4a5fcd33bc03474cc233
7
+ data.tar.gz: 8e63b142086b6889090793cb2987273e1b0dba41b12e4321f5f6cd741d29123d8fa1e8e6116ff38b64faad11e84571010b828fc970ca8d3c4fa25d49af51d082
@@ -160,6 +160,6 @@ class AddAdminUser < ActiveRecord::Migration[4.2]
160
160
  u.password_confirmation = psswd
161
161
  u.admin = true
162
162
  # u.skip_confirmation!
163
- u.save! false
163
+ u.save false
164
164
  end
165
165
  end
@@ -1,3 +1,3 @@
1
1
  module Thecore
2
- VERSION = '1.5.0'.freeze
2
+ VERSION = '1.5.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-24 00:00:00.000000000 Z
11
+ date: 2018-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails