buttons_for 0.1.2 → 0.1.3

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: 6827c6c63fc0dd0f306c6ffffe0f9b7c112a4e4c
4
- data.tar.gz: 92173b3ac8021a81160811d440105bf44a3c8a2c
3
+ metadata.gz: c730085e719d7c59dd20f7dba6f1770393ed7ab7
4
+ data.tar.gz: 5ecf0ca7459d1d243eda962601354326af20ea74
5
5
  SHA512:
6
- metadata.gz: a7ba324dd5c4d2dd90c35cc12f5eecf548a17c244946f9907fef5d7d11b4701065d6f37403c3b7858e4699c12eeb8ddcaeaa7eab9d8bd4f886fd245e38ed4256
7
- data.tar.gz: 5478df1d98b004393a281a12326f1f531bf73941454ba4ac29c1d15d5ea1ddd0bd95700e24de0a260367f56e13b88f6a4dde892bde9494f1846d86a07f7cb4c7
6
+ metadata.gz: e90e2769ae107750a1560aa172ed6ea79939bef983fdb6302f07d0805b074682012ef05118f12d3ca12dbbe1c604eb741b5397f24210357da03358dd7d145053
7
+ data.tar.gz: 3d693b48ccc1b69244cd0543e8f85235f543b931048eaadd8463d9a5b0196cd369b835cd42e5e08ce2120789c484a241c9e79b3cfee58b8a1d8fab5e943cb4e0
@@ -1,3 +1,3 @@
1
1
  module ButtonsFor
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -13760,3 +13760,90 @@ ButtonsFor::Rails::ButtonsForHelperTest: test_options[:label]
13760
13760
  ButtonsForTest: test_truth
13761
13761
  --------------------------
13762
13762
   (0.0ms) rollback transaction
13763
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
13764
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
13765
+  (0.2ms) select sqlite_version(*)
13766
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
13767
+  (0.1ms) SELECT version FROM "schema_migrations"
13768
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
13769
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
13770
+  (0.1ms) begin transaction
13771
+ --------------------------
13772
+ ButtonsForTest: test_truth
13773
+ --------------------------
13774
+  (0.1ms) rollback transaction
13775
+  (0.1ms) begin transaction
13776
+ -------------------------------------------------------------
13777
+ ButtonsFor::Rails::ButtonsForHelperTest: test_options[:label]
13778
+ -------------------------------------------------------------
13779
+  (0.1ms) rollback transaction
13780
+  (0.1ms) begin transaction
13781
+ ------------------------------------------------------------------
13782
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#link_options[:icon]
13783
+ ------------------------------------------------------------------
13784
+  (0.1ms) rollback transaction
13785
+  (0.1ms) begin transaction
13786
+ ------------------------------------------------------------------
13787
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#buttons_for(&block)
13788
+ ------------------------------------------------------------------
13789
+  (0.0ms) rollback transaction
13790
+  (0.1ms) begin transaction
13791
+ ---------------------------------------------------------------------------------------------
13792
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_options[:icon]_prepends_icon_to_label
13793
+ ---------------------------------------------------------------------------------------------
13794
+  (0.1ms) rollback transaction
13795
+  (0.1ms) begin transaction
13796
+ -----------------------------------------------------
13797
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button
13798
+ -----------------------------------------------------
13799
+  (0.1ms) rollback transaction
13800
+  (0.1ms) begin transaction
13801
+ -----------------------------------------------------
13802
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#delete
13803
+ -----------------------------------------------------
13804
+  (0.1ms) rollback transaction
13805
+  (0.0ms) begin transaction
13806
+ --------------------------------------------------------------------------------------------------
13807
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_uses_the_translation_if_value_exists_for_key
13808
+ --------------------------------------------------------------------------------------------------
13809
+  (0.1ms) rollback transaction
13810
+  (0.1ms) begin transaction
13811
+ ---------------------------------------------------
13812
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#edit
13813
+ ---------------------------------------------------
13814
+  (0.1ms) rollback transaction
13815
+  (0.0ms) begin transaction
13816
+ ----------------------------------------------------------------------------------------------
13817
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_capitalize_text_if_translation_is_symbol
13818
+ ----------------------------------------------------------------------------------------------
13819
+  (0.1ms) rollback transaction
13820
+  (0.1ms) begin transaction
13821
+ ------------------------------------------------------------------------------------------
13822
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_with_content_generates_at_dropdown
13823
+ ------------------------------------------------------------------------------------------
13824
+  (0.1ms) rollback transaction
13825
+  (0.1ms) begin transaction
13826
+ ------------------------------------------------------------------------------------------------
13827
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#button_uses_the_text_directly_if_text_is_a_string
13828
+ ------------------------------------------------------------------------------------------------
13829
+  (0.1ms) rollback transaction
13830
+  (0.1ms) begin transaction
13831
+ --------------------------------------------------
13832
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#new
13833
+ --------------------------------------------------
13834
+  (0.1ms) rollback transaction
13835
+  (0.1ms) begin transaction
13836
+ -----------------------------------------------------
13837
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#export
13838
+ -----------------------------------------------------
13839
+  (0.3ms) rollback transaction
13840
+  (0.2ms) begin transaction
13841
+ ----------------------------------------------------------------------------------------
13842
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#dropdown_raises_error_of_block_is_missing
13843
+ ----------------------------------------------------------------------------------------
13844
+  (0.1ms) rollback transaction
13845
+  (0.2ms) begin transaction
13846
+ ---------------------------------------------------
13847
+ ButtonsFor::Rails::ButtonsForHelperTest: test_#link
13848
+ ---------------------------------------------------
13849
+  (0.1ms) 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.2
4
+ version: 0.1.3
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-12-20 00:00:00.000000000 Z
11
+ date: 2016-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project:
140
- rubygems_version: 2.4.7
140
+ rubygems_version: 2.5.1
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: Easily create Bootstrap buttons in Rails.