ceo 0.1.3 → 0.1.4
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/README.md +1 -0
- data/app/controllers/admin/admin_controller.rb +3 -0
- data/lib/ceo/iterator.rb +19 -4
- data/lib/ceo/version.rb +1 -1
- data/test/controllers/admin/apples_controller_test.rb +6 -0
- data/test/dummy/app/controllers/admin/apples_controller.rb +11 -0
- data/test/dummy/log/development.log +0 -0
- data/test/dummy/log/test.log +4026 -0
- metadata +4 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ceo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesse Herrick
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -191,6 +191,7 @@ files:
|
|
191
191
|
- test/dummy/db/migrate/20151102015027_create_apple.rb
|
192
192
|
- test/dummy/db/migrate/20151102015821_create_fruit.rb
|
193
193
|
- test/dummy/db/schema.rb
|
194
|
+
- test/dummy/log/development.log
|
194
195
|
- test/dummy/log/test.log
|
195
196
|
- test/dummy/public/404.html
|
196
197
|
- test/dummy/public/422.html
|
@@ -282,6 +283,7 @@ test_files:
|
|
282
283
|
- test/dummy/db/migrate/20151102015027_create_apple.rb
|
283
284
|
- test/dummy/db/migrate/20151102015821_create_fruit.rb
|
284
285
|
- test/dummy/db/schema.rb
|
286
|
+
- test/dummy/log/development.log
|
285
287
|
- test/dummy/log/test.log
|
286
288
|
- test/dummy/public/404.html
|
287
289
|
- test/dummy/public/422.html
|