paul_bunyan 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/lib/paul_bunyan/version.rb +1 -1
- data/paul_bunyan.gemspec +4 -0
- metadata +2 -8
- data/spec/gemfiles/40.gemfile.lock +0 -137
- data/spec/gemfiles/41.gemfile.lock +0 -142
- data/spec/gemfiles/42.gemfile.lock +0 -167
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6263a939de2fd379b135f4fdf1b9d6cd295c95b
|
4
|
+
data.tar.gz: c7e63a3581b9626904fd65e8052a0feeafbc229e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c40e3d0c47deaa3f4d4df4ba99d85da638ac9e026988805a046eb2fda412b7d4fca32bf16fec21c990b335a2c7f7820ea97b0805f0614b20f78625791ad9481
|
7
|
+
data.tar.gz: 064218e15d2cfb50ea42f78923d99af821f18c2d062b076a325b41f4f9d538718626baae537e4f215c9f47902129cc75c6100475c0fd918275988843865a015f
|
data/.gitignore
CHANGED
data/lib/paul_bunyan/version.rb
CHANGED
data/paul_bunyan.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paul_bunyan
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Duane Johnson
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2016-
|
14
|
+
date: 2016-08-19 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: request_store
|
@@ -206,11 +206,8 @@ files:
|
|
206
206
|
- spec/dummy/public/500.html
|
207
207
|
- spec/dummy/public/favicon.ico
|
208
208
|
- spec/gemfiles/40.gemfile
|
209
|
-
- spec/gemfiles/40.gemfile.lock
|
210
209
|
- spec/gemfiles/41.gemfile
|
211
|
-
- spec/gemfiles/41.gemfile.lock
|
212
210
|
- spec/gemfiles/42.gemfile
|
213
|
-
- spec/gemfiles/42.gemfile.lock
|
214
211
|
- spec/lib/paul_bunyan/json_formatter_spec.rb
|
215
212
|
- spec/lib/paul_bunyan/level_spec.rb
|
216
213
|
- spec/lib/paul_bunyan/log_relayer_spec.rb
|
@@ -287,11 +284,8 @@ test_files:
|
|
287
284
|
- spec/dummy/public/500.html
|
288
285
|
- spec/dummy/public/favicon.ico
|
289
286
|
- spec/gemfiles/40.gemfile
|
290
|
-
- spec/gemfiles/40.gemfile.lock
|
291
287
|
- spec/gemfiles/41.gemfile
|
292
|
-
- spec/gemfiles/41.gemfile.lock
|
293
288
|
- spec/gemfiles/42.gemfile
|
294
|
-
- spec/gemfiles/42.gemfile.lock
|
295
289
|
- spec/lib/paul_bunyan/json_formatter_spec.rb
|
296
290
|
- spec/lib/paul_bunyan/level_spec.rb
|
297
291
|
- spec/lib/paul_bunyan/log_relayer_spec.rb
|
@@ -1,137 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../../
|
3
|
-
specs:
|
4
|
-
logging (0.2.0)
|
5
|
-
request_store
|
6
|
-
term-ansicolor
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionmailer (4.0.13)
|
12
|
-
actionpack (= 4.0.13)
|
13
|
-
mail (~> 2.5, >= 2.5.4)
|
14
|
-
actionpack (4.0.13)
|
15
|
-
activesupport (= 4.0.13)
|
16
|
-
builder (~> 3.1.0)
|
17
|
-
erubis (~> 2.7.0)
|
18
|
-
rack (~> 1.5.2)
|
19
|
-
rack-test (~> 0.6.2)
|
20
|
-
activemodel (4.0.13)
|
21
|
-
activesupport (= 4.0.13)
|
22
|
-
builder (~> 3.1.0)
|
23
|
-
activerecord (4.0.13)
|
24
|
-
activemodel (= 4.0.13)
|
25
|
-
activerecord-deprecated_finders (~> 1.0.2)
|
26
|
-
activesupport (= 4.0.13)
|
27
|
-
arel (~> 4.0.0)
|
28
|
-
activerecord-deprecated_finders (1.0.4)
|
29
|
-
activesupport (4.0.13)
|
30
|
-
i18n (~> 0.6, >= 0.6.9)
|
31
|
-
minitest (~> 4.2)
|
32
|
-
multi_json (~> 1.3)
|
33
|
-
thread_safe (~> 0.1)
|
34
|
-
tzinfo (~> 0.3.37)
|
35
|
-
arel (4.0.2)
|
36
|
-
builder (3.1.4)
|
37
|
-
coderay (1.1.0)
|
38
|
-
diff-lcs (1.2.5)
|
39
|
-
erubis (2.7.0)
|
40
|
-
ffi (1.9.9)
|
41
|
-
formatador (0.2.5)
|
42
|
-
guard (2.12.7)
|
43
|
-
formatador (>= 0.2.4)
|
44
|
-
listen (>= 2.7, <= 4.0)
|
45
|
-
lumberjack (~> 1.0)
|
46
|
-
nenv (~> 0.1)
|
47
|
-
notiffany (~> 0.0)
|
48
|
-
pry (>= 0.9.12)
|
49
|
-
shellany (~> 0.0)
|
50
|
-
thor (>= 0.18.1)
|
51
|
-
guard-compat (1.2.1)
|
52
|
-
guard-rspec (4.6.0)
|
53
|
-
guard (~> 2.1)
|
54
|
-
guard-compat (~> 1.1)
|
55
|
-
rspec (>= 2.99.0, < 4.0)
|
56
|
-
i18n (0.7.0)
|
57
|
-
listen (3.0.0)
|
58
|
-
rb-fsevent (>= 0.9.3)
|
59
|
-
rb-inotify (>= 0.9)
|
60
|
-
lumberjack (1.0.9)
|
61
|
-
mail (2.6.3)
|
62
|
-
mime-types (>= 1.16, < 3)
|
63
|
-
method_source (0.8.2)
|
64
|
-
mime-types (2.6.1)
|
65
|
-
minitest (4.7.5)
|
66
|
-
multi_json (1.11.1)
|
67
|
-
nenv (0.2.0)
|
68
|
-
notiffany (0.0.6)
|
69
|
-
nenv (~> 0.1)
|
70
|
-
shellany (~> 0.0)
|
71
|
-
pry (0.10.1)
|
72
|
-
coderay (~> 1.1.0)
|
73
|
-
method_source (~> 0.8.1)
|
74
|
-
slop (~> 3.4)
|
75
|
-
rack (1.5.5)
|
76
|
-
rack-test (0.6.3)
|
77
|
-
rack (>= 1.0)
|
78
|
-
rails (4.0.13)
|
79
|
-
actionmailer (= 4.0.13)
|
80
|
-
actionpack (= 4.0.13)
|
81
|
-
activerecord (= 4.0.13)
|
82
|
-
activesupport (= 4.0.13)
|
83
|
-
bundler (>= 1.3.0, < 2.0)
|
84
|
-
railties (= 4.0.13)
|
85
|
-
sprockets-rails (~> 2.0)
|
86
|
-
railties (4.0.13)
|
87
|
-
actionpack (= 4.0.13)
|
88
|
-
activesupport (= 4.0.13)
|
89
|
-
rake (>= 0.8.7)
|
90
|
-
thor (>= 0.18.1, < 2.0)
|
91
|
-
rake (10.4.2)
|
92
|
-
rb-fsevent (0.9.5)
|
93
|
-
rb-inotify (0.9.5)
|
94
|
-
ffi (>= 0.5.0)
|
95
|
-
request_store (1.1.0)
|
96
|
-
rspec (3.3.0)
|
97
|
-
rspec-core (~> 3.3.0)
|
98
|
-
rspec-expectations (~> 3.3.0)
|
99
|
-
rspec-mocks (~> 3.3.0)
|
100
|
-
rspec-core (3.3.1)
|
101
|
-
rspec-support (~> 3.3.0)
|
102
|
-
rspec-expectations (3.3.0)
|
103
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
104
|
-
rspec-support (~> 3.3.0)
|
105
|
-
rspec-mocks (3.3.1)
|
106
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
107
|
-
rspec-support (~> 3.3.0)
|
108
|
-
rspec-support (3.3.0)
|
109
|
-
shellany (0.0.1)
|
110
|
-
slop (3.6.0)
|
111
|
-
sprockets (3.2.0)
|
112
|
-
rack (~> 1.0)
|
113
|
-
sprockets-rails (2.3.2)
|
114
|
-
actionpack (>= 3.0)
|
115
|
-
activesupport (>= 3.0)
|
116
|
-
sprockets (>= 2.8, < 4.0)
|
117
|
-
sqlite3 (1.3.10)
|
118
|
-
term-ansicolor (1.3.2)
|
119
|
-
tins (~> 1.0)
|
120
|
-
thor (0.19.1)
|
121
|
-
thread_safe (0.3.5)
|
122
|
-
tins (1.5.4)
|
123
|
-
tzinfo (0.3.44)
|
124
|
-
wwtd (0.9.1)
|
125
|
-
|
126
|
-
PLATFORMS
|
127
|
-
ruby
|
128
|
-
|
129
|
-
DEPENDENCIES
|
130
|
-
bundler (~> 1.5)
|
131
|
-
guard-rspec
|
132
|
-
logging!
|
133
|
-
rails (~> 4.0.0)
|
134
|
-
rake
|
135
|
-
rspec
|
136
|
-
sqlite3
|
137
|
-
wwtd
|
@@ -1,142 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../../
|
3
|
-
specs:
|
4
|
-
logging (0.2.0)
|
5
|
-
request_store
|
6
|
-
term-ansicolor
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionmailer (4.1.12)
|
12
|
-
actionpack (= 4.1.12)
|
13
|
-
actionview (= 4.1.12)
|
14
|
-
mail (~> 2.5, >= 2.5.4)
|
15
|
-
actionpack (4.1.12)
|
16
|
-
actionview (= 4.1.12)
|
17
|
-
activesupport (= 4.1.12)
|
18
|
-
rack (~> 1.5.2)
|
19
|
-
rack-test (~> 0.6.2)
|
20
|
-
actionview (4.1.12)
|
21
|
-
activesupport (= 4.1.12)
|
22
|
-
builder (~> 3.1)
|
23
|
-
erubis (~> 2.7.0)
|
24
|
-
activemodel (4.1.12)
|
25
|
-
activesupport (= 4.1.12)
|
26
|
-
builder (~> 3.1)
|
27
|
-
activerecord (4.1.12)
|
28
|
-
activemodel (= 4.1.12)
|
29
|
-
activesupport (= 4.1.12)
|
30
|
-
arel (~> 5.0.0)
|
31
|
-
activesupport (4.1.12)
|
32
|
-
i18n (~> 0.6, >= 0.6.9)
|
33
|
-
json (~> 1.7, >= 1.7.7)
|
34
|
-
minitest (~> 5.1)
|
35
|
-
thread_safe (~> 0.1)
|
36
|
-
tzinfo (~> 1.1)
|
37
|
-
arel (5.0.1.20140414130214)
|
38
|
-
builder (3.2.2)
|
39
|
-
coderay (1.1.0)
|
40
|
-
diff-lcs (1.2.5)
|
41
|
-
erubis (2.7.0)
|
42
|
-
ffi (1.9.9)
|
43
|
-
formatador (0.2.5)
|
44
|
-
guard (2.12.7)
|
45
|
-
formatador (>= 0.2.4)
|
46
|
-
listen (>= 2.7, <= 4.0)
|
47
|
-
lumberjack (~> 1.0)
|
48
|
-
nenv (~> 0.1)
|
49
|
-
notiffany (~> 0.0)
|
50
|
-
pry (>= 0.9.12)
|
51
|
-
shellany (~> 0.0)
|
52
|
-
thor (>= 0.18.1)
|
53
|
-
guard-compat (1.2.1)
|
54
|
-
guard-rspec (4.6.0)
|
55
|
-
guard (~> 2.1)
|
56
|
-
guard-compat (~> 1.1)
|
57
|
-
rspec (>= 2.99.0, < 4.0)
|
58
|
-
i18n (0.7.0)
|
59
|
-
json (1.8.3)
|
60
|
-
listen (3.0.0)
|
61
|
-
rb-fsevent (>= 0.9.3)
|
62
|
-
rb-inotify (>= 0.9)
|
63
|
-
lumberjack (1.0.9)
|
64
|
-
mail (2.6.3)
|
65
|
-
mime-types (>= 1.16, < 3)
|
66
|
-
method_source (0.8.2)
|
67
|
-
mime-types (2.6.1)
|
68
|
-
minitest (5.7.0)
|
69
|
-
nenv (0.2.0)
|
70
|
-
notiffany (0.0.6)
|
71
|
-
nenv (~> 0.1)
|
72
|
-
shellany (~> 0.0)
|
73
|
-
pry (0.10.1)
|
74
|
-
coderay (~> 1.1.0)
|
75
|
-
method_source (~> 0.8.1)
|
76
|
-
slop (~> 3.4)
|
77
|
-
rack (1.5.5)
|
78
|
-
rack-test (0.6.3)
|
79
|
-
rack (>= 1.0)
|
80
|
-
rails (4.1.12)
|
81
|
-
actionmailer (= 4.1.12)
|
82
|
-
actionpack (= 4.1.12)
|
83
|
-
actionview (= 4.1.12)
|
84
|
-
activemodel (= 4.1.12)
|
85
|
-
activerecord (= 4.1.12)
|
86
|
-
activesupport (= 4.1.12)
|
87
|
-
bundler (>= 1.3.0, < 2.0)
|
88
|
-
railties (= 4.1.12)
|
89
|
-
sprockets-rails (~> 2.0)
|
90
|
-
railties (4.1.12)
|
91
|
-
actionpack (= 4.1.12)
|
92
|
-
activesupport (= 4.1.12)
|
93
|
-
rake (>= 0.8.7)
|
94
|
-
thor (>= 0.18.1, < 2.0)
|
95
|
-
rake (10.4.2)
|
96
|
-
rb-fsevent (0.9.5)
|
97
|
-
rb-inotify (0.9.5)
|
98
|
-
ffi (>= 0.5.0)
|
99
|
-
request_store (1.1.0)
|
100
|
-
rspec (3.3.0)
|
101
|
-
rspec-core (~> 3.3.0)
|
102
|
-
rspec-expectations (~> 3.3.0)
|
103
|
-
rspec-mocks (~> 3.3.0)
|
104
|
-
rspec-core (3.3.1)
|
105
|
-
rspec-support (~> 3.3.0)
|
106
|
-
rspec-expectations (3.3.0)
|
107
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
108
|
-
rspec-support (~> 3.3.0)
|
109
|
-
rspec-mocks (3.3.1)
|
110
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
111
|
-
rspec-support (~> 3.3.0)
|
112
|
-
rspec-support (3.3.0)
|
113
|
-
shellany (0.0.1)
|
114
|
-
slop (3.6.0)
|
115
|
-
sprockets (3.2.0)
|
116
|
-
rack (~> 1.0)
|
117
|
-
sprockets-rails (2.3.2)
|
118
|
-
actionpack (>= 3.0)
|
119
|
-
activesupport (>= 3.0)
|
120
|
-
sprockets (>= 2.8, < 4.0)
|
121
|
-
sqlite3 (1.3.10)
|
122
|
-
term-ansicolor (1.3.2)
|
123
|
-
tins (~> 1.0)
|
124
|
-
thor (0.19.1)
|
125
|
-
thread_safe (0.3.5)
|
126
|
-
tins (1.5.4)
|
127
|
-
tzinfo (1.2.2)
|
128
|
-
thread_safe (~> 0.1)
|
129
|
-
wwtd (0.9.1)
|
130
|
-
|
131
|
-
PLATFORMS
|
132
|
-
ruby
|
133
|
-
|
134
|
-
DEPENDENCIES
|
135
|
-
bundler (~> 1.5)
|
136
|
-
guard-rspec
|
137
|
-
logging!
|
138
|
-
rails (~> 4.1.0)
|
139
|
-
rake
|
140
|
-
rspec
|
141
|
-
sqlite3
|
142
|
-
wwtd
|
@@ -1,167 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../../
|
3
|
-
specs:
|
4
|
-
logging (0.2.0)
|
5
|
-
request_store
|
6
|
-
term-ansicolor
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionmailer (4.2.3)
|
12
|
-
actionpack (= 4.2.3)
|
13
|
-
actionview (= 4.2.3)
|
14
|
-
activejob (= 4.2.3)
|
15
|
-
mail (~> 2.5, >= 2.5.4)
|
16
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
17
|
-
actionpack (4.2.3)
|
18
|
-
actionview (= 4.2.3)
|
19
|
-
activesupport (= 4.2.3)
|
20
|
-
rack (~> 1.6)
|
21
|
-
rack-test (~> 0.6.2)
|
22
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
23
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
24
|
-
actionview (4.2.3)
|
25
|
-
activesupport (= 4.2.3)
|
26
|
-
builder (~> 3.1)
|
27
|
-
erubis (~> 2.7.0)
|
28
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
29
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
30
|
-
activejob (4.2.3)
|
31
|
-
activesupport (= 4.2.3)
|
32
|
-
globalid (>= 0.3.0)
|
33
|
-
activemodel (4.2.3)
|
34
|
-
activesupport (= 4.2.3)
|
35
|
-
builder (~> 3.1)
|
36
|
-
activerecord (4.2.3)
|
37
|
-
activemodel (= 4.2.3)
|
38
|
-
activesupport (= 4.2.3)
|
39
|
-
arel (~> 6.0)
|
40
|
-
activesupport (4.2.3)
|
41
|
-
i18n (~> 0.7)
|
42
|
-
json (~> 1.7, >= 1.7.7)
|
43
|
-
minitest (~> 5.1)
|
44
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
45
|
-
tzinfo (~> 1.1)
|
46
|
-
arel (6.0.0)
|
47
|
-
builder (3.2.2)
|
48
|
-
coderay (1.1.0)
|
49
|
-
diff-lcs (1.2.5)
|
50
|
-
erubis (2.7.0)
|
51
|
-
ffi (1.9.9)
|
52
|
-
formatador (0.2.5)
|
53
|
-
globalid (0.3.5)
|
54
|
-
activesupport (>= 4.1.0)
|
55
|
-
guard (2.12.7)
|
56
|
-
formatador (>= 0.2.4)
|
57
|
-
listen (>= 2.7, <= 4.0)
|
58
|
-
lumberjack (~> 1.0)
|
59
|
-
nenv (~> 0.1)
|
60
|
-
notiffany (~> 0.0)
|
61
|
-
pry (>= 0.9.12)
|
62
|
-
shellany (~> 0.0)
|
63
|
-
thor (>= 0.18.1)
|
64
|
-
guard-compat (1.2.1)
|
65
|
-
guard-rspec (4.6.0)
|
66
|
-
guard (~> 2.1)
|
67
|
-
guard-compat (~> 1.1)
|
68
|
-
rspec (>= 2.99.0, < 4.0)
|
69
|
-
i18n (0.7.0)
|
70
|
-
json (1.8.3)
|
71
|
-
listen (3.0.0)
|
72
|
-
rb-fsevent (>= 0.9.3)
|
73
|
-
rb-inotify (>= 0.9)
|
74
|
-
loofah (2.0.2)
|
75
|
-
nokogiri (>= 1.5.9)
|
76
|
-
lumberjack (1.0.9)
|
77
|
-
mail (2.6.3)
|
78
|
-
mime-types (>= 1.16, < 3)
|
79
|
-
method_source (0.8.2)
|
80
|
-
mime-types (2.6.1)
|
81
|
-
mini_portile (0.6.2)
|
82
|
-
minitest (5.7.0)
|
83
|
-
nenv (0.2.0)
|
84
|
-
nokogiri (1.6.6.2)
|
85
|
-
mini_portile (~> 0.6.0)
|
86
|
-
notiffany (0.0.6)
|
87
|
-
nenv (~> 0.1)
|
88
|
-
shellany (~> 0.0)
|
89
|
-
pry (0.10.1)
|
90
|
-
coderay (~> 1.1.0)
|
91
|
-
method_source (~> 0.8.1)
|
92
|
-
slop (~> 3.4)
|
93
|
-
rack (1.6.4)
|
94
|
-
rack-test (0.6.3)
|
95
|
-
rack (>= 1.0)
|
96
|
-
rails (4.2.3)
|
97
|
-
actionmailer (= 4.2.3)
|
98
|
-
actionpack (= 4.2.3)
|
99
|
-
actionview (= 4.2.3)
|
100
|
-
activejob (= 4.2.3)
|
101
|
-
activemodel (= 4.2.3)
|
102
|
-
activerecord (= 4.2.3)
|
103
|
-
activesupport (= 4.2.3)
|
104
|
-
bundler (>= 1.3.0, < 2.0)
|
105
|
-
railties (= 4.2.3)
|
106
|
-
sprockets-rails
|
107
|
-
rails-deprecated_sanitizer (1.0.3)
|
108
|
-
activesupport (>= 4.2.0.alpha)
|
109
|
-
rails-dom-testing (1.0.6)
|
110
|
-
activesupport (>= 4.2.0.beta, < 5.0)
|
111
|
-
nokogiri (~> 1.6.0)
|
112
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
113
|
-
rails-html-sanitizer (1.0.2)
|
114
|
-
loofah (~> 2.0)
|
115
|
-
railties (4.2.3)
|
116
|
-
actionpack (= 4.2.3)
|
117
|
-
activesupport (= 4.2.3)
|
118
|
-
rake (>= 0.8.7)
|
119
|
-
thor (>= 0.18.1, < 2.0)
|
120
|
-
rake (10.4.2)
|
121
|
-
rb-fsevent (0.9.5)
|
122
|
-
rb-inotify (0.9.5)
|
123
|
-
ffi (>= 0.5.0)
|
124
|
-
request_store (1.1.0)
|
125
|
-
rspec (3.3.0)
|
126
|
-
rspec-core (~> 3.3.0)
|
127
|
-
rspec-expectations (~> 3.3.0)
|
128
|
-
rspec-mocks (~> 3.3.0)
|
129
|
-
rspec-core (3.3.1)
|
130
|
-
rspec-support (~> 3.3.0)
|
131
|
-
rspec-expectations (3.3.0)
|
132
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
133
|
-
rspec-support (~> 3.3.0)
|
134
|
-
rspec-mocks (3.3.1)
|
135
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
136
|
-
rspec-support (~> 3.3.0)
|
137
|
-
rspec-support (3.3.0)
|
138
|
-
shellany (0.0.1)
|
139
|
-
slop (3.6.0)
|
140
|
-
sprockets (3.2.0)
|
141
|
-
rack (~> 1.0)
|
142
|
-
sprockets-rails (2.3.2)
|
143
|
-
actionpack (>= 3.0)
|
144
|
-
activesupport (>= 3.0)
|
145
|
-
sprockets (>= 2.8, < 4.0)
|
146
|
-
sqlite3 (1.3.10)
|
147
|
-
term-ansicolor (1.3.2)
|
148
|
-
tins (~> 1.0)
|
149
|
-
thor (0.19.1)
|
150
|
-
thread_safe (0.3.5)
|
151
|
-
tins (1.5.4)
|
152
|
-
tzinfo (1.2.2)
|
153
|
-
thread_safe (~> 0.1)
|
154
|
-
wwtd (0.9.1)
|
155
|
-
|
156
|
-
PLATFORMS
|
157
|
-
ruby
|
158
|
-
|
159
|
-
DEPENDENCIES
|
160
|
-
bundler (~> 1.5)
|
161
|
-
guard-rspec
|
162
|
-
logging!
|
163
|
-
rails (~> 4.2.0)
|
164
|
-
rake
|
165
|
-
rspec
|
166
|
-
sqlite3
|
167
|
-
wwtd
|