forest_liana 1.6.3 → 1.6.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/app/controllers/forest_liana/application_controller.rb +1 -1
- data/app/controllers/forest_liana/devise_controller.rb +3 -3
- data/lib/forest_liana/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +180 -0
- data/test/dummy/log/test.log +58456 -7784
- metadata +5 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forest_liana
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sandro Munda
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -270,6 +270,7 @@ files:
|
|
270
270
|
- test/dummy/db/migrate/20160628173505_add_timestamps.rb
|
271
271
|
- test/dummy/db/schema.rb
|
272
272
|
- test/dummy/db/test.sqlite3
|
273
|
+
- test/dummy/log/development.log
|
273
274
|
- test/dummy/log/test.log
|
274
275
|
- test/dummy/public/404.html
|
275
276
|
- test/dummy/public/422.html
|
@@ -375,6 +376,7 @@ test_files:
|
|
375
376
|
- test/dummy/db/migrate/20160628173505_add_timestamps.rb
|
376
377
|
- test/dummy/db/schema.rb
|
377
378
|
- test/dummy/db/test.sqlite3
|
379
|
+
- test/dummy/log/development.log
|
378
380
|
- test/dummy/log/test.log
|
379
381
|
- test/dummy/public/404.html
|
380
382
|
- test/dummy/public/422.html
|
@@ -394,3 +396,4 @@ test_files:
|
|
394
396
|
- test/services/forest_liana/resources_getter_test.rb
|
395
397
|
- test/services/forest_liana/schema_adapter_test.rb
|
396
398
|
- test/test_helper.rb
|
399
|
+
has_rdoc:
|