buttons_for 0.1.0 → 0.1.1

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: 0b6c11cb799b2692dd13249fc016f00069856bf9
4
- data.tar.gz: 0144cd29a93f7eeff8704a6639838bba112eb881
3
+ metadata.gz: ad8691485fa2e5c14acfb90ecdf9359ac1b07236
4
+ data.tar.gz: 771973128c192c9b8efeae90c94ec769e78b4537
5
5
  SHA512:
6
- metadata.gz: dc98e51c447eec371b31e6c5dc6bb08e72de9408eb5b32f4da2c333600cb7b24f0f685e5fe43d1c21ee5161e540a9f77efff4d1b76c1ac87c394447525702c7a
7
- data.tar.gz: a9c26d13f023aab59bb1c84bc48cab80c0c7c051988bd325ea7b7113b57304f77423c79f73fe2ea04da50b42ea321ef3a13d87658615533347d81ee763549031
6
+ metadata.gz: 405f53696afe424542d91e37767509f3beb8a1e3b61c88e63377c9badc2b1a89d92170d79b0cbf72bfaf163f4cd2bd9538ad80662a410971a42b7053b1b0b0d1
7
+ data.tar.gz: 788cf6b7d11212d31f4eee349311c698d6e5afcf8fe569200aaed15f10808fe34899f231898afb22cca6a7163e89ac1200f46872817a833ce652a8e1c5b6dabf
@@ -1,3 +1,3 @@
1
1
  module ButtonsFor
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -13497,5 +13497,179 @@ ButtonsFor::Rails::ButtonsForHelperTest: test_options[:label]
13497
13497
   (0.1ms) begin transaction
13498
13498
  --------------------------
13499
13499
  ButtonsForTest: test_truth
13500
+ --------------------------
13501
+  (0.0ms) rollback transaction
13502
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
13503
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
13504
+  (0.1ms) select sqlite_version(*)
13505
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
13506
+  (0.1ms) SELECT version FROM "schema_migrations"
13507
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
13508
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13509
+  (0.1ms) begin transaction
13510
+ ------------------------------------------------------------------------------------------
13511
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_with_content_generates_at_dropdown
13512
+ ------------------------------------------------------------------------------------------
13513
+  (0.1ms) rollback transaction
13514
+  (0.0ms) begin transaction
13515
+ ----------------------------------------------------------------------------------------------
13516
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_capitalize_text_if_translation_is_symbol
13517
+ ----------------------------------------------------------------------------------------------
13518
+  (0.1ms) rollback transaction
13519
+  (0.0ms) begin transaction
13520
+ ---------------------------------------------------------------------------------------------
13521
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_options[:icon]_prepends_icon_to_label
13522
+ ---------------------------------------------------------------------------------------------
13523
+  (0.2ms) rollback transaction
13524
+  (0.1ms) begin transaction
13525
+ --------------------------------------------------------------------------------------------------
13526
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_uses_the_translation_if_value_exists_for_key
13527
+ --------------------------------------------------------------------------------------------------
13528
+  (0.1ms) rollback transaction
13529
+  (0.1ms) begin transaction
13530
+ ------------------------------------------------------------------------------------------------
13531
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_uses_the_text_directly_if_text_is_a_string
13532
+ ------------------------------------------------------------------------------------------------
13533
+  (0.1ms) rollback transaction
13534
+  (0.1ms) begin transaction
13535
+ ----------------------------------------------------------------------------------------
13536
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_raises_error_of_block_is_missing
13537
+ ----------------------------------------------------------------------------------------
13538
+  (0.1ms) rollback transaction
13539
+  (0.1ms) begin transaction
13540
+ --------------------------------------------------
13541
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#new
13542
+ --------------------------------------------------
13543
+  (0.1ms) rollback transaction
13544
+  (0.1ms) begin transaction
13545
+ ------------------------------------------------------------------
13546
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#link_options[:icon]
13547
+ ------------------------------------------------------------------
13548
+  (0.1ms) rollback transaction
13549
+  (0.0ms) begin transaction
13550
+ -----------------------------------------------------
13551
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#delete
13552
+ -----------------------------------------------------
13553
+  (0.1ms) rollback transaction
13554
+  (0.0ms) begin transaction
13555
+ -----------------------------------------------------
13556
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button
13557
+ -----------------------------------------------------
13558
+  (0.0ms) rollback transaction
13559
+  (0.1ms) begin transaction
13560
+ -----------------------------------------------------
13561
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#export
13562
+ -----------------------------------------------------
13563
+  (0.1ms) rollback transaction
13564
+  (0.1ms) begin transaction
13565
+ ------------------------------------------------------------------
13566
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#buttons_for(&block)
13567
+ ------------------------------------------------------------------
13568
+  (0.2ms) rollback transaction
13569
+  (0.2ms) begin transaction
13570
+ ---------------------------------------------------
13571
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#edit
13572
+ ---------------------------------------------------
13573
+  (0.1ms) rollback transaction
13574
+  (0.0ms) begin transaction
13575
+ ---------------------------------------------------
13576
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#link
13577
+ ---------------------------------------------------
13578
+  (0.1ms) rollback transaction
13579
+  (0.0ms) begin transaction
13580
+ -------------------------------------------------------------
13581
+ ButtonsFor::Rails::ButtonsForHelperTest: test_options[:label]
13582
+ -------------------------------------------------------------
13583
+  (0.1ms) rollback transaction
13584
+  (0.0ms) begin transaction
13585
+ --------------------------
13586
+ ButtonsForTest: test_truth
13587
+ --------------------------
13588
+  (0.0ms) rollback transaction
13589
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13590
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
13591
+  (0.1ms) select sqlite_version(*)
13592
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
13593
+  (0.2ms) SELECT version FROM "schema_migrations"
13594
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
13595
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13596
+  (0.2ms) begin transaction
13597
+ ----------------------------------------------------------------------------------------
13598
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_raises_error_of_block_is_missing
13599
+ ----------------------------------------------------------------------------------------
13600
+  (0.1ms) rollback transaction
13601
+  (0.2ms) begin transaction
13602
+ ---------------------------------------------------------------------------------------------
13603
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_options[:icon]_prepends_icon_to_label
13604
+ ---------------------------------------------------------------------------------------------
13605
+  (0.1ms) rollback transaction
13606
+  (0.1ms) begin transaction
13607
+ ----------------------------------------------------------------------------------------------
13608
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_capitalize_text_if_translation_is_symbol
13609
+ ----------------------------------------------------------------------------------------------
13610
+  (0.1ms) rollback transaction
13611
+  (0.1ms) begin transaction
13612
+ ---------------------------------------------------
13613
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#link
13614
+ ---------------------------------------------------
13615
+  (0.1ms) rollback transaction
13616
+  (0.1ms) begin transaction
13617
+ ------------------------------------------------------------------
13618
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#buttons_for(&block)
13619
+ ------------------------------------------------------------------
13620
+  (0.0ms) rollback transaction
13621
+  (0.1ms) begin transaction
13622
+ -----------------------------------------------------
13623
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#delete
13624
+ -----------------------------------------------------
13625
+  (0.1ms) rollback transaction
13626
+  (0.0ms) begin transaction
13627
+ --------------------------------------------------------------------------------------------------
13628
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_uses_the_translation_if_value_exists_for_key
13629
+ --------------------------------------------------------------------------------------------------
13630
+  (0.1ms) rollback transaction
13631
+  (0.1ms) begin transaction
13632
+ -----------------------------------------------------
13633
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#export
13634
+ -----------------------------------------------------
13635
+  (0.1ms) rollback transaction
13636
+  (0.1ms) begin transaction
13637
+ ------------------------------------------------------------------
13638
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#link_options[:icon]
13639
+ ------------------------------------------------------------------
13640
+  (0.1ms) rollback transaction
13641
+  (0.1ms) begin transaction
13642
+ -----------------------------------------------------
13643
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button
13644
+ -----------------------------------------------------
13645
+  (0.1ms) rollback transaction
13646
+  (0.0ms) begin transaction
13647
+ ------------------------------------------------------------------------------------------------
13648
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_uses_the_text_directly_if_text_is_a_string
13649
+ ------------------------------------------------------------------------------------------------
13650
+  (0.0ms) rollback transaction
13651
+  (0.0ms) begin transaction
13652
+ ---------------------------------------------------
13653
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#edit
13654
+ ---------------------------------------------------
13655
+  (0.1ms) rollback transaction
13656
+  (0.1ms) begin transaction
13657
+ ------------------------------------------------------------------------------------------
13658
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_with_content_generates_at_dropdown
13659
+ ------------------------------------------------------------------------------------------
13660
+  (0.1ms) rollback transaction
13661
+  (0.0ms) begin transaction
13662
+ --------------------------------------------------
13663
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#new
13664
+ --------------------------------------------------
13665
+  (0.1ms) rollback transaction
13666
+  (0.1ms) begin transaction
13667
+ -------------------------------------------------------------
13668
+ ButtonsFor::Rails::ButtonsForHelperTest: test_options[:label]
13669
+ -------------------------------------------------------------
13670
+  (0.1ms) rollback transaction
13671
+  (0.1ms) begin transaction
13672
+ --------------------------
13673
+ ButtonsForTest: test_truth
13500
13674
  --------------------------
13501
13675
   (0.0ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buttons_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-09-17 00:00:00.000000000 Z
11
+ date: 2015-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails