batch-rails-4 0.1.1 → 0.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2d50b71d95d03c56808e5384a7e4e6fffcc23ec
|
4
|
+
data.tar.gz: 722f88c9007bbee2de56f50460c79d1c0afccc79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 027b6cce4cc066dd5ba47407430fd10befaef8ca417c9364850674a5070fa4adf8ef9a6cdca23d4f8cc73f198c47cd3750c9f2a93c7284554a8e5a2be845af7a
|
7
|
+
data.tar.gz: 44cf881cd65b8741db9eb7c27ce3265ed8835331b95b1e3bf0a9f6008bed785f916f53df0fbfd683d98b8a7ffb1a06298ed16d700af4f838a5ddb5bd8df27c49
|
@@ -16,8 +16,8 @@
|
|
16
16
|
* -------------------------- */
|
17
17
|
@font-face {
|
18
18
|
font-family: 'Batch';
|
19
|
-
src: url('
|
20
|
-
src: url('
|
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');
|
21
21
|
font-weight: normal;
|
22
22
|
font-style: normal;
|
23
23
|
}
|
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.2
|
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/
|
87
|
+
- app/assets/stylesheets/batch-webfont.css
|
88
88
|
- app/controllers/application_controller.rb
|
89
89
|
- app/helpers/application_helper.rb
|
90
90
|
- app/views/layouts/application.html.erb
|