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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a3853e91afaf96f5f25cdab2cfcd6b3e0983123425bb5eb4c71608cfc9b5fe7
4
- data.tar.gz: f79793e3ef26ec84aa1854b80ce8ade25477a294be20b1e01a382005b6e275f6
3
+ metadata.gz: 62e1e725ed2d7101530102ba6b6f4db1992f20c8add67575c98725bbd679e54f
4
+ data.tar.gz: 9aa23c08007189930b738cc710f7b6cadb79c61b991d442bc772ccb94813eb5c
5
5
  SHA512:
6
- metadata.gz: 4e41c7df6e0ddb4a3fe6c8b42212c50d4c30c331b37bde126bbdab8f9c9467bc9bfd2bf9aea849ee571f700a63c8eeba57e0a5cb72dc13cc49ea32edcfed0e8f
7
- data.tar.gz: f531fc4f5f7941ec682548c4b052d5b83cff1a97e72e0ad4093aca0bd175163dff14f7be3a48e5bed959063bf3fc414298453d8f4630eb18e5d1af31d0fceb44
6
+ metadata.gz: b0bb2e0dfbbca649b5ce07295cb6f560171b51daee247de498d0f1e5aee0f49437f929cb77d7ad08c2c9dcfdf70cd5c7eca482d0d27d9346cc9426791708d21f
7
+ data.tar.gz: ca9cf9fd32c3e347052447d0b47d8d70d42dffeedae4602dacc1a998bdda01e3a0af9e8d7b316ea9ca87d45f6ec55387404a835d79a2fa676b0d2c7f1cc5b2a7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.8.7.1
2
+
3
+ * import `text` element
4
+
1
5
  ## 2.8.7
2
6
 
3
7
  Update Fomantic UI to [2.8.7](https://github.com/fomantic/Fomantic-UI/releases/tag/2.8.7)
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
@@ -15,3 +15,4 @@
15
15
  @import 'reveal';
16
16
  @import 'segment';
17
17
  @import 'step';
18
+ @import 'text';
@@ -1,7 +1,7 @@
1
1
  module Fomantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = '2.8.7'.freeze
4
+ VERSION = '2.8.7.1'.freeze
5
5
  SEMANTIC_UI_SHA = '5b3969cc46bd1e1da1f59b2f5a05098fa5053d2a'.freeze
6
6
  end
7
7
  end
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-03-04 00:00:00.000000000 Z
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.1.2
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