buttons_for 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad8691485fa2e5c14acfb90ecdf9359ac1b07236
4
- data.tar.gz: 771973128c192c9b8efeae90c94ec769e78b4537
3
+ metadata.gz: 6827c6c63fc0dd0f306c6ffffe0f9b7c112a4e4c
4
+ data.tar.gz: 92173b3ac8021a81160811d440105bf44a3c8a2c
5
5
  SHA512:
6
- metadata.gz: 405f53696afe424542d91e37767509f3beb8a1e3b61c88e63377c9badc2b1a89d92170d79b0cbf72bfaf163f4cd2bd9538ad80662a410971a42b7053b1b0b0d1
7
- data.tar.gz: 788cf6b7d11212d31f4eee349311c698d6e5afcf8fe569200aaed15f10808fe34899f231898afb22cca6a7163e89ac1200f46872817a833ce652a8e1c5b6dabf
6
+ metadata.gz: a7ba324dd5c4d2dd90c35cc12f5eecf548a17c244946f9907fef5d7d11b4701065d6f37403c3b7858e4699c12eeb8ddcaeaa7eab9d8bd4f886fd245e38ed4256
7
+ data.tar.gz: 5478df1d98b004393a281a12326f1f531bf73941454ba4ac29c1d15d5ea1ddd0bd95700e24de0a260367f56e13b88f6a4dde892bde9494f1846d86a07f7cb4c7
@@ -1,3 +1,3 @@
1
1
  module ButtonsFor
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
Binary file
@@ -13671,5 +13671,92 @@ ButtonsFor::Rails::ButtonsForHelperTest: test_options[:label]
13671
13671
   (0.1ms) begin transaction
13672
13672
  --------------------------
13673
13673
  ButtonsForTest: test_truth
13674
+ --------------------------
13675
+  (0.0ms) rollback transaction
13676
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
13677
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
13678
+  (0.1ms) select sqlite_version(*)
13679
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
13680
+  (0.1ms) SELECT version FROM "schema_migrations"
13681
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
13682
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13683
+  (0.1ms) begin transaction
13684
+ ------------------------------------------------------------------
13685
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#buttons_for(&block)
13686
+ ------------------------------------------------------------------
13687
+  (0.0ms) rollback transaction
13688
+  (0.0ms) begin transaction
13689
+ ----------------------------------------------------------------------------------------------
13690
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_capitalize_text_if_translation_is_symbol
13691
+ ----------------------------------------------------------------------------------------------
13692
+  (0.1ms) rollback transaction
13693
+  (0.0ms) begin transaction
13694
+ ------------------------------------------------------------------------------------------------
13695
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_uses_the_text_directly_if_text_is_a_string
13696
+ ------------------------------------------------------------------------------------------------
13697
+  (0.0ms) rollback transaction
13698
+  (0.0ms) begin transaction
13699
+ --------------------------------------------------------------------------------------------------
13700
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_uses_the_translation_if_value_exists_for_key
13701
+ --------------------------------------------------------------------------------------------------
13702
+  (0.1ms) rollback transaction
13703
+  (0.0ms) begin transaction
13704
+ ----------------------------------------------------------------------------------------
13705
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_raises_error_of_block_is_missing
13706
+ ----------------------------------------------------------------------------------------
13707
+  (0.0ms) rollback transaction
13708
+  (0.0ms) begin transaction
13709
+ -----------------------------------------------------
13710
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#export
13711
+ -----------------------------------------------------
13712
+  (0.1ms) rollback transaction
13713
+  (0.0ms) begin transaction
13714
+ -----------------------------------------------------
13715
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button
13716
+ -----------------------------------------------------
13717
+  (0.0ms) rollback transaction
13718
+  (0.1ms) begin transaction
13719
+ --------------------------------------------------
13720
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#new
13721
+ --------------------------------------------------
13722
+  (0.1ms) rollback transaction
13723
+  (0.1ms) begin transaction
13724
+ ------------------------------------------------------------------
13725
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#link_options[:icon]
13726
+ ------------------------------------------------------------------
13727
+  (0.0ms) rollback transaction
13728
+  (0.1ms) begin transaction
13729
+ ---------------------------------------------------------------------------------------------
13730
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_options[:icon]_prepends_icon_to_label
13731
+ ---------------------------------------------------------------------------------------------
13732
+  (0.1ms) rollback transaction
13733
+  (0.1ms) begin transaction
13734
+ -----------------------------------------------------
13735
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#delete
13736
+ -----------------------------------------------------
13737
+  (0.0ms) rollback transaction
13738
+  (0.1ms) begin transaction
13739
+ ---------------------------------------------------
13740
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#link
13741
+ ---------------------------------------------------
13742
+  (0.0ms) rollback transaction
13743
+  (0.0ms) begin transaction
13744
+ ---------------------------------------------------
13745
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#edit
13746
+ ---------------------------------------------------
13747
+  (0.1ms) rollback transaction
13748
+  (0.1ms) begin transaction
13749
+ ------------------------------------------------------------------------------------------
13750
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_with_content_generates_at_dropdown
13751
+ ------------------------------------------------------------------------------------------
13752
+  (0.1ms) rollback transaction
13753
+  (0.0ms) begin transaction
13754
+ -------------------------------------------------------------
13755
+ ButtonsFor::Rails::ButtonsForHelperTest: test_options[:label]
13756
+ -------------------------------------------------------------
13757
+  (0.1ms) rollback transaction
13758
+  (0.1ms) begin transaction
13759
+ --------------------------
13760
+ ButtonsForTest: test_truth
13674
13761
  --------------------------
13675
13762
   (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.1
4
+ version: 0.1.2
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