nsa_panel 0.0.5 → 0.0.6
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 +4 -0
- data/app/controllers/nsa_panel/application_controller.rb +1 -1
- data/app/controllers/nsa_panel/users_controller.rb +6 -0
- data/app/helpers/nsa_panel/application_helper.rb +3 -0
- data/app/views/layouts/nsa_panel/_flashes.html.erb +5 -0
- data/app/views/layouts/nsa_panel/application.html.erb +2 -0
- data/app/views/nsa_panel/data/index.html.erb +4 -1
- data/app/views/nsa_panel/data/show.html.erb +5 -1
- data/app/views/nsa_panel/users/index.html.erb +6 -1
- data/app/views/nsa_panel/users/show.html.erb +6 -1
- data/config/routes.rb +2 -0
- data/lib/nsa_panel/version.rb +1 -1
- data/test/dummy/log/development.log +1695 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- metadata +5 -4
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
80362
|
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.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-06-
|
12
|
+
date: 2013-06-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -64,6 +64,7 @@ files:
|
|
64
64
|
- app/helpers/nsa_panel/dashboard_helper.rb
|
65
65
|
- app/helpers/nsa_panel/data_helper.rb
|
66
66
|
- app/helpers/nsa_panel/users_helper.rb
|
67
|
+
- app/views/layouts/nsa_panel/_flashes.html.erb
|
67
68
|
- app/views/layouts/nsa_panel/application.html.erb
|
68
69
|
- app/views/nsa_panel/dashboard/law_accordance_check.html.erb
|
69
70
|
- app/views/nsa_panel/data/index.html.erb
|
@@ -167,7 +168,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
167
168
|
version: '0'
|
168
169
|
segments:
|
169
170
|
- 0
|
170
|
-
hash: -
|
171
|
+
hash: -2644699245799389696
|
171
172
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
172
173
|
none: false
|
173
174
|
requirements:
|
@@ -176,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
177
|
version: '0'
|
177
178
|
segments:
|
178
179
|
- 0
|
179
|
-
hash: -
|
180
|
+
hash: -2644699245799389696
|
180
181
|
requirements: []
|
181
182
|
rubyforge_project:
|
182
183
|
rubygems_version: 1.8.23
|