semantic-ui-sass 2.3.1.2 → 2.4.4.0

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.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/.travis.yml +4 -2
  4. data/CHANGELOG.md +124 -100
  5. data/README.md +87 -16
  6. data/app/assets/javascripts/semantic-ui/dimmer.js +27 -4
  7. data/app/assets/javascripts/semantic-ui/dropdown.js +41 -9
  8. data/app/assets/javascripts/semantic-ui/embed.js +11 -1
  9. data/app/assets/javascripts/semantic-ui/modal.js +85 -10
  10. data/app/assets/javascripts/semantic-ui/popup.js +14 -5
  11. data/app/assets/javascripts/semantic-ui/search.js +1 -1
  12. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  13. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +5 -5
  14. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +28 -28
  15. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +11 -11
  16. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  17. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +5 -5
  18. data/app/assets/stylesheets/semantic-ui/elements/_all.scss +2 -0
  19. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +153 -3
  20. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +30 -31
  21. data/app/assets/stylesheets/semantic-ui/elements/_container_variables.scss +48 -0
  22. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +3 -3
  23. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -1
  24. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  25. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +36 -17
  26. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  27. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
  28. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +22 -22
  29. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -1
  30. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  31. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +239 -0
  32. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  33. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +65 -3
  35. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +6 -6
  36. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  37. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +39 -37
  38. data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +46 -2
  39. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +27 -13
  42. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +38 -29
  43. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +60 -35
  45. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  46. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +2 -2
  47. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  48. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -2
  50. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  55. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
  56. data/app/assets/stylesheets/semantic-ui/views/_card.scss +4 -4
  57. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  59. data/app/assets/stylesheets/semantic-ui/views/_item.scss +4 -4
  60. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +23 -26
  61. data/lib/semantic-ui-sass.rb +2 -2
  62. data/lib/semantic/ui/sass/version.rb +2 -2
  63. data/package.json +29 -0
  64. data/script.js +56 -0
  65. data/semantic-ui-sass.gemspec +2 -2
  66. data/spec/dummy/app/assets/config/manifest.js +3 -0
  67. data/tasks/converter.rb +29 -2
  68. data/yarn.lock +4 -0
  69. metadata +19 -13
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Comment
2
+ * # Semantic UI 2.4.2 - Comment
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Feed
2
+ * # Semantic UI 2.4.2 - Feed
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Item
2
+ * # Semantic UI 2.4.2 - Item
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -340,7 +340,7 @@
340
340
  }
341
341
 
342
342
  /* Tablet Only */
343
- @media only screen and (min-width: 768px) and (max-width: 991px) {
343
+ @media only screen and (min-width: $tablet-breakpoint) and (max-width: $largest-tablet-screen) {
344
344
  .ui.items > .item {
345
345
  margin: 1em 0em;
346
346
  }
@@ -354,7 +354,7 @@
354
354
  }
355
355
 
356
356
  /* Mobile Only */
357
- @media only screen and (max-width: 767px) {
357
+ @media only screen and (max-width: $largest-mobile-screen) {
358
358
  .ui.items:not(.unstackable) > .item {
359
359
  -webkit-box-orient: vertical;
360
360
  -webkit-box-direction: normal;
@@ -467,7 +467,7 @@
467
467
  Unstackable
468
468
  ----------------*/
469
469
 
470
- @media only screen and (max-width: 767px) {
470
+ @media only screen and (max-width: $largest-mobile-screen) {
471
471
  .ui.unstackable.items > .item > .image,
472
472
  .ui.unstackable.items > .item > .image > img {
473
473
  width: 125px !important;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Semantic UI 2.3.1 - Statistic
2
+ * # Semantic UI 2.4.2 - Statistic
3
3
  * http://github.com/semantic-org/semantic-ui/
4
4
  *
5
5
  *
@@ -64,14 +64,14 @@
64
64
  -webkit-box-direction: normal;
65
65
  -ms-flex-direction: column;
66
66
  flex-direction: column;
67
- margin: 0em 1.5em 2em;
67
+ margin: 0em 1.5em 1em;
68
68
  max-width: auto;
69
69
  }
70
70
  .ui.statistics {
71
71
  display: -webkit-box;
72
72
  display: -ms-flexbox;
73
73
  display: flex;
74
- margin: 1em -1.5em -2em;
74
+ margin: 1em -1.5em -1em;
75
75
  }
76
76
 
77
77
  /* Clearing */
@@ -86,9 +86,6 @@
86
86
  .ui.statistics:first-child {
87
87
  margin-top: 0em;
88
88
  }
89
- .ui.statistics:last-child {
90
- margin-bottom: 0em;
91
- }
92
89
 
93
90
 
94
91
  /*******************************
@@ -191,74 +188,74 @@
191
188
  ---------------*/
192
189
 
193
190
  .ui.ten.statistics {
194
- margin: 0em 0em -2em;
191
+ margin: 0em 0em -1em;
195
192
  }
196
193
  .ui.ten.statistics .statistic {
197
194
  min-width: 10%;
198
- margin: 0em 0em 2em;
195
+ margin: 0em 0em 1em;
199
196
  }
200
197
  .ui.nine.statistics {
201
- margin: 0em 0em -2em;
198
+ margin: 0em 0em -1em;
202
199
  }
203
200
  .ui.nine.statistics .statistic {
204
201
  min-width: 11.11111111%;
205
- margin: 0em 0em 2em;
202
+ margin: 0em 0em 1em;
206
203
  }
207
204
  .ui.eight.statistics {
208
- margin: 0em 0em -2em;
205
+ margin: 0em 0em -1em;
209
206
  }
210
207
  .ui.eight.statistics .statistic {
211
208
  min-width: 12.5%;
212
- margin: 0em 0em 2em;
209
+ margin: 0em 0em 1em;
213
210
  }
214
211
  .ui.seven.statistics {
215
- margin: 0em 0em -2em;
212
+ margin: 0em 0em -1em;
216
213
  }
217
214
  .ui.seven.statistics .statistic {
218
215
  min-width: 14.28571429%;
219
- margin: 0em 0em 2em;
216
+ margin: 0em 0em 1em;
220
217
  }
221
218
  .ui.six.statistics {
222
- margin: 0em 0em -2em;
219
+ margin: 0em 0em -1em;
223
220
  }
224
221
  .ui.six.statistics .statistic {
225
222
  min-width: 16.66666667%;
226
- margin: 0em 0em 2em;
223
+ margin: 0em 0em 1em;
227
224
  }
228
225
  .ui.five.statistics {
229
- margin: 0em 0em -2em;
226
+ margin: 0em 0em -1em;
230
227
  }
231
228
  .ui.five.statistics .statistic {
232
229
  min-width: 20%;
233
- margin: 0em 0em 2em;
230
+ margin: 0em 0em 1em;
234
231
  }
235
232
  .ui.four.statistics {
236
- margin: 0em 0em -2em;
233
+ margin: 0em 0em -1em;
237
234
  }
238
235
  .ui.four.statistics .statistic {
239
236
  min-width: 25%;
240
- margin: 0em 0em 2em;
237
+ margin: 0em 0em 1em;
241
238
  }
242
239
  .ui.three.statistics {
243
- margin: 0em 0em -2em;
240
+ margin: 0em 0em -1em;
244
241
  }
245
242
  .ui.three.statistics .statistic {
246
243
  min-width: 33.33333333%;
247
- margin: 0em 0em 2em;
244
+ margin: 0em 0em 1em;
248
245
  }
249
246
  .ui.two.statistics {
250
- margin: 0em 0em -2em;
247
+ margin: 0em 0em -1em;
251
248
  }
252
249
  .ui.two.statistics .statistic {
253
250
  min-width: 50%;
254
- margin: 0em 0em 2em;
251
+ margin: 0em 0em 1em;
255
252
  }
256
253
  .ui.one.statistics {
257
- margin: 0em 0em -2em;
254
+ margin: 0em 0em -1em;
258
255
  }
259
256
  .ui.one.statistics .statistic {
260
257
  min-width: 100%;
261
- margin: 0em 0em 2em;
258
+ margin: 0em 0em 1em;
262
259
  }
263
260
 
264
261
  /*--------------
@@ -51,8 +51,8 @@ module Semantic
51
51
  end
52
52
 
53
53
  def configure_sass
54
- require 'sass'
55
- ::Sass.load_paths << stylesheets_path
54
+ require 'sassc'
55
+ ::SassC.load_paths << stylesheets_path
56
56
  end
57
57
 
58
58
  end
@@ -1,8 +1,8 @@
1
1
  module Semantic
2
2
  module Ui
3
3
  module Sass
4
- VERSION = "2.3.1.2"
5
- SEMANTIC_UI_SHA = '6dbc09a8737b691bb3d3314e068570c728d2df9f'
4
+ VERSION = "2.4.4.0"
5
+ SEMANTIC_UI_SHA = "3989d7243c514f9018a55eb53cb34daf3bbf5a26"
6
6
  end
7
7
  end
8
8
  end
data/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@doabit/semantic-ui-sass",
3
+ "version": "2.4.4",
4
+ "description": "semantic-ui-sass npm package",
5
+ "main": "src/semantic-ui.js",
6
+ "files": [
7
+ "src/**/*"
8
+ ],
9
+ "scripts": {
10
+ "prepublishOnly": "rm -rf src && yarn copy:js && yarn copy:css && yarn copy:assets && node ./script.js",
11
+ "copy:js": "cp -R app/assets/javascripts/semantic-ui src",
12
+ "copy:css": "cp -R app/assets/stylesheets/semantic-ui src/scss",
13
+ "copy:assets": "mkdir src/scss/assets && cp -R app/assets/fonts/semantic-ui src/scss/assets/fonts && cp -R app/assets/images/semantic-ui src/scss/assets/images"
14
+ },
15
+ "devDependencies": {},
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/doabit/semantic-ui-sass.git"
19
+ },
20
+ "keywords": [
21
+ "semantic-ui-sass"
22
+ ],
23
+ "author": "doabit",
24
+ "license": "MIT",
25
+ "bugs": {
26
+ "url": "https://github.com/doabit/semantic-ui-sass/issues"
27
+ },
28
+ "homepage": "https://github.com/doabit/semantic-ui-sass#readme"
29
+ }
data/script.js ADDED
@@ -0,0 +1,56 @@
1
+ const jsContent = `import './api.js'
2
+ import './colorize.js'
3
+ import './form.js'
4
+ import './state.js'
5
+ import './visibility.js'
6
+ import './visit.js'
7
+ import './site.js'
8
+ import './accordion.js'
9
+ import './checkbox.js'
10
+ import './dimmer.js'
11
+ import './dropdown.js'
12
+ import './embed.js'
13
+ import './modal.js'
14
+ import './nag.js'
15
+ import './popup.js'
16
+ import './progress.js'
17
+ import './rating.js'
18
+ import './search.js'
19
+ import './shape.js'
20
+ import './sidebar.js'
21
+ import './sticky.js'
22
+ import './tab.js'
23
+ import './transition.js'
24
+ `
25
+ // create semantic-ui.js
26
+ const fs = require('fs')
27
+
28
+ fs.writeFile('./src/semantic-ui.js', jsContent, err => {
29
+ if (err) console.log('create semantic-ui.js fail', err)
30
+ })
31
+
32
+ // create semantic-ui.scss
33
+ const cssContent = `@import './globals/all';
34
+ @import './elements/all';
35
+ @import './collections/all';
36
+ @import './views/all';
37
+ @import './modules/all';
38
+ `
39
+ fs.writeFile('./src/scss/semantic-ui.scss', cssContent, err => {
40
+ if (err) console.log('create semantic-ui.scss fail', err)
41
+ })
42
+
43
+ // replace image-url and font-url
44
+ fs.writeFileSync(
45
+ './src/scss/elements/_icon.scss',
46
+ fs
47
+ .readFileSync('./src/scss/elements/_icon.scss', 'utf8')
48
+ .replace(/font-url\(\"semantic-ui/g, `url("assets/fonts`)
49
+ )
50
+
51
+ fs.writeFileSync(
52
+ './src/scss/elements/_flag.scss',
53
+ fs
54
+ .readFileSync('./src/scss/elements/_flag.scss', 'utf8')
55
+ .replace(/image-url\(\"semantic-ui/g, `url("assets/images`)
56
+ )
@@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler", ">= 1.3"
22
22
  spec.add_development_dependency "rake"
23
- spec.add_runtime_dependency 'sass', '>= 3.2'
24
- spec.add_development_dependency 'sass-rails', '>= 3.2'
23
+ spec.add_runtime_dependency 'sassc'
24
+ spec.add_development_dependency 'sassc-rails'
25
25
  spec.add_development_dependency 'sprockets-rails', '>= 2.1.3'
26
26
  spec.add_development_dependency 'pry'
27
27
  spec.add_development_dependency 'dotenv'
@@ -0,0 +1,3 @@
1
+ //= link_tree ../images
2
+ //= link_directory ../javascripts .js
3
+ //= link_directory ../stylesheets .css
data/tasks/converter.rb CHANGED
@@ -30,7 +30,7 @@ class Converter
30
30
  def process
31
31
  # process_stylesheets_assets
32
32
 
33
- # process_images_and_fonts_assets
33
+ process_images_and_fonts_assets
34
34
  # store_version
35
35
 
36
36
  checkout_repository
@@ -56,6 +56,17 @@ class Converter
56
56
  system %Q{cd '#{paths.tmp_semantic_ui}' && git checkout --quiet #{version}}
57
57
  end
58
58
 
59
+ def process_images_and_fonts_assets
60
+ fonts = File.join(paths.tmp_semantic_ui_dist, 'themes/default/assets/fonts', '*')
61
+ Dir[fonts].each do |src|
62
+ FileUtils.cp(src, paths.fonts)
63
+ end
64
+ images = File.join(paths.tmp_semantic_ui_dist, 'themes/default/assets/images', '*')
65
+ Dir[images].each do |src|
66
+ FileUtils.cp(src, paths.images)
67
+ end
68
+ end
69
+
59
70
  def process_stylesheets_assets
60
71
  # content = ""
61
72
  Dir[File.join(paths.tmp_semantic_ui_definitions, '*')].each do |path|
@@ -112,6 +123,7 @@ private
112
123
  file = replace_font_family(file)
113
124
  file = replace_image_urls(file)
114
125
  file = replace_image_paths(file)
126
+ file = add_breakpoint_variables(file)
115
127
 
116
128
  file
117
129
  end
@@ -168,6 +180,21 @@ private
168
180
  less.gsub('../themes/default/assets/images/', 'semantic-ui/')
169
181
  end
170
182
 
183
+ def add_breakpoint_variables(css)
184
+ css = css.gsub('(min-width: 320px)', '(min-width: $mobile-breakpoint)')
185
+ css = css.gsub('max-width: 767px', 'max-width: $largest-mobile-screen')
186
+
187
+ css = css.gsub('min-width: 768px', 'min-width: $tablet-breakpoint')
188
+ css = css.gsub('max-width: 991px', 'max-width: $largest-tablet-screen')
189
+
190
+ css = css.gsub('min-width: 992px', 'min-width: $computer-breakpoint')
191
+ css = css.gsub('max-width: 1199px', 'max-width: $largest-small-monitor')
192
+
193
+ css = css.gsub('min-width: 1200px', 'min-width: $large-monitor-breakpoint')
194
+ css = css.gsub('max-width: 1919px', 'max-width: $largest-large-monitor')
195
+
196
+ css = css.gsub('min-width: 1920px', 'min-width: $widescreen-monitor-breakpoint')
197
+ end
171
198
  end
172
199
 
173
200
  class Paths
@@ -202,4 +229,4 @@ class Paths
202
229
  @javascripts = File.join(@app, 'assets', 'javascripts', 'semantic-ui')
203
230
  @stylesheets = File.join(@app, 'assets', 'stylesheets', 'semantic-ui')
204
231
  end
205
- end
232
+ end
data/yarn.lock ADDED
@@ -0,0 +1,4 @@
1
+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
+ # yarn lockfile v1
3
+
4
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic-ui-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1.2
4
+ version: 2.4.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-31 00:00:00.000000000 Z
11
+ date: 2021-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -39,33 +39,33 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: sass
42
+ name: sassc
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '3.2'
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '3.2'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: sass-rails
56
+ name: sassc-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '3.2'
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '3.2'
68
+ version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: sprockets-rails
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -219,6 +219,7 @@ files:
219
219
  - app/assets/stylesheets/semantic-ui/elements/_all.scss
220
220
  - app/assets/stylesheets/semantic-ui/elements/_button.scss
221
221
  - app/assets/stylesheets/semantic-ui/elements/_container.scss
222
+ - app/assets/stylesheets/semantic-ui/elements/_container_variables.scss
222
223
  - app/assets/stylesheets/semantic-ui/elements/_divider.scss
223
224
  - app/assets/stylesheets/semantic-ui/elements/_flag.scss
224
225
  - app/assets/stylesheets/semantic-ui/elements/_header.scss
@@ -228,6 +229,7 @@ files:
228
229
  - app/assets/stylesheets/semantic-ui/elements/_label.scss
229
230
  - app/assets/stylesheets/semantic-ui/elements/_list.scss
230
231
  - app/assets/stylesheets/semantic-ui/elements/_loader.scss
232
+ - app/assets/stylesheets/semantic-ui/elements/_placeholder.scss
231
233
  - app/assets/stylesheets/semantic-ui/elements/_rail.scss
232
234
  - app/assets/stylesheets/semantic-ui/elements/_reveal.scss
233
235
  - app/assets/stylesheets/semantic-ui/elements/_segment.scss
@@ -269,9 +271,12 @@ files:
269
271
  - lib/semantic/ui/sass/breadcrumbs.rb
270
272
  - lib/semantic/ui/sass/engine.rb
271
273
  - lib/semantic/ui/sass/version.rb
274
+ - package.json
275
+ - script.js
272
276
  - semantic-ui-sass.gemspec
273
277
  - spec/dummy/README.rdoc
274
278
  - spec/dummy/Rakefile
279
+ - spec/dummy/app/assets/config/manifest.js
275
280
  - spec/dummy/app/assets/images/.keep
276
281
  - spec/dummy/app/assets/javascripts/application.js
277
282
  - spec/dummy/app/assets/stylesheets/application.css
@@ -314,11 +319,12 @@ files:
314
319
  - tasks/converter.rb
315
320
  - templates/project/manifest.rb
316
321
  - templates/project/styles.scss
322
+ - yarn.lock
317
323
  homepage: http://github.com/doabit/semantic-ui-sass
318
324
  licenses:
319
325
  - MIT
320
326
  metadata: {}
321
- post_install_message:
327
+ post_install_message:
322
328
  rdoc_options: []
323
329
  require_paths:
324
330
  - lib
@@ -333,15 +339,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
333
339
  - !ruby/object:Gem::Version
334
340
  version: '0'
335
341
  requirements: []
336
- rubyforge_project:
337
- rubygems_version: 2.7.4
338
- signing_key:
342
+ rubygems_version: 3.2.3
343
+ signing_key:
339
344
  specification_version: 4
340
345
  summary: Semantic UI, converted to Sass and ready to drop into Rails, Compass, or
341
346
  Sprockets.
342
347
  test_files:
343
348
  - spec/dummy/README.rdoc
344
349
  - spec/dummy/Rakefile
350
+ - spec/dummy/app/assets/config/manifest.js
345
351
  - spec/dummy/app/assets/images/.keep
346
352
  - spec/dummy/app/assets/javascripts/application.js
347
353
  - spec/dummy/app/assets/stylesheets/application.css