batch-rails-4 0.1.2 → 0.1.3
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 +4 -4
- data/README.md +13 -0
- data/app/assets/stylesheets/{batch-webfont.css → batch-webfont.scss} +0 -0
- 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: 5fea5b35d0df24c9319033b38ab09a9937159562
|
|
4
|
+
data.tar.gz: 70dc6258778985f42ae970d4672392c33ae30dc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c8775973f996ad19cc64f79d7454292c004102ee5dec724a459cffb063fae09506b44642b625d2a44fff3b43691b80d16bae4d60f90da17c710f52bee2736df
|
|
7
|
+
data.tar.gz: 0c9182d71c0a34c6029b4cb3247754b216b79c39ff9b4bd054e0432cbb1f13bdbf31703321ac42fb27a7f1f9b98013c4100067a991f092f0010725c76dd18288
|
data/README.md
CHANGED
|
@@ -2,3 +2,16 @@ batch-rails-4
|
|
|
2
2
|
=============
|
|
3
3
|
|
|
4
4
|
Batch (@AdamWhitcroft) Webfont Integration for Rails 4.x
|
|
5
|
+
|
|
6
|
+
Usage
|
|
7
|
+
=============
|
|
8
|
+
|
|
9
|
+
Example: ```<i class="batch batch-camera"></i>```
|
|
10
|
+
Will upload full list of icon names later, for now just look at batch-webfont.css
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
To Do:
|
|
14
|
+
=============
|
|
15
|
+
- [ ] Add examples page with list of icons & class-names
|
|
16
|
+
- [ ] Refactor in .erb extension for stylesheet (when i figure out how to use sprockets lul)
|
|
17
|
+
- [ ] Bootstrap integration (???)
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: batch-rails-4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zethus
|
|
@@ -84,7 +84,7 @@ files:
|
|
|
84
84
|
- app/assets/fonts/batch-icons-webfont.ttf
|
|
85
85
|
- app/assets/fonts/batch-icons-webfont.woff
|
|
86
86
|
- app/assets/fonts/batch_webfont_reference.pdf
|
|
87
|
-
- app/assets/stylesheets/batch-webfont.
|
|
87
|
+
- app/assets/stylesheets/batch-webfont.scss
|
|
88
88
|
- app/controllers/application_controller.rb
|
|
89
89
|
- app/helpers/application_helper.rb
|
|
90
90
|
- app/views/layouts/application.html.erb
|