entypo-rails 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/LICENSE +1 -1
- data/README.md +4 -0
- data/{vendor → app}/assets/fonts/entypo.eot +0 -0
- data/{vendor → app}/assets/fonts/entypo.svg +0 -0
- data/{vendor → app}/assets/fonts/entypo.ttf +0 -0
- data/{vendor → app}/assets/fonts/entypo.woff +0 -0
- data/{lib → app}/assets/stylesheets/entypo-fonts.css.scss +0 -0
- data/{lib → app}/assets/stylesheets/entypo.css.scss +0 -0
- data/lib/entypo/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzlkYTc0ODA4OTUzODI2ZmUyNThjNThhN2U1MTQ2NzNjNzE0ODIwNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmI0OGRmNjllYzA0MjVkMmJhY2ViOTZlNThlZTc0YWZmMTNkYjExZQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NDk3ZTZkNTI4MGNlYzk3ZWU0ZjcwODJjZDFlYWU3ZWI3ZjYyZDdlYjJmOGEz
|
10
|
+
OGUxMDk0MjViOTBlZDY5MmQyZTBlMzZkYWZiMGFkMWJjZjVmN2ZjYTE2MGQ0
|
11
|
+
YmE1MmY1MWM1N2M5OTFmMzI4ZDg0M2M4YjFjNDhhNzk1MWVhYTY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MmY0YjQxYjc2MjM3NDBkM2VhOTU5MzkyNDFkNWU4ZDdmYTEwN2FmYjU0MDVi
|
14
|
+
MjBjYjdlMGRhOGVlOTM4OGYzMzljMDk1ZGJjMmJmMWFlM2NmN2Y5NTExOGEw
|
15
|
+
N2E3MzQ4YmRjYTUzMjRiNDgxY2ExYTFkMzIyMDZiMTMyY2Y5YmY=
|
data/LICENSE
CHANGED
data/README.md
CHANGED
@@ -56,6 +56,10 @@ This is cool <i class="cool"></i>.
|
|
56
56
|
|
57
57
|
## Changes
|
58
58
|
|
59
|
+
_2.0.1_
|
60
|
+
|
61
|
+
- Rails 4 compatibility: only css & js files are precompiled from vendor/assets
|
62
|
+
|
59
63
|
_2.0.0_
|
60
64
|
|
61
65
|
- **Breaking**: combined entyo and entypo social font, so `entypo-social` font family no longer exists
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/entypo/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: entypo-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lukas Westermann
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
@@ -51,12 +51,12 @@ files:
|
|
51
51
|
- lib/entypo/charmap.rb
|
52
52
|
- lib/entypo/version.rb
|
53
53
|
- lib/entypo-rails.rb
|
54
|
-
-
|
55
|
-
-
|
56
|
-
-
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
54
|
+
- app/assets/stylesheets/entypo-fonts.css.scss
|
55
|
+
- app/assets/stylesheets/entypo.css.scss
|
56
|
+
- app/assets/fonts/entypo.eot
|
57
|
+
- app/assets/fonts/entypo.svg
|
58
|
+
- app/assets/fonts/entypo.ttf
|
59
|
+
- app/assets/fonts/entypo.woff
|
60
60
|
homepage: ''
|
61
61
|
licenses:
|
62
62
|
- MIT
|