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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZmExZWQ0YmFjYWRlMzU0NmM4NjZjNDAzOTg2YjZmMjc3OWIyZDk1Mg==
4
+ MzlkYTc0ODA4OTUzODI2ZmUyNThjNThhN2U1MTQ2NzNjNzE0ODIwNA==
5
5
  data.tar.gz: !binary |-
6
- NzNhNjk3YzhhOTkwYzYzM2JiMjM1YmVjZDMyYjI0NTFmYjhkMjEyOQ==
6
+ YmI0OGRmNjllYzA0MjVkMmJhY2ViOTZlNThlZTc0YWZmMTNkYjExZQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YTY0YzU3NjZjYTQ5YjJiNGU2OGFlNDJiN2Q1MjJkNzM0YWY0MWE3MjhhMWQ2
10
- MmMwY2U5YzY4N2EyZGE3Mjc3YjQ2MGQzMDZjZDY5ZmJjMmYxNWE3OTg2Mzc4
11
- YjczODdkODQxYmQ1YzdiMTk0YzAwNDFjZDI2ODJjOTg5Zjc0Njk=
9
+ NDk3ZTZkNTI4MGNlYzk3ZWU0ZjcwODJjZDFlYWU3ZWI3ZjYyZDdlYjJmOGEz
10
+ OGUxMDk0MjViOTBlZDY5MmQyZTBlMzZkYWZiMGFkMWJjZjVmN2ZjYTE2MGQ0
11
+ YmE1MmY1MWM1N2M5OTFmMzI4ZDg0M2M4YjFjNDhhNzk1MWVhYTY=
12
12
  data.tar.gz: !binary |-
13
- NGViNjA0ODQ2YTdlNmUzZmFmN2E0ZTQ4NTU0NTYwZGQyOTVhMDNlNDMzYzE2
14
- NDY3YzZmYWMxNjZkMzNjYTc3NTEzZDUzNmU3MTg1NjI3MmI2ZjllOWU4NjMy
15
- YTQxNDc5YWQxODI4ODI5YzI5ZjIyNGIwNmJhY2M4ZDQ0ZmYwMWU=
13
+ MmY0YjQxYjc2MjM3NDBkM2VhOTU5MzkyNDFkNWU4ZDdmYTEwN2FmYjU0MDVi
14
+ MjBjYjdlMGRhOGVlOTM4OGYzMzljMDk1ZGJjMmJmMWFlM2NmN2Y5NTExOGEw
15
+ N2E3MzQ4YmRjYTUzMjRiNDgxY2ExYTFkMzIyMDZiMTMyY2Y5YmY=
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  Copyright (c) 2012 by Lukas Westermann
2
2
 
3
- This license ONLY applies to files NOT IN the vendor/ directory.
3
+ This license ONLY applies to files NOT IN the app/assets/fonts directory.
4
4
 
5
5
  MIT License
6
6
 
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
@@ -1,7 +1,7 @@
1
1
  module Entypo
2
2
 
3
3
  # Gem version
4
- VERSION = "2.0.0"
4
+ VERSION = "2.0.1"
5
5
 
6
6
  # Entypo font version
7
7
  FONT_VERSION = "2.0-20121031"
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.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-17 00:00:00.000000000 Z
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
- - lib/assets/stylesheets/entypo-fonts.css.scss
55
- - lib/assets/stylesheets/entypo.css.scss
56
- - vendor/assets/fonts/entypo.eot
57
- - vendor/assets/fonts/entypo.svg
58
- - vendor/assets/fonts/entypo.ttf
59
- - vendor/assets/fonts/entypo.woff
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