nsa_panel 0.0.4 → 0.0.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.
- data/README.md +11 -1
- data/app/assets/javascripts/nsa_panel/dashboard.js +5 -0
- data/app/controllers/nsa_panel/application_controller.rb +15 -1
- data/app/controllers/nsa_panel/dashboard_controller.rb +19 -0
- data/app/helpers/nsa_panel/dashboard_helper.rb +4 -0
- data/app/views/nsa_panel/dashboard/law_accordance_check.html.erb +4 -0
- data/config/routes.rb +4 -1
- data/lib/nsa_panel/version.rb +1 -1
- data/test/dummy/log/development.log +2169 -0
- data/test/dummy/tmp/cache/assets/D12/870/sprockets%2F4b81d5532be95396ec25b13aefe78053 +0 -0
- data/test/dummy/tmp/cache/assets/D33/AF0/sprockets%2Fcdeb00261f07c945b39f4c0a61b43e85 +0 -0
- data/test/dummy/tmp/cache/assets/D39/610/sprockets%2F8d2e10b2572fefe0785371a6a1ce57a4 +0 -0
- data/test/dummy/tmp/cache/assets/D6E/410/sprockets%2Fd82c68c0c287a712c7bd2fe34e3a991a +0 -0
- data/test/dummy/tmp/cache/assets/E0B/F60/sprockets%2Fc2e14aeedcbfbc9e4fc16a818872598f +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- data/test/functional/nsa_panel/dashboard_controller_test.rb +3 -5
- metadata +7 -3
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
69820
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nsa_panel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -53,15 +53,19 @@ files:
|
|
53
53
|
- app/assets/images/nsa_panel/fuck_you.jpg
|
54
54
|
- app/assets/images/nsa_panel/nsa-eagle-tiny.png
|
55
55
|
- app/assets/javascripts/nsa_panel/application.js
|
56
|
+
- app/assets/javascripts/nsa_panel/dashboard.js
|
56
57
|
- app/assets/stylesheets/nsa_panel/application.css
|
57
58
|
- app/assets/stylesheets/nsa_panel/bootstrap.css
|
58
59
|
- app/controllers/nsa_panel/application_controller.rb
|
60
|
+
- app/controllers/nsa_panel/dashboard_controller.rb
|
59
61
|
- app/controllers/nsa_panel/data_controller.rb
|
60
62
|
- app/controllers/nsa_panel/users_controller.rb
|
61
63
|
- app/helpers/nsa_panel/application_helper.rb
|
64
|
+
- app/helpers/nsa_panel/dashboard_helper.rb
|
62
65
|
- app/helpers/nsa_panel/data_helper.rb
|
63
66
|
- app/helpers/nsa_panel/users_helper.rb
|
64
67
|
- app/views/layouts/nsa_panel/application.html.erb
|
68
|
+
- app/views/nsa_panel/dashboard/law_accordance_check.html.erb
|
65
69
|
- app/views/nsa_panel/data/index.html.erb
|
66
70
|
- app/views/nsa_panel/data/show.html.erb
|
67
71
|
- app/views/nsa_panel/users/index.html.erb
|
@@ -163,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
163
167
|
version: '0'
|
164
168
|
segments:
|
165
169
|
- 0
|
166
|
-
hash:
|
170
|
+
hash: -1382682884433473349
|
167
171
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
168
172
|
none: false
|
169
173
|
requirements:
|
@@ -172,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
172
176
|
version: '0'
|
173
177
|
segments:
|
174
178
|
- 0
|
175
|
-
hash:
|
179
|
+
hash: -1382682884433473349
|
176
180
|
requirements: []
|
177
181
|
rubyforge_project:
|
178
182
|
rubygems_version: 1.8.23
|