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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a450a60a56673b826f5b4daeaff519a5d6e4211
4
- data.tar.gz: c6c926872216e0fb6eb4dabbbc9247c3cc52cea8
3
+ metadata.gz: e4e80edcb5f02bc7d0ccfe8631d3b9e213538724
4
+ data.tar.gz: 75797b454fd28d7193d22a8830eb3e870b663470
5
5
  SHA512:
6
- metadata.gz: dfd39912c893ba0a8a7227c2182d01584da2f8e7c8f7182cc389599d3eafc4a2249d901e5c542ee7f392d9c4563c9d54da48514f9b1fccd865b076776da85e96
7
- data.tar.gz: c59152c4165d61b3bd2617ebff7afb8faccd8e303ff85aa97e2999ea889a8bc8b2cba369af81beeabba8eef4ed8adfbc7f77acfae11fec329a71e375aba5cc1e
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
- 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:
9
+ Changelog
14
10
  =============
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 (???)
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: "\F16!";
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
+ }
@@ -1,7 +1,7 @@
1
1
  module Batch
2
2
  module Rails
3
3
  module Four
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
6
6
  end
7
7
  end
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.1
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-01 00:00:00.000000000 Z
11
+ date: 2013-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties