batch-rails-4 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2d50b71d95d03c56808e5384a7e4e6fffcc23ec
4
- data.tar.gz: 722f88c9007bbee2de56f50460c79d1c0afccc79
3
+ metadata.gz: 5fea5b35d0df24c9319033b38ab09a9937159562
4
+ data.tar.gz: 70dc6258778985f42ae970d4672392c33ae30dc2
5
5
  SHA512:
6
- metadata.gz: 027b6cce4cc066dd5ba47407430fd10befaef8ca417c9364850674a5070fa4adf8ef9a6cdca23d4f8cc73f198c47cd3750c9f2a93c7284554a8e5a2be845af7a
7
- data.tar.gz: 44cf881cd65b8741db9eb7c27ce3265ed8835331b95b1e3bf0a9f6008bed785f916f53df0fbfd683d98b8a7ffb1a06298ed16d700af4f838a5ddb5bd8df27c49
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 (???)
@@ -1,7 +1,7 @@
1
1
  module Batch
2
2
  module Rails
3
3
  module Four
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
6
6
  end
7
7
  end
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.2
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.css
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