constructor-core 0.7.5 → 0.7.6

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: 717bf7b64a46cc484d9aff2dafbb747e88d63a46
4
- data.tar.gz: c55f69d4fb9af6a7820193dd69bfe3f436eb9917
3
+ metadata.gz: 11821d83ffed5504c2ea23f7b6231e28d21e4ab0
4
+ data.tar.gz: 8d3238140c17041804b4aabd6d9049b7e66fdbea
5
5
  SHA512:
6
- metadata.gz: 35f43128b9f7e808d7e96a0e4167f5d88e2f0bcf8eeed003d4b95dd8e91d42c7396751678a746a0726d7160d2b4169952fce5cf55b96c68714c501fb9b7ca091
7
- data.tar.gz: c0a3ab10c4d07e72847d7670aaadf8b3d958f0b123d1b14e7bcf425cc3440c8e0a056789812cb727d24eac15dad3de717d8785533fe9011fa0815c8ea0f25c32
6
+ metadata.gz: 3a35ad9e0fe23804c8078dbc146213eaf8e4c9be8c05478e0a4f0af55495132b0c41e50fd66a0944fe194cdfa47ab18031aed50acbd5e452513340567e5cb87a
7
+ data.tar.gz: d54f8875a51ddcf9fac4d62c030efcb509b010804917f3952b2431422d8be0b5a9ea1814756f3779aae7ed3dc5587e049c7d9231f6c3e2693484556aa4cf5959
@@ -1,6 +1,6 @@
1
1
  class AddDefaultUser < ActiveRecord::Migration
2
2
  def self.up
3
- ConstructorCore::User.create!(:email => "ivanzotov@gmail.com", :password => "123qweASD")
3
+ ConstructorCore::User.create!(:email => "admin@admin.ru", :password => "admin")
4
4
  end
5
5
 
6
6
  def self.down
@@ -1,3 +1,3 @@
1
1
  module ConstructorCore
2
- VERSION = '0.7.5'
2
+ VERSION = '0.7.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constructor-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Zotov