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: 5f95bc0973e7a6f4ddfa254924aaec4ae728fcdb
4
- data.tar.gz: 8faacd410b1069901da19a75414f008828f98f41
3
+ metadata.gz: e2d50b71d95d03c56808e5384a7e4e6fffcc23ec
4
+ data.tar.gz: 722f88c9007bbee2de56f50460c79d1c0afccc79
5
5
  SHA512:
6
- metadata.gz: 37b57b90afa37cbc244db9b0b16eb948cd592405c081f766d891c093135aea69bd7b770b53c483f6e5b527d0013b833f62adbeefe7643d66303ddc3a5a3bb05c
7
- data.tar.gz: 0c8bda805eef21e8f0d5caeef11951d98cebfdba2b8ce7e8e3322b912801023063b786020f0e259a1d4e16147b3afd73bd2fa3b332e804052b6b457f46d2b3d1
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('<%= font_path('batch-icons-webfont.eot') %>');
20
- src: url('<%= font_path('batch-icons-webfont.eot?#iefix') %>') format('embedded-opentype'), url('<%= font_path('batch-icons-webfont.woff') %>') format('woff'), url('<%= font_path('batch-icons-webfont.ttf') %>') format('truetype'), url('<%= font_path('batch-icons-webfont.svg#batchregular') %>') format('svg');
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
  }
@@ -1,7 +1,7 @@
1
1
  module Batch
2
2
  module Rails
3
3
  module Four
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
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.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/_batch-webfont.css.erb
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