spud_core 0.8.19 → 0.8.20
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/controllers/spud/admin/application_controller.rb +9 -1
- data/app/controllers/spud/admin/dashboard_controller.rb +1 -1
- data/lib/spud_core/version.rb +1 -1
- data/spec/dummy/log/development.log +15 -37
- data/spec/dummy/log/test.log +52216 -18815
- data/spec/lib/spud_core/configuration_spec.rb +0 -2
- metadata +4 -4
|
@@ -14,7 +14,6 @@ describe Spud::Core do
|
|
|
14
14
|
|
|
15
15
|
describe :site_config_for_id do
|
|
16
16
|
it "should should return the default site config" do
|
|
17
|
-
puts "testing site config for id"
|
|
18
17
|
config = Spud::Core.site_config_for_id(0)
|
|
19
18
|
config.should == {:site_name =>"Default Site", :short_name => 'default', :site_id => 0}
|
|
20
19
|
end
|
|
@@ -27,7 +26,6 @@ describe Spud::Core do
|
|
|
27
26
|
|
|
28
27
|
describe :default_site_config do
|
|
29
28
|
it "should return the default site config" do
|
|
30
|
-
puts "testing default site config"
|
|
31
29
|
config = Spud::Core.default_site_config
|
|
32
30
|
config.should == {:site_name =>"Default Site", :short_name => 'default', :site_id => 0}
|
|
33
31
|
end
|
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.20
|
|
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: 2012-07-
|
|
12
|
+
date: 2012-07-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -679,7 +679,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
679
679
|
version: '0'
|
|
680
680
|
segments:
|
|
681
681
|
- 0
|
|
682
|
-
hash:
|
|
682
|
+
hash: 1793388610490355409
|
|
683
683
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
684
684
|
none: false
|
|
685
685
|
requirements:
|
|
@@ -688,7 +688,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
688
688
|
version: '0'
|
|
689
689
|
segments:
|
|
690
690
|
- 0
|
|
691
|
-
hash:
|
|
691
|
+
hash: 1793388610490355409
|
|
692
692
|
requirements: []
|
|
693
693
|
rubyforge_project:
|
|
694
694
|
rubygems_version: 1.8.24
|