horse_power 0.6.0 → 0.6.5

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: ba8e8c7415e090db3891b469f2992dab4c037b95
4
- data.tar.gz: 089c8fe166efa4981a38c781b75ce9ef5925e409
3
+ metadata.gz: 668684646d59500b137031f2e00481d621f0bcc6
4
+ data.tar.gz: 5e82003e0f6b90c5d585d0984a4bbd01388ede30
5
5
  SHA512:
6
- metadata.gz: 5e98d4f03a8dceadf99f503ab69a9ad021ce0c9f205230807d4b17d7894cf3502014c38a64297af703d511cda8f6c0369efccde63352711c755c08b0467911fb
7
- data.tar.gz: e436214fa5019303f044fbf81c97899a081c35bdcbacea5bcb434a1cd44c488951e2d796162304bbff4d0c8bb3db491005558914e7537d5d95fe4f3c1c35d032
6
+ metadata.gz: 017a0e6c0bd17d018902efecf4960d4b0ddb8f7389b0fa14295dc9f0bcecdaf4bcde616bc87a7a7f03581bdb174aa2a41e4510eec4293387bd69db60c23758a8
7
+ data.tar.gz: ccc1aca8f557ff48946d08705815fbbda678ed54559612b7a4712e703c88ecb1d97d1256f4a39a9640ce1bc54a3f5d6457815aefb44faff7395ec9abb8c67234
@@ -57,7 +57,8 @@ module HorsePower
57
57
  #db/seeds.rb
58
58
  inject_into_file "db/seeds.rb", after: "# Mayor.create(name: 'Emanuel', city: cities.first)\n" do <<-'RUBY'
59
59
 
60
- ::Defcon::AdminUser.create({username: "admin", password: "password", password_confirmation: "password"})
60
+ ::Defcon::AdminUser.create({username: ENV["admin"] || "admin", password: ENV["admin_password"] || "password", password_confirmation: ENV["admin_password"] || "password", email: ENV["admin_email"] || "email@email.com"})
61
+
61
62
 
62
63
  RUBY
63
64
  end
@@ -1,3 +1,3 @@
1
1
  module HorsePower
2
- VERSION = "0.6.0"
3
- end
2
+ VERSION = "0.6.5"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: horse_power
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cleophus Robinson IV