spud_core 0.8.15 → 0.8.16
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/app/assets/javascripts/spud/admin/application.js +10 -10
- data/app/controllers/spud/admin/dashboard_controller.rb +14 -15
- data/app/controllers/spud/application_controller.rb +6 -1
- data/app/helpers/spud/admin/application_helper.rb +3 -1
- data/app/views/layouts/spud/admin/detail.html.erb +1 -1
- data/lib/spud_core/version.rb +1 -1
- data/spec/controllers/spud/admin/{dashbord_controller_spec.rb → dashboard_controller_spec.rb} +60 -6
- data/spec/controllers/spud/user_sessions_controller_spec.rb +12 -14
- data/spec/dummy/log/test.log +1651 -0
- metadata +5 -5
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spud_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.16
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -605,7 +605,7 @@ files:
|
|
605
605
|
- Rakefile
|
606
606
|
- README.markdown
|
607
607
|
- spec/controllers/spud/admin/application_controller_spec.rb
|
608
|
-
- spec/controllers/spud/admin/
|
608
|
+
- spec/controllers/spud/admin/dashboard_controller_spec.rb
|
609
609
|
- spec/controllers/spud/admin/users_controller_spec.rb
|
610
610
|
- spec/controllers/spud/application_controller_spec.rb
|
611
611
|
- spec/controllers/spud/password_reset_controller_spec.rb
|
@@ -662,7 +662,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
662
662
|
version: '0'
|
663
663
|
segments:
|
664
664
|
- 0
|
665
|
-
hash:
|
665
|
+
hash: -2802559556977427417
|
666
666
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
667
667
|
none: false
|
668
668
|
requirements:
|
@@ -671,7 +671,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
671
671
|
version: '0'
|
672
672
|
segments:
|
673
673
|
- 0
|
674
|
-
hash:
|
674
|
+
hash: -2802559556977427417
|
675
675
|
requirements: []
|
676
676
|
rubyforge_project:
|
677
677
|
rubygems_version: 1.8.24
|
@@ -680,7 +680,7 @@ specification_version: 3
|
|
680
680
|
summary: Spud Core Engine
|
681
681
|
test_files:
|
682
682
|
- spec/controllers/spud/admin/application_controller_spec.rb
|
683
|
-
- spec/controllers/spud/admin/
|
683
|
+
- spec/controllers/spud/admin/dashboard_controller_spec.rb
|
684
684
|
- spec/controllers/spud/admin/users_controller_spec.rb
|
685
685
|
- spec/controllers/spud/application_controller_spec.rb
|
686
686
|
- spec/controllers/spud/password_reset_controller_spec.rb
|