bread 0.0.12 → 0.0.13
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 +4 -4
- data/lib/bread.rb +2 -1
- data/lib/bread/version.rb +1 -1
- data/spec/dummy/app/controllers/photos_controller.rb +14 -2
- data/spec/dummy/app/controllers/products_controller.rb +14 -2
- data/spec/dummy/config/application.rb +8 -0
- data/spec/dummy/config/environment.rb +2 -0
- data/spec/dummy/config/initializers/secret_token.rb +6 -1
- data/spec/dummy/log/test.log +5405 -0
- data/spec/rails_helper.rb +0 -1
- metadata +1 -21
data/spec/rails_helper.rb
CHANGED
|
@@ -6,7 +6,6 @@ require File.expand_path("../dummy/config/environment.rb", __FILE__)
|
|
|
6
6
|
require 'rspec/rails'
|
|
7
7
|
# Add additional requires below this line. Rails is not loaded until this point!
|
|
8
8
|
|
|
9
|
-
require 'before_actions'
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
# Requires supporting ruby files with custom matchers and macros, etc, in
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bread
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Pinto
|
|
@@ -10,26 +10,6 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2015-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: rails
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '4.0'
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '5.0'
|
|
23
|
-
type: :runtime
|
|
24
|
-
prerelease: false
|
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
requirements:
|
|
27
|
-
- - ">="
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '4.0'
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '5.0'
|
|
33
13
|
- !ruby/object:Gem::Dependency
|
|
34
14
|
name: colorize
|
|
35
15
|
requirement: !ruby/object:Gem::Requirement
|