Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Update to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkow committed May 13, 2014
1 parent adbc982 commit 07b6da4
Show file tree
Hide file tree
Showing 11 changed files with 312 additions and 187 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jquery_mobile_rails (1.4.1)
jquery_mobile_rails (1.4.2)
railties (>= 3.1.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This gem adds the jQuery Mobile files to Rails' asset pipeline.

=== Gem's jQuery Mobile Version

1.4.1 (gem 1.4.1)
1.4.2 (gem 1.4.2)

=== Installation

Expand All @@ -30,7 +30,7 @@ And the same in your application.css manifest:

I built this gem for using with the Mobylette gem, but it will work with your standalone application, or with any other gem that filters your mobile requests.

Please refer to jQuery Mobile's documentation for information on laying out your app and using all of the jQuery Mobile features: http://view.jquerymobile.com/1.4.1/dist/demos/
Please refer to jQuery Mobile's documentation for information on laying out your app and using all of the jQuery Mobile features: http://view.jquerymobile.com/1.4.2/dist/demos/

=== Example

Expand Down
2 changes: 1 addition & 1 deletion lib/jquery_mobile_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JqueryMobileRails
VERSION = "1.4.1"
VERSION = "1.4.2"
end
Loading

0 comments on commit 07b6da4

Please sign in to comment.