panels_for 0.2.3 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29caeed10e115686f8ee6c6278bf55ba5f0215fa
4
- data.tar.gz: 43f6cf3fb8e03215899db7c9f5f582a9d4221a6c
3
+ metadata.gz: 079cd99ec102ff4338aa350fdff4dd3cf097ff34
4
+ data.tar.gz: 3eb506fbd7c54a02d5e8b0ae519acb2b4bfe042a
5
5
  SHA512:
6
- metadata.gz: 836533921fca7d47b800c595116f20655b252049a30013850acd8d3f9a164d4ca16fad5a030f9d833f1a3d5080424d3cebcac62b9eea0aefc25ff33808dbd994
7
- data.tar.gz: 80f45064a040ec3e6705e0ca526b35eb4998a82745d59871f2679d0fa605b7e9966d150cc669cdd472392cf8ce90f6651ab8afc160d1888312717f3df755205f
6
+ metadata.gz: 48a0a2ef19151f91f6875c58cb697b89deb018342fed000b88c6d78460f89684f6f03dc7378f5e17648599996709f8f470f24ae96aae6c09e028fb94ea15e633
7
+ data.tar.gz: 95b70d487b48997be90c5c28672ae8cbc64c5cb6ee28bc2749784efb195c8f39e8776b2177e23ca2982c25e53392e6730db20243410c37a2164d56c3e0a025d3
@@ -1,3 +1,3 @@
1
1
  module PanelsFor
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
@@ -2386,5 +2386,47 @@ PanelsFor::Rails::PanelsForHelperTest: test_#panel_options[:icon]_draws_panel_wi
2386
2386
   (0.1ms) begin transaction
2387
2387
  -------------------------
2388
2388
  PanelsForTest: test_truth
2389
+ -------------------------
2390
+  (0.0ms) rollback transaction
2391
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
2392
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2393
+  (0.1ms) select sqlite_version(*)
2394
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2395
+  (0.2ms) SELECT version FROM "schema_migrations"
2396
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2397
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
2398
+  (0.1ms) begin transaction
2399
+ -------------------------------------------------------------------------------------------------
2400
+ PanelsFor::Rails::PanelsForHelperTest: test_#panel_options[:id]_creates_a_panel_with_the_given_id
2401
+ -------------------------------------------------------------------------------------------------
2402
+  (0.2ms) rollback transaction
2403
+  (0.2ms) begin transaction
2404
+ ---------------------------------------------------------------------------------------------------------------------------
2405
+ PanelsFor::Rails::PanelsForHelperTest: test_#panel_options[:collapse]_and_options[:collapsed]_generates_a_collapsable_panel
2406
+ ---------------------------------------------------------------------------------------------------------------------------
2407
+  (0.2ms) rollback transaction
2408
+  (0.1ms) begin transaction
2409
+ -------------------------------------------------------------------------------------------------------
2410
+ PanelsFor::Rails::PanelsForHelperTest: test_#panel_options[:title]_creates_a_panel_with_title_in_header
2411
+ -------------------------------------------------------------------------------------------------------
2412
+  (0.1ms) rollback transaction
2413
+  (0.1ms) begin transaction
2414
+ ------------------------------------------------------------------------------------------------------
2415
+ PanelsFor::Rails::PanelsForHelperTest: test_#panel_options[:icon]_draws_panel_with_icon_prefixed_title
2416
+ ------------------------------------------------------------------------------------------------------
2417
+  (0.1ms) rollback transaction
2418
+  (0.2ms) begin transaction
2419
+ -----------------------------------------------------------------------------
2420
+ PanelsFor::Rails::PanelsForHelperTest: test_#panel_draws_a_panel_with_content
2421
+ -----------------------------------------------------------------------------
2422
+  (0.1ms) rollback transaction
2423
+  (0.1ms) begin transaction
2424
+ ---------------------------------------------------------------------------------------------------
2425
+ PanelsFor::Rails::PanelsForHelperTest: test_#panel_options[:collapse]_generates_a_collapsable_panel
2426
+ ---------------------------------------------------------------------------------------------------
2427
+  (0.1ms) rollback transaction
2428
+  (0.1ms) begin transaction
2429
+ -------------------------
2430
+ PanelsForTest: test_truth
2389
2431
  -------------------------
2390
2432
   (0.0ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panels_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ole J. Rosendahl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2015-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails