thecore 1.4.10 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89226b95672590a7bb4e37006bf9d309df3b977a
4
- data.tar.gz: a3a6192e70e327554a52a8a2dbb7331cffdb8aaf
3
+ metadata.gz: 03ded0b8219b71db9a055a57f8b4e95c22ba5f95
4
+ data.tar.gz: 2a66f55f9a8fea33773f7c8be97b024766e42871
5
5
  SHA512:
6
- metadata.gz: 4e8999c7b950a0b90355af8a2a9a58ff65670344bce215e2144a2b3f715a5fc521cfcffb540ea54b305a218902bf792aa285042720d10d5b67d2dfde4c9add8e
7
- data.tar.gz: 125065f52f176d66b700320bbdf06963239cfe6c8338b57a095cbcbf56c11351797ee74283f1d9f4949b7740227ee442033e4614d13fa4c79f1239ed26499fd9
6
+ metadata.gz: 4b42156f61f5d940cbd3e8d4233de7af811281f1fd1b14624b6675b926f79b6481519a6da329e63974b82b1c02307518b728cb7ae3d0f838eb9aab0d73815849
7
+ data.tar.gz: 9dfc61620bdedacd5d1fd83c1d88c135b979b51dddfe6f341c532bfba3f25a5fa565d8dd7bd5e4d37a7f1f70016f5f96183dbd72b188b5e9f4a9dc50453e4174
@@ -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!
163
+ u.save! false
164
164
  end
165
165
  end
@@ -1,3 +1,3 @@
1
1
  module Thecore
2
- VERSION = '1.4.10'.freeze
2
+ VERSION = '1.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.10
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni