bulma-rails 0.3.1 → 0.3.2
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 +4 -4
- data/README.md +1 -1
- data/app/assets/stylesheets/bulma.sass +1 -1
- data/app/assets/stylesheets/sass/elements/button.sass +1 -1
- data/bulma-rails.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d1d8cfd0cf354f404fe8c80915b8146d5528386
|
|
4
|
+
data.tar.gz: de5743fe71430b524fe9969a0e0ad7e5360921ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ebf9e3d91ab466b0e8622ba404f2177a160394dad1dbff4c3ad128e3a02c1255ebad923bbfb9385ac45467dab8a0661fb9de396d88ce6e789b2452775f7d3a6
|
|
7
|
+
data.tar.gz: 96a5e7c42fd828d13b8ba3617159f4917d2248ab53ae4c82200e4acb70cd483b680f730b70bf25886c5045b57a766d72e1981833789745fa1e904add2a989a49
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ $button-focus-border: $link-focus-border !default
|
|
|
11
11
|
$button-active: $link-active !default
|
|
12
12
|
$button-active-border: $link-active-border !default
|
|
13
13
|
|
|
14
|
-
$button-shadow-inset: inset 0 1px 2px rgba($black, 0.2)
|
|
14
|
+
$button-shadow-inset: inset 0 1px 2px rgba($black, 0.2) !default
|
|
15
15
|
|
|
16
16
|
@function buttonIconSpacing($button-font-size, $icon-width)
|
|
17
17
|
// The button font-size value with no unit
|
data/bulma-rails.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bulma-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Jansen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01
|
|
11
|
+
date: 2017-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
version: '0'
|
|
97
97
|
requirements: []
|
|
98
98
|
rubyforge_project:
|
|
99
|
-
rubygems_version: 2.
|
|
99
|
+
rubygems_version: 2.6.8
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
102
|
summary: This gem adds the bulma.io assets to your asset pipeline so you can import
|