constructor-core 0.7.6 → 0.7.7

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: 11821d83ffed5504c2ea23f7b6231e28d21e4ab0
4
- data.tar.gz: 8d3238140c17041804b4aabd6d9049b7e66fdbea
3
+ metadata.gz: 9933aa9d1ce8ad06cfa8604927e871d0c9ead905
4
+ data.tar.gz: ad9ca5196e81c7a565667df5f8bfa4d11f95bd92
5
5
  SHA512:
6
- metadata.gz: 3a35ad9e0fe23804c8078dbc146213eaf8e4c9be8c05478e0a4f0af55495132b0c41e50fd66a0944fe194cdfa47ab18031aed50acbd5e452513340567e5cb87a
7
- data.tar.gz: d54f8875a51ddcf9fac4d62c030efcb509b010804917f3952b2431422d8be0b5a9ea1814756f3779aae7ed3dc5587e049c7d9231f6c3e2693484556aa4cf5959
6
+ metadata.gz: 51a379033e13a11051890f30bba935e00a77250141c0257b8747b3d11b2064341d9d2a6496a0e2b3a460a2ea5d4c371f27d516b07637dd0a34ce509244e55a55
7
+ data.tar.gz: d2ba5c770be9b0d8785127442efe2336060aa1af2e06a60862ae8b8aef6d13f9fe4823add2555e0d04338dfed943c8c91fc15ec8fe9fea578c507a86b8dca7ea
@@ -1,6 +1,6 @@
1
1
  class AddDefaultUser < ActiveRecord::Migration
2
2
  def self.up
3
- ConstructorCore::User.create!(:email => "admin@admin.ru", :password => "admin")
3
+ ConstructorCore::User.create!(:email => "admin@admin.ru", :password => "123qweASD")
4
4
  end
5
5
 
6
6
  def self.down
@@ -1,3 +1,3 @@
1
1
  module ConstructorCore
2
- VERSION = '0.7.6'
2
+ VERSION = '0.7.7'
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.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Zotov