phrasing 4.0.0rc12 → 4.0.0rc13

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: 3793bf5896db87a4d3612cf6be4b768f2ed2a3f0
4
- data.tar.gz: f160bba13bdd5e71a854fbe554f8bfe8bd7da256
3
+ metadata.gz: 19f272e01b8479c89cc55ca2f20b74392785dd67
4
+ data.tar.gz: f3586318de942a2b32a90e60632f656d4a84aa70
5
5
  SHA512:
6
- metadata.gz: 912614dc6032c61b26799c06f3beeafbe7c52d440c15712a107673d148971bd98863abb1dfcc846469ad94fdaa71dfb7e3f46da1277b13a637da0121a7a75bc3
7
- data.tar.gz: f22974facc40b305bc23088cb1a45c00dd43c3f53b4a7ebf96982d1dac3000eed016bd89590d0bd96acfaa6db4b33be62c3c5c041d3bab235360b5b149587ebd
6
+ metadata.gz: a20bb68b0c0cb32fb188cfcda11ed106e43e0b4caaf0b9472cfe422150ebdde576a32c3818ac2a4a6aa1cf405ada9dec2d356476f1fbddcfe99ae5e6cb8059d5
7
+ data.tar.gz: 156fb3ec15eb48a4d0ff22533d571d77a0b0d35e47441fa23025f9cee71d56774477fc1592b44cdc40e4da7be219ddd7161c6639715861d6a641deda144a7a1e
@@ -1,3 +1,4 @@
1
+ sudo: false
1
2
  language: ruby
2
3
 
3
4
  matrix:
@@ -1,6 +1,17 @@
1
1
  @import "phrasing_fonts";
2
2
  @import "phrasing_edit_mode_bubble";
3
3
 
4
+ @font-face {
5
+ font-family: 'icomoon';
6
+ src:font-url('icomoon.eot');
7
+ src:font-url('icomoon.eot?#iefix') format('embedded-opentype'),
8
+ font-url('icomoon.woff') format('woff'),
9
+ font-url('icomoon.ttf') format('truetype'),
10
+ font-url('icomoon.svg#icomoon') format('svg');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+
4
15
  /*********************************************
5
16
  * BASE STYLES
6
17
  *********************************************/
@@ -1,3 +1,3 @@
1
1
  module Phrasing
2
- VERSION = "4.0.0rc12"
2
+ VERSION = "4.0.0rc13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrasing
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0rc12
4
+ version: 4.0.0rc13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomislav Car
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-12 00:00:00.000000000 Z
12
+ date: 2016-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -182,7 +182,6 @@ files:
182
182
  - spec/dummy/db/migrate/20131120000856_create_phrasing_phrase_versions.phrasing_rails_engine.rb
183
183
  - spec/dummy/db/schema.rb
184
184
  - spec/dummy/db/test.sqlite3
185
- - spec/dummy/log/.gitkeep
186
185
  - spec/dummy/public/404.html
187
186
  - spec/dummy/public/422.html
188
187
  - spec/dummy/public/500.html
File without changes