jquery_mobile_rails 1.4.4 → 1.4.4.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: 8cbe6522e4a9a1c19592f34fc5ae46e52940bf12
4
- data.tar.gz: ad30e18021b1c8f16dbaa23eddb6f04913d948c6
3
+ metadata.gz: b4ecaaf06cb13b4080f8ac037641a9239d59a00b
4
+ data.tar.gz: 727c6a2047982b3129ae22476f56a8ef024f917c
5
5
  SHA512:
6
- metadata.gz: 711664dc44d04c14a969aec91d21aaa95fe75a466d4ad89810f3fb5a5ed5f04d0fbd42ed9624df9d3a8f33a9f6be588af34a1c4860695e6a22a4f8e7e366d232
7
- data.tar.gz: 51471bf8aad1ce38df478dd9dd9175da59cec885ac499c567ca8b80b1fc3007972f95147cdc7c5c8719a671aeee68b83fecc572e68b259ba4b0be4f9e01cbd39
6
+ metadata.gz: 0e2379a497ba218caa649975521a503e81dbc0543f83f45c89843e3b30a63596c94c30f74eaee6e0fa50927c07f9721254ba244487af4d733a5d1505d06de9f2
7
+ data.tar.gz: 1cbcacadaf2701c29dbba105ef53f9589c4f2611abaa270939da7c468396afa10678d207f8f6e2111c3f62681b5f0fe6540220f0152389225902269d0ca569ea
data/README.md CHANGED
@@ -12,7 +12,7 @@ Add this gem to your Gemfile:
12
12
 
13
13
  gem 'jquery_mobile_rails'
14
14
 
15
- This will add jQuery Mobile's javascripts, stylesheets and images to your app.
15
+ This will add jQuery Mobile's javascripts, stylesheets and images to your app. It will also set up the asset pipeline to precompile these assets for production.
16
16
 
17
17
  Include jquery.mobile (or jquery.mobile.min) in your `application.js` manifest:
18
18
 
@@ -1,4 +1,7 @@
1
1
  module JqueryMobileRails
2
2
  class Engine < ::Rails::Engine
3
+ initializer "jquery_mobile_rails.assets.precompile" do |app|
4
+ app.config.assets.precompile += %w(jquery-mobile/icons-png/*.png jquery-mobile/*.gif)
5
+ end
3
6
  end
4
- end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module JqueryMobileRails
2
- VERSION = "1.4.4"
2
+ VERSION = "1.4.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_mobile_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiago Scolari
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-09-14 00:00:00.000000000 Z
12
+ date: 2014-10-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  version: '0'
229
229
  requirements: []
230
230
  rubyforge_project:
231
- rubygems_version: 2.4.1
231
+ rubygems_version: 2.4.2
232
232
  signing_key:
233
233
  specification_version: 4
234
234
  summary: JQuery Mobile files for Rails.