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 +4 -4
- data/README.md +1 -1
- data/lib/jquery_mobile_rails/engine.rb +4 -1
- data/lib/jquery_mobile_rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4ecaaf06cb13b4080f8ac037641a9239d59a00b
|
4
|
+
data.tar.gz: 727c6a2047982b3129ae22476f56a8ef024f917c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
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-
|
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.
|
231
|
+
rubygems_version: 2.4.2
|
232
232
|
signing_key:
|
233
233
|
specification_version: 4
|
234
234
|
summary: JQuery Mobile files for Rails.
|