egghead-styles 1.0.74 → 1.0.75

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/egghead-styles.css.scss +2 -1
  3. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/_bootstrap.scss +0 -0
  4. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/_core.scss +0 -0
  5. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/_extras.scss +0 -0
  6. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/_icons.scss +0 -0
  7. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/_mixins.scss +0 -0
  8. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/_path.scss +0 -0
  9. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/_variables.scss +0 -0
  10. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/font-awesome-ie7.scss +0 -0
  11. data/app/assets/stylesheets/plugins/{font-awesome → font-awesome-old}/font-awesome.scss +0 -0
  12. data/app/assets/stylesheets/plugins/font-awesome-sass/_font-awesome-compass.scss +5 -0
  13. data/app/assets/stylesheets/plugins/font-awesome-sass/_font-awesome-sprockets.scss +5 -0
  14. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome.scss +17 -0
  15. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_animated.scss +34 -0
  16. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_bordered-pulled.scss +25 -0
  17. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_core.scss +11 -0
  18. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_extras.scss +44 -0
  19. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_fixed-width.scss +6 -0
  20. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_icons.scss +697 -0
  21. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_larger.scss +13 -0
  22. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_list.scss +19 -0
  23. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_mixins.scss +25 -0
  24. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_path.scss +14 -0
  25. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_rotated-flipped.scss +20 -0
  26. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_stacked.scss +20 -0
  27. data/app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_variables.scss +709 -0
  28. data/lib/egghead/styles/version.rb +1 -1
  29. metadata +27 -11
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.74"
3
+ VERSION = "1.0.75"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egghead-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.74
4
+ version: 1.0.75
5
5
  platform: ruby
6
6
  authors:
7
7
  - egghead.io
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-22 00:00:00.000000000 Z
11
+ date: 2016-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -258,15 +258,31 @@ files:
258
258
  - app/assets/stylesheets/plugins/compass/compass/utilities/text/_nowrap.scss
259
259
  - app/assets/stylesheets/plugins/compass/compass/utilities/text/_replacement.scss
260
260
  - app/assets/stylesheets/plugins/flipclock.css.scss
261
- - app/assets/stylesheets/plugins/font-awesome/_bootstrap.scss
262
- - app/assets/stylesheets/plugins/font-awesome/_core.scss
263
- - app/assets/stylesheets/plugins/font-awesome/_extras.scss
264
- - app/assets/stylesheets/plugins/font-awesome/_icons.scss
265
- - app/assets/stylesheets/plugins/font-awesome/_mixins.scss
266
- - app/assets/stylesheets/plugins/font-awesome/_path.scss
267
- - app/assets/stylesheets/plugins/font-awesome/_variables.scss
268
- - app/assets/stylesheets/plugins/font-awesome/font-awesome-ie7.scss
269
- - app/assets/stylesheets/plugins/font-awesome/font-awesome.scss
261
+ - app/assets/stylesheets/plugins/font-awesome-old/_bootstrap.scss
262
+ - app/assets/stylesheets/plugins/font-awesome-old/_core.scss
263
+ - app/assets/stylesheets/plugins/font-awesome-old/_extras.scss
264
+ - app/assets/stylesheets/plugins/font-awesome-old/_icons.scss
265
+ - app/assets/stylesheets/plugins/font-awesome-old/_mixins.scss
266
+ - app/assets/stylesheets/plugins/font-awesome-old/_path.scss
267
+ - app/assets/stylesheets/plugins/font-awesome-old/_variables.scss
268
+ - app/assets/stylesheets/plugins/font-awesome-old/font-awesome-ie7.scss
269
+ - app/assets/stylesheets/plugins/font-awesome-old/font-awesome.scss
270
+ - app/assets/stylesheets/plugins/font-awesome-sass/_font-awesome-compass.scss
271
+ - app/assets/stylesheets/plugins/font-awesome-sass/_font-awesome-sprockets.scss
272
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome.scss
273
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_animated.scss
274
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_bordered-pulled.scss
275
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_core.scss
276
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_extras.scss
277
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_fixed-width.scss
278
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_icons.scss
279
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_larger.scss
280
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_list.scss
281
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_mixins.scss
282
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_path.scss
283
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_rotated-flipped.scss
284
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_stacked.scss
285
+ - app/assets/stylesheets/plugins/font-awesome-sass/font-awesome/_variables.scss
270
286
  - app/assets/stylesheets/plugins/fontello/fonts/fontello.eot
271
287
  - app/assets/stylesheets/plugins/fontello/fonts/fontello.svg
272
288
  - app/assets/stylesheets/plugins/fontello/fonts/fontello.ttf