entypo-rails 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE_ENTYPO +95 -0
- data/app/assets/fonts/entypo.svg +1 -1
- data/entypo-rails.gemspec +2 -2
- data/lib/entypo/version.rb +1 -1
- metadata +22 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdb01a5fe03ae3f12bae8a18e13514ddb5834e99
|
4
|
+
data.tar.gz: 2a1761b56be7c15613335aa2d1636a7aae4e31c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 652fc5ab8000c99bcd5fa3b5ac92eccbd457c9823fb70719476cc1560914e2104ebf50b56b4004d30978e1ba87c35604e00e865d9f83cd030139f4554ef749e4
|
7
|
+
data.tar.gz: c5b6603523ba82e9b87839a810f772dab7a7e8c18ade111608bf9a1483b1b4a13be3b0e2f4ee66a28ea9ea43afe32027e4c1094d9e266828694a69255cfa74dd
|
data/LICENSE_ENTYPO
ADDED
@@ -0,0 +1,95 @@
|
|
1
|
+
Copyright (c) Daniel Bruce (<http://www.entypo.com/>),
|
2
|
+
with Reserved Font Name <Entypo> and <Entypo Social>.
|
3
|
+
|
4
|
+
This Font Software located at app/assets/fonts is licensed under the
|
5
|
+
SIL Open Font License, Version 1.1. This license is copied below, and
|
6
|
+
is also available with a FAQ at:
|
7
|
+
http://scripts.sil.org/OFL
|
8
|
+
|
9
|
+
|
10
|
+
-----------------------------------------------------------
|
11
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
12
|
+
-----------------------------------------------------------
|
13
|
+
|
14
|
+
PREAMBLE
|
15
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
16
|
+
development of collaborative font projects, to support the font creation
|
17
|
+
efforts of academic and linguistic communities, and to provide a free and
|
18
|
+
open framework in which fonts may be shared and improved in partnership
|
19
|
+
with others.
|
20
|
+
|
21
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
22
|
+
redistributed freely as long as they are not sold by themselves. The
|
23
|
+
fonts, including any derivative works, can be bundled, embedded,
|
24
|
+
redistributed and/or sold with any software provided that any reserved
|
25
|
+
names are not used by derivative works. The fonts and derivatives,
|
26
|
+
however, cannot be released under any other type of license. The
|
27
|
+
requirement for fonts to remain under this license does not apply
|
28
|
+
to any document created using the fonts or their derivatives.
|
29
|
+
|
30
|
+
DEFINITIONS
|
31
|
+
"Font Software" refers to the set of files released by the Copyright
|
32
|
+
Holder(s) under this license and clearly marked as such. This may
|
33
|
+
include source files, build scripts and documentation.
|
34
|
+
|
35
|
+
"Reserved Font Name" refers to any names specified as such after the
|
36
|
+
copyright statement(s).
|
37
|
+
|
38
|
+
"Original Version" refers to the collection of Font Software components as
|
39
|
+
distributed by the Copyright Holder(s).
|
40
|
+
|
41
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
42
|
+
or substituting -- in part or in whole -- any of the components of the
|
43
|
+
Original Version, by changing formats or by porting the Font Software to a
|
44
|
+
new environment.
|
45
|
+
|
46
|
+
"Author" refers to any designer, engineer, programmer, technical
|
47
|
+
writer or other person who contributed to the Font Software.
|
48
|
+
|
49
|
+
PERMISSION & CONDITIONS
|
50
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
51
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
52
|
+
redistribute, and sell modified and unmodified copies of the Font
|
53
|
+
Software, subject to the following conditions:
|
54
|
+
|
55
|
+
1) Neither the Font Software nor any of its individual components,
|
56
|
+
in Original or Modified Versions, may be sold by itself.
|
57
|
+
|
58
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
59
|
+
redistributed and/or sold with any software, provided that each copy
|
60
|
+
contains the above copyright notice and this license. These can be
|
61
|
+
included either as stand-alone text files, human-readable headers or
|
62
|
+
in the appropriate machine-readable metadata fields within text or
|
63
|
+
binary files as long as those fields can be easily viewed by the user.
|
64
|
+
|
65
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
66
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
67
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
68
|
+
presented to the users.
|
69
|
+
|
70
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
71
|
+
Software shall not be used to promote, endorse or advertise any
|
72
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
73
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
74
|
+
permission.
|
75
|
+
|
76
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
77
|
+
must be distributed entirely under this license, and must not be
|
78
|
+
distributed under any other license. The requirement for fonts to
|
79
|
+
remain under this license does not apply to any document created
|
80
|
+
using the Font Software.
|
81
|
+
|
82
|
+
TERMINATION
|
83
|
+
This license becomes null and void if any of the above conditions are
|
84
|
+
not met.
|
85
|
+
|
86
|
+
DISCLAIMER
|
87
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
88
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
89
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
90
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
91
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
92
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
93
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
94
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
95
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
data/app/assets/fonts/entypo.svg
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<metadata>
|
5
5
|
Created by FontForge 20100429 at Wed Feb 6 17:44:49 2013
|
6
6
|
By root
|
7
|
-
Copyright (C) 2012 by
|
7
|
+
Copyright (C) 2012 by Daniel Bruce http://www.entypo.com/ under SIL Open Font License
|
8
8
|
</metadata>
|
9
9
|
<defs>
|
10
10
|
<font id="fontello" horiz-adv-x="1030" >
|
data/entypo-rails.gemspec
CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.summary = %q{Rails asset pipeline plugin to provide Entypo icons.}
|
9
9
|
gem.homepage = ""
|
10
10
|
|
11
|
-
gem.licenses = ['MIT', '
|
11
|
+
gem.licenses = ['MIT', 'SIL Open Font License']
|
12
12
|
|
13
|
-
gem.files = %w{.gitignore Gemfile Rakefile README.md LICENSE entypo-rails.gemspec} + Dir['**/*.{rb,erb,scss,eot,svg,ttf,woff}']
|
13
|
+
gem.files = %w{.gitignore Gemfile Rakefile README.md LICENSE LICENSE_ENTYPO entypo-rails.gemspec} + Dir['**/*.{rb,erb,scss,eot,svg,ttf,woff}']
|
14
14
|
gem.executables = gem.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
15
15
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
16
16
|
|
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.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lukas Westermann
|
@@ -9,26 +9,26 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-08-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: '3.1'
|
21
|
-
- - <=
|
21
|
+
- - "<="
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: '5'
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
|
-
- -
|
28
|
+
- - ">="
|
29
29
|
- !ruby/object:Gem::Version
|
30
30
|
version: '3.1'
|
31
|
-
- - <=
|
31
|
+
- - "<="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '5'
|
34
34
|
description: Rails asset pipeline plugin and CSS mappings for the Entypo pictograms
|
@@ -40,40 +40,28 @@ executables: []
|
|
40
40
|
extensions: []
|
41
41
|
extra_rdoc_files: []
|
42
42
|
files:
|
43
|
-
- .gitignore
|
43
|
+
- ".gitignore"
|
44
44
|
- Gemfile
|
45
|
-
- Rakefile
|
46
|
-
- README.md
|
47
45
|
- LICENSE
|
48
|
-
-
|
49
|
-
-
|
50
|
-
-
|
51
|
-
- lib/entypo/charmap.rb
|
52
|
-
- lib/entypo/version.rb
|
53
|
-
- lib/entypo-rails.rb
|
54
|
-
- pkg/app/controllers/entypo/charmap_controller.rb
|
55
|
-
- pkg/config/routes.rb
|
56
|
-
- pkg/lib/entypo/charmap.rb
|
57
|
-
- pkg/lib/entypo/version.rb
|
58
|
-
- pkg/lib/entypo-rails.rb
|
59
|
-
- app/assets/stylesheets/entypo.css.scss.erb
|
60
|
-
- app/views/entypo/charmap/index.html.erb
|
61
|
-
- pkg/app/assets/stylesheets/entypo.css.scss.erb
|
62
|
-
- pkg/app/views/entypo/charmap/index.html.erb
|
63
|
-
- app/assets/stylesheets/entypo-fonts.css.scss
|
64
|
-
- pkg/app/assets/stylesheets/entypo-fonts.css.scss
|
46
|
+
- LICENSE_ENTYPO
|
47
|
+
- README.md
|
48
|
+
- Rakefile
|
65
49
|
- app/assets/fonts/entypo.eot
|
66
|
-
- pkg/app/assets/fonts/entypo.eot
|
67
50
|
- app/assets/fonts/entypo.svg
|
68
|
-
- pkg/app/assets/fonts/entypo.svg
|
69
51
|
- app/assets/fonts/entypo.ttf
|
70
|
-
- pkg/app/assets/fonts/entypo.ttf
|
71
52
|
- app/assets/fonts/entypo.woff
|
72
|
-
-
|
53
|
+
- app/assets/stylesheets/entypo-fonts.css.scss
|
54
|
+
- app/assets/stylesheets/entypo.css.scss.erb
|
55
|
+
- app/controllers/entypo/charmap_controller.rb
|
56
|
+
- app/views/entypo/charmap/index.html.erb
|
57
|
+
- config/routes.rb
|
58
|
+
- entypo-rails.gemspec
|
59
|
+
- lib/entypo-rails.rb
|
60
|
+
- lib/entypo/charmap.rb
|
61
|
+
- lib/entypo/version.rb
|
73
62
|
homepage: ''
|
74
63
|
licenses:
|
75
64
|
- MIT
|
76
|
-
- CC BY 3.0
|
77
65
|
- SIL Open Font License
|
78
66
|
metadata: {}
|
79
67
|
post_install_message:
|
@@ -82,17 +70,17 @@ require_paths:
|
|
82
70
|
- lib
|
83
71
|
required_ruby_version: !ruby/object:Gem::Requirement
|
84
72
|
requirements:
|
85
|
-
- -
|
73
|
+
- - ">="
|
86
74
|
- !ruby/object:Gem::Version
|
87
75
|
version: '1.9'
|
88
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
77
|
requirements:
|
90
|
-
- -
|
78
|
+
- - ">="
|
91
79
|
- !ruby/object:Gem::Version
|
92
80
|
version: '0'
|
93
81
|
requirements: []
|
94
82
|
rubyforge_project:
|
95
|
-
rubygems_version: 2.0
|
83
|
+
rubygems_version: 2.2.0
|
96
84
|
signing_key:
|
97
85
|
specification_version: 4
|
98
86
|
summary: Rails asset pipeline plugin to provide Entypo icons.
|