batch-rails-4 0.2.1 → 0.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 +1 -6
- data/README.md +6 -11
- data/app/assets/stylesheets/batch-webfont.scss +2 -2
- data/lib/batch-rails-4/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4e80edcb5f02bc7d0ccfe8631d3b9e213538724
|
4
|
+
data.tar.gz: 75797b454fd28d7193d22a8830eb3e870b663470
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 791ebf98ba8af6fdf92029deffd2645ae479533cd563b9e5e32b94aa114431bcc6f5503238664cc01b9047ee1fbc5e32262bcd3cf98c3d5d20d8095f536c55f6
|
7
|
+
data.tar.gz: f92f7d30608c02ec8c251e128b2b3ddc97206eefafda2e9cc8c68ab3d6a7d330dc070b60fc3ccbc028c4608aa99fff3ed699281397d4e4d3873c5c9356f17441
|
data/LICENSE
CHANGED
@@ -6,13 +6,8 @@ Intellectual property rights are not transferred with the download of the icons.
|
|
6
6
|
|
7
7
|
EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL ADAM WHITCROFT BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THE USE OF THE ICONS, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
8
8
|
|
9
|
-
×
|
10
|
-
|
11
|
-
|
12
|
-
Stop sending ugly emails. Build and send awesome emails in minutes.
|
13
|
-
Powered by Fusion
|
14
9
|
Please respect my creative rights. I have put a great deal of time and love into the creation of Batch and I hope that is evident in the quality of the icons.
|
15
10
|
|
16
11
|
If you use Batch in a Dribbble shot, the inclusion of a “Batch” tag would be appreciated so that I can keep a curated bucket.
|
17
12
|
|
18
|
-
Batch by @adamwhitcroft.
|
13
|
+
Batch by @adamwhitcroft.
|
data/README.md
CHANGED
@@ -1,18 +1,13 @@
|
|
1
1
|
batch-rails-4
|
2
2
|
=============
|
3
|
-
|
4
|
-
Batch (@AdamWhitcroft) Webfont Integration for Rails 4.x
|
3
|
+
Batch (@AdamWhitcroft) Webfont Integration for Rails 4.x
|
5
4
|
|
6
5
|
Usage
|
7
6
|
=============
|
7
|
+
For usage, please refer to the gh-page: http://zethussuen.github.io/batch-rails-4/
|
8
8
|
|
9
|
-
|
10
|
-
Will upload full list of icon names later, for now just look at batch-webfont.css
|
11
|
-
|
12
|
-
|
13
|
-
To Do:
|
9
|
+
Changelog
|
14
10
|
=============
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
- [ ] IE7 support
|
11
|
+
0.2.2: Fixed batch-home icon class typo
|
12
|
+
0.2.1: removed duplicate classes, changed to use sass font-url() for production environments
|
13
|
+
0.2.0: updated font-typos, removed empty dir's
|
@@ -991,7 +991,7 @@
|
|
991
991
|
content: "\F160";
|
992
992
|
}
|
993
993
|
.batch-home:before {
|
994
|
-
content: "\
|
994
|
+
content: "\F161";
|
995
995
|
}
|
996
996
|
.batch-home-alt:before {
|
997
997
|
content: "\F162";
|
@@ -1070,4 +1070,4 @@
|
|
1070
1070
|
}
|
1071
1071
|
.batch-commithistory:before {
|
1072
1072
|
content: "\F17C";
|
1073
|
-
}
|
1073
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: batch-rails-4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zethus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-06-
|
11
|
+
date: 2013-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|