defcon 1.2.2 → 1.2.3

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: 64a515aad21b8a13eb116a91d6aacf75e3514d57
4
- data.tar.gz: c99eb4d4c8addfa95c655aff075a7d16ebb94d2c
3
+ metadata.gz: d4c9e08117c657ae23d484f58317fa677f88f58f
4
+ data.tar.gz: 46f8aaaf5f3050a4e316a5d790b21005259aa143
5
5
  SHA512:
6
- metadata.gz: 3b3ce185891c01e2657b815c6515a95915ff3760c6a18927ca1ee55d2371d966f50ed4db37e08137a993f09344b9e69e908d5caeecd5ff015ddc7a506fd2a578
7
- data.tar.gz: d055e748a23e6c7cfa4f97d7cc8cacbe0c4d75265dfee77a9fdf2332e0f172f20209807b06ed76e6fd893a13556728ce64090d14819410e52ea3dd1ff23852cf
6
+ metadata.gz: 08122f2e7deb830b6ef7c43aec6f064f2e9675683d4c8952f8347bab6e2be547bf189548b39ba1733eb63040eb8bac611ebb5a772bf7fb5d2b12608b056118a6
7
+ data.tar.gz: 1acf8e3513619f1a872b2e78430c5b224f641b98c4cbec93901e40bc3b93cf6d3c6240c4e486e9fe8f734fbb0775c207cbe555daa5d502149a4885128eed67e7
@@ -2,7 +2,6 @@
2
2
  Place all the styles related to the matching controller here.
3
3
  They will automatically be included in application.css.
4
4
  */
5
-
6
5
  .text-center {
7
- text-align: center;
8
- }
6
+ text-align: center;
7
+ }
@@ -1,8 +1,8 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Defcon</title>
5
- <%= stylesheet_link_tag "application", media: "all" %>
4
+ <title>Admin</title>
5
+ <%#= stylesheet_link_tag "application", media: "all" %>
6
6
  <%= stylesheet_link_tag "defcon/application", media: "all" %>
7
7
  <%= javascript_include_tag "defcon/application" %>
8
8
  <%= csrf_meta_tags %>
@@ -1,8 +1,8 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Defcon</title>
5
- <%= stylesheet_link_tag "application", media: "all" %>
4
+ <title>Admin</title>
5
+ <%#= stylesheet_link_tag "application", media: "all" %>
6
6
  <%= stylesheet_link_tag "defcon/application", media: "all" %>
7
7
  <%= javascript_include_tag "defcon/application" %>
8
8
  <%= csrf_meta_tags %>
@@ -1,3 +1,3 @@
1
1
  module Defcon
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
@@ -2065,3 +2065,99 @@ Migrating to AddEmailToDefconAdminUsers (20141009215910)
2065
2065
   (153.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141008173352')
2066
2066
   (177.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20141008214632')
2067
2067
  ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
2068
+
2069
+
2070
+ Started GET "/" for 127.0.0.1 at 2014-10-09 23:06:38 -0400
2071
+ Processing by Defcon::SessionsController#new as HTML
2072
+ Rendered /home/cleo/Documents/Code/PersonalProjects/RubyRails/GemsEnginesTemplates/Engines/defcon/app/views/defcon/sessions/new.html.erb within layouts/defcon/application (2.6ms)
2073
+ Completed 200 OK in 110ms (Views: 81.4ms | ActiveRecord: 0.0ms)
2074
+
2075
+
2076
+ Started GET "/assets/defcon/sessions.css?body=1" for 127.0.0.1 at 2014-10-09 23:06:39 -0400
2077
+
2078
+
2079
+ Started GET "/assets/defcon/application.css?body=1" for 127.0.0.1 at 2014-10-09 23:06:39 -0400
2080
+
2081
+
2082
+ Started GET "/assets/defcon/sessions.js?body=1" for 127.0.0.1 at 2014-10-09 23:06:39 -0400
2083
+
2084
+
2085
+ Started GET "/assets/defcon/application.js?body=1" for 127.0.0.1 at 2014-10-09 23:06:39 -0400
2086
+
2087
+
2088
+ Started POST "/sessions/create" for 127.0.0.1 at 2014-10-09 23:06:44 -0400
2089
+ Processing by Defcon::SessionsController#create as HTML
2090
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"fde2AwPsDB19M37VUFClr3+ZeJ2geiUBmb9tw7v3QOY=", "username"=>"admin", "password"=>"[FILTERED]", "commit"=>"Login"}
2091
+ Defcon::AdminUser Load (0.2ms) SELECT "defcon_admin_users".* FROM "defcon_admin_users" WHERE "defcon_admin_users"."username" = 'admin' LIMIT 1
2092
+ Redirected to http://localhost:3000/admin/login
2093
+ Completed 302 Found in 130ms (ActiveRecord: 1.7ms)
2094
+
2095
+
2096
+ Started GET "/admin/login" for 127.0.0.1 at 2014-10-09 23:06:44 -0400
2097
+ Processing by Defcon::SessionsController#new as HTML
2098
+ Rendered /home/cleo/Documents/Code/PersonalProjects/RubyRails/GemsEnginesTemplates/Engines/defcon/app/views/defcon/sessions/new.html.erb within layouts/defcon/application (0.6ms)
2099
+ Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.0ms)
2100
+
2101
+
2102
+ Started GET "/assets/defcon/sessions.css?body=1" for 127.0.0.1 at 2014-10-09 23:06:44 -0400
2103
+
2104
+
2105
+ Started GET "/assets/defcon/application.css?body=1" for 127.0.0.1 at 2014-10-09 23:06:44 -0400
2106
+
2107
+
2108
+ Started GET "/assets/defcon/application.js?body=1" for 127.0.0.1 at 2014-10-09 23:06:44 -0400
2109
+
2110
+
2111
+ Started GET "/assets/defcon/sessions.js?body=1" for 127.0.0.1 at 2014-10-09 23:06:44 -0400
2112
+
2113
+
2114
+ Started POST "/sessions/create" for 127.0.0.1 at 2014-10-09 23:06:47 -0400
2115
+ Processing by Defcon::SessionsController#create as HTML
2116
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"fde2AwPsDB19M37VUFClr3+ZeJ2geiUBmb9tw7v3QOY=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"}
2117
+ Defcon::AdminUser Load (0.2ms) SELECT "defcon_admin_users".* FROM "defcon_admin_users" WHERE "defcon_admin_users"."username" = '' LIMIT 1
2118
+ Redirected to http://localhost:3000/admin/login
2119
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
2120
+
2121
+
2122
+ Started GET "/admin/login" for 127.0.0.1 at 2014-10-09 23:06:47 -0400
2123
+ Processing by Defcon::SessionsController#new as HTML
2124
+ Rendered /home/cleo/Documents/Code/PersonalProjects/RubyRails/GemsEnginesTemplates/Engines/defcon/app/views/defcon/sessions/new.html.erb within layouts/defcon/application (2.4ms)
2125
+ Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)
2126
+
2127
+
2128
+ Started GET "/assets/defcon/sessions.css?body=1" for 127.0.0.1 at 2014-10-09 23:06:47 -0400
2129
+
2130
+
2131
+ Started GET "/assets/defcon/application.css?body=1" for 127.0.0.1 at 2014-10-09 23:06:47 -0400
2132
+
2133
+
2134
+ Started GET "/assets/defcon/application.js?body=1" for 127.0.0.1 at 2014-10-09 23:06:47 -0400
2135
+
2136
+
2137
+ Started GET "/assets/defcon/sessions.js?body=1" for 127.0.0.1 at 2014-10-09 23:06:47 -0400
2138
+
2139
+
2140
+ Started POST "/sessions/create" for 127.0.0.1 at 2014-10-09 23:06:48 -0400
2141
+ Processing by Defcon::SessionsController#create as HTML
2142
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"fde2AwPsDB19M37VUFClr3+ZeJ2geiUBmb9tw7v3QOY=", "username"=>"", "password"=>"[FILTERED]", "commit"=>"Login"}
2143
+ Defcon::AdminUser Load (0.3ms) SELECT "defcon_admin_users".* FROM "defcon_admin_users" WHERE "defcon_admin_users"."username" = '' LIMIT 1
2144
+ Redirected to http://localhost:3000/admin/login
2145
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
2146
+
2147
+
2148
+ Started GET "/admin/login" for 127.0.0.1 at 2014-10-09 23:06:48 -0400
2149
+ Processing by Defcon::SessionsController#new as HTML
2150
+ Rendered /home/cleo/Documents/Code/PersonalProjects/RubyRails/GemsEnginesTemplates/Engines/defcon/app/views/defcon/sessions/new.html.erb within layouts/defcon/application (0.8ms)
2151
+ Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
2152
+
2153
+
2154
+ Started GET "/assets/defcon/sessions.css?body=1" for 127.0.0.1 at 2014-10-09 23:06:48 -0400
2155
+
2156
+
2157
+ Started GET "/assets/defcon/sessions.js?body=1" for 127.0.0.1 at 2014-10-09 23:06:48 -0400
2158
+
2159
+
2160
+ Started GET "/assets/defcon/application.js?body=1" for 127.0.0.1 at 2014-10-09 23:06:48 -0400
2161
+
2162
+
2163
+ Started GET "/assets/defcon/application.css?body=1" for 127.0.0.1 at 2014-10-09 23:06:48 -0400
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: defcon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cleophus Robinson