jquerymobile-rails 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # jQueryMobile-rails
1
+ # jQueryMobile-Rails
2
2
 
3
3
  jQueryMobile! For Rails! So Great.
4
4
 
@@ -15,7 +15,9 @@ In your Gemfile, add this line:
15
15
 
16
16
  gem "jquerymobile-rails"
17
17
 
18
- Then, run `bundle install`.
18
+ Then, run
19
+
20
+ $ bundle install
19
21
 
20
22
  ### Rails >= 3.1
21
23
 
@@ -28,15 +30,22 @@ The following will need to be added to the file `app/assets/javascripts/applicat
28
30
  The following will need to be added to the file `app/assets/stylesheets/application.css`:
29
31
 
30
32
  *= require jquerymobile
33
+
34
+ The following will need to be added to the `%head` tag of the file `app/views/layouts/applicaion.html.haml`:
31
35
 
36
+ %meta{ name: :viewport, content: 'width=device-width, initial-scale=1'}
32
37
 
33
38
  ### Rails \< 3.1
34
39
 
35
- This gem does not support Rails versions preceeding 3.1.
40
+ This gem does not support Rails versions preceding 3.1.
41
+
42
+ ## Documentation
43
+
44
+ Documentation for this project may be accessed through it's RubyGems Site [here](https://rubygems.org/gems/jquerymobile-rails/).
36
45
 
37
46
  ## Bugs
38
47
 
39
- Please submit bugs any bugs found in the project [here](https://github.com/RudyIndustries/jquerymobile-rails/issues),
48
+ Please submit bugs any bugs found in jQueryMobile-Rails [here](https://github.com/RudyIndustries/jquerymobile-rails/issues),
40
49
  we appreaciate your help improving jQueryMobile-Rails.
41
50
 
42
51
  ## Future Work
@@ -50,5 +59,9 @@ In progress development tasks include:
50
59
  * Incorporating [jQueryMobile Icon Pack](https://github.com/commadelimited/jQuery-Mobile-Icon-Pack)
51
60
 
52
61
  ### Suggestions
53
- Please let us know if you have suggestions contact jQueryMobile-Rails.RubyGems@RudyIndustries.com. The google group is publically vieable
62
+ If you have suggestions please contact jQueryMobile-Rails.RubyGems@RudyIndustries.com. The google group is publically vieable
54
63
  [here](https://groups.google.com/a/rudyindustries.com/group/jQueryMobile-Rails.RubyGems/topics). Thanks!
64
+
65
+ ### Donate
66
+
67
+ <a href='http://www.pledgie.com/campaigns/17244'><img alt='Click here to lend your support to: Rudy Industries Open Source Projects and make a donation at www.pledgie.com !' src='http://www.pledgie.com/campaigns/17244.png?skin_name=chrome' border='0' /></a>
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
6
6
  s.name = "jquerymobile-rails"
7
7
  s.version = JqueryMobile::Rails::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = ["Kurt Rudolph"]
10
- s.email = ["RubyGems@rudyindustries.com"]
11
- s.homepage = "http://rudyindustries.github.com/jquerymobile-rails"
9
+ s.authors = ["Kurt Robert Rudolph"]
10
+ s.email = ["jQueryMobile-Rails.RubyGems@RudyIndustries.com"]
11
+ s.homepage = "http://RudyIndustries.GitHub.com/jquerymobile-rails"
12
12
  s.summary = "jQueryMobile! For Rails! So Great."
13
13
  s.description = "This gem incorporates jQueryMobile into the assets of your Rails application."
14
14
 
@@ -2,7 +2,7 @@ module JqueryMobile
2
2
  module Rails
3
3
  major = 0
4
4
  minor = 2
5
- tiny = 1
5
+ tiny = 2
6
6
  #pre = "a"
7
7
 
8
8
  VERSION = [major, minor, tiny].compact.join('.')
@@ -820,14 +820,14 @@ a.ui-link-inherit {
820
820
  .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
821
821
  .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
822
822
  .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
823
- background-image: url(<% asset_path 'jquerymobile/icons-36-white.png' %>);
823
+ background-image: url(<%= asset_path 'jquerymobile/icons-36-white.png' %>);
824
824
  -moz-background-size: 776px 18px;
825
825
  -o-background-size: 776px 18px;
826
826
  -webkit-background-size: 776px 18px;
827
827
  background-size: 776px 18px;
828
828
  }
829
829
  .ui-icon-alt {
830
- background-image: url(<% asset_path 'jquerymobile/icons-36-black.png' %>);
830
+ background-image: url(<%= asset_path 'jquerymobile/icons-36-black.png' %>);
831
831
  }
832
832
  }
833
833
  /* plus minus */
@@ -917,7 +917,7 @@ a.ui-link-inherit {
917
917
  }
918
918
  /* loading icon */
919
919
  .ui-icon-loading {
920
- background: url(<% asset_path 'jquerymobile/ajax-loader.gif' %>);
920
+ background: url(<%= asset_path 'jquerymobile/ajax-loader.gif' %>);
921
921
  background-size: 46px 46px;
922
922
  }
923
923
  /* Button corner classes
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquerymobile-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Kurt Rudolph
8
+ - Kurt Robert Rudolph
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-22 00:00:00.000000000 Z
12
+ date: 2012-05-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: 0.9.2
30
30
  description: This gem incorporates jQueryMobile into the assets of your Rails application.
31
31
  email:
32
- - RubyGems@rudyindustries.com
32
+ - jQueryMobile-Rails.RubyGems@RudyIndustries.com
33
33
  executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
@@ -50,7 +50,7 @@ files:
50
50
  - vendor/assets/images/jquerymobile/icons-36-white.png
51
51
  - vendor/assets/javascripts/jquerymobile.js
52
52
  - vendor/assets/stylesheets/jquerymobile.css.erb
53
- homepage: http://rudyindustries.github.com/jquerymobile-rails
53
+ homepage: http://RudyIndustries.GitHub.com/jquerymobile-rails
54
54
  licenses: []
55
55
  post_install_message:
56
56
  rdoc_options: []
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  requirements: []
72
72
  rubyforge_project:
73
- rubygems_version: 1.8.21
73
+ rubygems_version: 1.8.24
74
74
  signing_key:
75
75
  specification_version: 3
76
76
  summary: jQueryMobile! For Rails! So Great.