fomantic-ui-sass 2.8.7 → 2.8.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +6 -0
- data/app/assets/stylesheets/semantic-ui/elements/_all.scss +1 -0
- data/lib/fomantic/ui/sass/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62e1e725ed2d7101530102ba6b6f4db1992f20c8add67575c98725bbd679e54f
|
4
|
+
data.tar.gz: 9aa23c08007189930b738cc710f7b6cadb79c61b991d442bc772ccb94813eb5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0bb2e0dfbbca649b5ce07295cb6f560171b51daee247de498d0f1e5aee0f49437f929cb77d7ad08c2c9dcfdf70cd5c7eca482d0d27d9346cc9426791708d21f
|
7
|
+
data.tar.gz: ca9cf9fd32c3e347052447d0b47d8d70d42dffeedae4602dacc1a998bdda01e3a0af9e8d7b316ea9ca87d45f6ec55387404a835d79a2fa676b0d2c7f1cc5b2a7
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -170,6 +170,12 @@ semantic_icon('add', id: 'id')
|
|
170
170
|
* Add global variables
|
171
171
|
* Add rails helpers like `render_flash`?
|
172
172
|
|
173
|
+
## Versioning
|
174
|
+
|
175
|
+
The version for Fomantic-UI-SASS tracks the version for Fomantic-UI. The first
|
176
|
+
three digits indicate the major, minor, and patch version of Fomantic-UI. The fourth
|
177
|
+
digit indicates a patch release for Fomantic-UI-SASS.
|
178
|
+
|
173
179
|
## Contributing
|
174
180
|
|
175
181
|
1. Fork it
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fomantic-ui-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.8.7
|
4
|
+
version: 2.8.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- doabit
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-
|
12
|
+
date: 2021-07-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: autoprefixer-rails
|
@@ -364,7 +364,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
364
364
|
- !ruby/object:Gem::Version
|
365
365
|
version: '0'
|
366
366
|
requirements: []
|
367
|
-
rubygems_version: 3.
|
367
|
+
rubygems_version: 3.2.20
|
368
368
|
signing_key:
|
369
369
|
specification_version: 4
|
370
370
|
summary: Fomantic UI, converted to Sass and ready to drop into Rails, Compass, or
|