batch-rails-4 0.2.0 → 0.2.1

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: 5defacf69ae810a90d1c5bd4aa458cbcc4dc62ff
4
- data.tar.gz: e82765294c7e13feea5850cf84c35a09b253bc0b
3
+ metadata.gz: 3a450a60a56673b826f5b4daeaff519a5d6e4211
4
+ data.tar.gz: c6c926872216e0fb6eb4dabbbc9247c3cc52cea8
5
5
  SHA512:
6
- metadata.gz: 663df3049bbbdca976953a4647538b370b80364ed37fd5215665ee43918beed8fc7ac903080eb439295d22c089839f6422415cbf0dea64ceafbae93de8974391
7
- data.tar.gz: 8659eece1a53b036df635c0f219c0aa8e09209168604ab0af8b6c2c5cc27a534e1692e7f8f7116ca958dc61a6fa084c472e294ca51c5232f5e9fbda83243834e
6
+ metadata.gz: dfd39912c893ba0a8a7227c2182d01584da2f8e7c8f7182cc389599d3eafc4a2249d901e5c542ee7f392d9c4563c9d54da48514f9b1fccd865b076776da85e96
7
+ data.tar.gz: c59152c4165d61b3bd2617ebff7afb8faccd8e303ff85aa97e2999ea889a8bc8b2cba369af81beeabba8eef4ed8adfbc7f77acfae11fec329a71e375aba5cc1e
@@ -16,8 +16,8 @@
16
16
  * -------------------------- */
17
17
  @font-face {
18
18
  font-family: 'Batch';
19
- src: url('/assets/batch-icons-webfont.eot');
20
- src: url('batch-icons-webfont.eot?#iefix') format('embedded-opentype'), url('batch-icons-webfont.woff') format('woff'), url('batch-icons-webfont.ttf') format('truetype'), url('batch-icons-webfont.svg#batchregular') format('svg');
19
+ src: font-url('batch-icons-webfont.eot');
20
+ src: font-url('batch-icons-webfont.eot?#iefix') format('embedded-opentype'), font-url('batch-icons-webfont.woff') format('woff'), font-url('batch-icons-webfont.ttf') format('truetype'), font-url('batch-icons-webfont.svg#batchregular') format('svg');
21
21
  font-weight: normal;
22
22
  font-style: normal;
23
23
  }
@@ -150,7 +150,7 @@
150
150
  .batch-marquee-upload:before {
151
151
  content: "\F023";
152
152
  }
153
- .batch-crate:before {
153
+ .batch-box:before {
154
154
  content: "\F025";
155
155
  }
156
156
  .batch-grid:before {
@@ -888,7 +888,7 @@
888
888
  .batch-featherpen-alt:before {
889
889
  content: "\F13B";
890
890
  }
891
- .batch-feather-atl:before {
891
+ .batch-feather-alt:before {
892
892
  content: "\F13C";
893
893
  }
894
894
  .batch-pencil-alt:before {
@@ -1002,7 +1002,7 @@
1002
1002
  .batch-checkbox-yes:before {
1003
1003
  content: "\F164";
1004
1004
  }
1005
- .batch-checkbox-nos:before {
1005
+ .batch-checkbox-no:before {
1006
1006
  content: "\F165";
1007
1007
  }
1008
1008
  .batch-alarm:before {
@@ -1065,9 +1065,6 @@
1065
1065
  .batch-watcher-delete:before {
1066
1066
  content: "\F17A";
1067
1067
  }
1068
- .batch-watcher-delete:before {
1069
- content: "\F17A";
1070
- }
1071
1068
  .batch-settings:before {
1072
1069
  content: "\F17B";
1073
1070
  }
@@ -1,7 +1,7 @@
1
1
  module Batch
2
2
  module Rails
3
3
  module Four
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - zethus