evil-front 0.3.10 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3fbd5b50b304a330d088aa7a2c69d289c6d5f1f
4
- data.tar.gz: 7b26321c8174b45f14e0278bde4d0491e9ee9b39
3
+ metadata.gz: 18875bebe910ade6d0a2464095354227201847d4
4
+ data.tar.gz: d11777cd8291797ae40f46da7218d37c08581ef7
5
5
  SHA512:
6
- metadata.gz: e773d2c01b5bb708d9b5eb99e8f7e9591c97aa6442902300df29e861f34a0b7e03170b375492816d23fb592c24473d8dee0a8ad6b6c433009ebe58aa20944512
7
- data.tar.gz: e0540fcc239ab85a9c63119639931614c6155152927f35b06213df461d2f1ef2fcc7428e03deb76f07f7266868c586c942dbfb14eaf6848fa2dd006a778ac860
6
+ metadata.gz: c0c99f01975fea16631b9a1d217226ae7f081bb459430d090aa19ca83d862e9c460f1a0c54f7e71c4dcf869f5592798e770f6f88643a2b62e225af9afe3686b9
7
+ data.tar.gz: f662bd11cd240252fd31f3eaef59051b376a25a89c7e9252fd73ace03e9400945ff9f91752a02692749c8ac171cbeb551d4ff78ef26a917f796e112e2d843876
data/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4 “Schiaparelli Crater”
2
+
3
+ * Add Sprockets 3 support.
4
+
1
5
  ## 0.3.10
2
6
 
3
7
  * Add Slim 3.0 support.
@@ -3,7 +3,7 @@
3
3
  // You must set you body fonts for `$defaults` argument. Also you can inline
4
4
  // in `data:uri` fonts styles, which you will use.
5
5
  //
6
- // +import-ruble("PT Sane, sans-serif", $regular: inline)
6
+ // +import-ruble("PT Sans, sans-serif", $regular: inline)
7
7
  @mixin import-ruble($defaults: sans-serif, $regular: false, $italic: false, $bold: false, $bolditalic: false)
8
8
  @font-face
9
9
  font-family: 'ALSRubl-Arial'
@@ -8,7 +8,7 @@ module EvilFront::Helpers
8
8
  #
9
9
  # Don’t forget to import ruble’s fonts and class in you Sass:
10
10
  #
11
- # +import-ruble("PT Sane, sans-serif", $regular: inline)
11
+ # +import-ruble("PT Sans, sans-serif", $regular: inline)
12
12
  def ruble
13
13
  EvilFront.html_safe('<span class="ruble">Р</span>')
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module EvilFront
2
- VERSION = '0.3.10' unless defined? EvilFront::VERSION
2
+ VERSION = '0.4.0' unless defined? EvilFront::VERSION
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evil-front
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.10
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-08 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -234,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
234
  version: '0'
235
235
  requirements: []
236
236
  rubyforge_project:
237
- rubygems_version: 2.2.2
237
+ rubygems_version: 2.5.1
238
238
  signing_key:
239
239
  specification_version: 4
240
240
  summary: Helpers, Sass mixins and JS shortcuts from Evil Martians