carnival 0.0.38 → 0.0.39
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/app/views/carnival/shared/form/_form.html.haml +6 -1
- data/lib/carnival/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/bullet.log +270 -0
- data/test/dummy/log/development.log +2066 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +3 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4001
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carnival
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.39
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vizir Software Studio
|
|
@@ -538,6 +538,7 @@ files:
|
|
|
538
538
|
- test/dummy/tmp/cache/assets/development/sprockets/fd1e0a44b82fc47f26c7adec9d918911
|
|
539
539
|
- test/dummy/tmp/cache/assets/development/sprockets/fe9a0ccc2a407c74780c85e66882e888
|
|
540
540
|
- test/dummy/tmp/cache/assets/development/sprockets/ff3b0a569330823bd5599af14ee70cc8
|
|
541
|
+
- test/dummy/tmp/pids/server.pid
|
|
541
542
|
- test/fixtures/notifications.yml
|
|
542
543
|
- test/integration/navigation_test.rb
|
|
543
544
|
- test/models/notification_test.rb
|
|
@@ -762,6 +763,7 @@ test_files:
|
|
|
762
763
|
- test/dummy/tmp/cache/assets/development/sprockets/dd326f3f4fd1c7fd075b58d6cb623a25
|
|
763
764
|
- test/dummy/tmp/cache/assets/development/sprockets/de060f82711b4b5c465f17b140eb2a61
|
|
764
765
|
- test/dummy/tmp/cache/assets/development/sprockets/e0352d0f97751491adbe6a94832772af
|
|
766
|
+
- test/dummy/tmp/pids/server.pid
|
|
765
767
|
- test/fixtures/notifications.yml
|
|
766
768
|
- test/integration/navigation_test.rb
|
|
767
769
|
- test/models/notification_test.rb
|