batch-rails-4 0.1.0 → 0.1.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: 0554e6e0d303f4d24a12b4314f57b4a8b6a0e1e2
4
- data.tar.gz: 1bafb30859ddf9a966d8da4ae681324d92f0ce5f
3
+ metadata.gz: 5f95bc0973e7a6f4ddfa254924aaec4ae728fcdb
4
+ data.tar.gz: 8faacd410b1069901da19a75414f008828f98f41
5
5
  SHA512:
6
- metadata.gz: 70cd3b65bec5b09202b960dac654a647f0189de00d28461152b60f086b1a2f99efd12b1793c01c895682effc1b544080b50d8c07561a9d3c15f7b14223a4a57a
7
- data.tar.gz: d35f45c443ee2f1e67f0a06af8cd8a46b8d134aea69044ba2fec8e2de100dce27da0ee9dffa594b21febf8bcd7ebb51cfb6145d71161c44f1469fe20c1a0d97b
6
+ metadata.gz: 37b57b90afa37cbc244db9b0b16eb948cd592405c081f766d891c093135aea69bd7b770b53c483f6e5b527d0013b833f62adbeefe7643d66303ddc3a5a3bb05c
7
+ data.tar.gz: 0c8bda805eef21e8f0d5caeef11951d98cebfdba2b8ce7e8e3322b912801023063b786020f0e259a1d4e16147b3afd73bd2fa3b332e804052b6b457f46d2b3d1
@@ -1,7 +1,7 @@
1
1
  module Batch
2
2
  module Rails
3
3
  module Four
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.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.1.0
4
+ version: 0.1.1
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.erb
88
88
  - app/controllers/application_controller.rb
89
89
  - app/helpers/application_helper.rb
90
90
  - app/views/layouts/application.html.erb