tb_core 1.1.0 → 1.1.1
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 +8 -8
- data/config/routes.rb +1 -1
- data/lib/spud_core/version.rb +1 -1
- data/spec/dummy/log/test.log +9330 -0
- data/spec/requests/legacy_spec.rb +8 -0
- metadata +4 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tb_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Greg Woods
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -548,6 +548,7 @@ files:
|
|
|
548
548
|
- spec/lib/spud_core/configuration_spec.rb
|
|
549
549
|
- spec/models/spud_role_spec.rb
|
|
550
550
|
- spec/models/spud_user_spec.rb
|
|
551
|
+
- spec/requests/legacy_spec.rb
|
|
551
552
|
- spec/spec_helper.rb
|
|
552
553
|
- spec/support/authlogic_helper.rb
|
|
553
554
|
homepage: http://bitbucket.org/westlakedesign/tb_core
|
|
@@ -619,5 +620,6 @@ test_files:
|
|
|
619
620
|
- spec/lib/spud_core/configuration_spec.rb
|
|
620
621
|
- spec/models/spud_role_spec.rb
|
|
621
622
|
- spec/models/spud_user_spec.rb
|
|
623
|
+
- spec/requests/legacy_spec.rb
|
|
622
624
|
- spec/spec_helper.rb
|
|
623
625
|
- spec/support/authlogic_helper.rb
|