jquerymobile-rails 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +8 -3
- data/jquerymobile-rails.gemspec +2 -2
- data/lib/jquerymobile-rails/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# jQueryMobile-rails
|
|
2
2
|
|
|
3
|
-
jQueryMobile! For Rails! So
|
|
3
|
+
jQueryMobile! For Rails! So Great.
|
|
4
4
|
|
|
5
5
|
### Description
|
|
6
6
|
|
|
@@ -34,6 +34,11 @@ The following will need to be added to the file `app/assets/stylesheets/applicat
|
|
|
34
34
|
|
|
35
35
|
This gem does not support Rails versions preceeding 3.1.
|
|
36
36
|
|
|
37
|
+
## Bugs
|
|
38
|
+
|
|
39
|
+
Please submit bugs any bugs found in the project [here](https://github.com/RudyIndustries/jquerymobile-rails/issues),
|
|
40
|
+
we appreaciate your help improving jQueryMobile-Rails.
|
|
41
|
+
|
|
37
42
|
## Future Work
|
|
38
43
|
|
|
39
44
|
This gem looks to serve not only as a means of elegantly incorportating jQueryMobile into your
|
|
@@ -45,5 +50,5 @@ In progress development tasks include:
|
|
|
45
50
|
* Incorporating [jQueryMobile Icon Pack](https://github.com/commadelimited/jQuery-Mobile-Icon-Pack)
|
|
46
51
|
|
|
47
52
|
### Suggestions
|
|
48
|
-
Please let us know if you have suggestions contact RubyGems@RudyIndustries.com. The google group is publically vieable
|
|
49
|
-
[here](https://groups.google.com/a/rudyindustries.com/group/RubyGems/topics). Thanks!
|
|
53
|
+
Please let us know if you have suggestions contact jQueryMobile-Rails.RubyGems@RudyIndustries.com. The google group is publically vieable
|
|
54
|
+
[here](https://groups.google.com/a/rudyindustries.com/group/jQueryMobile-Rails.RubyGems/topics). Thanks!
|
data/jquerymobile-rails.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = ["Kurt Rudolph"]
|
|
10
10
|
s.email = ["RubyGems@rudyindustries.com"]
|
|
11
11
|
s.homepage = "http://rudyindustries.github.com/jquerymobile-rails"
|
|
12
|
-
s.summary = "jQueryMobile! For Rails! So
|
|
13
|
-
s.description = "This gem incorporates the
|
|
12
|
+
s.summary = "jQueryMobile! For Rails! So Great."
|
|
13
|
+
s.description = "This gem incorporates jQueryMobile into the assets of your Rails application."
|
|
14
14
|
|
|
15
15
|
s.files = `git ls-files`.split("\n")
|
|
16
16
|
s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquerymobile-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-04-
|
|
12
|
+
date: 2012-04-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 0.9.2
|
|
30
|
-
description: This gem incorporates the
|
|
30
|
+
description: This gem incorporates jQueryMobile into the assets of your Rails application.
|
|
31
31
|
email:
|
|
32
32
|
- RubyGems@rudyindustries.com
|
|
33
33
|
executables: []
|
|
@@ -73,6 +73,6 @@ rubyforge_project:
|
|
|
73
73
|
rubygems_version: 1.8.21
|
|
74
74
|
signing_key:
|
|
75
75
|
specification_version: 3
|
|
76
|
-
summary: jQueryMobile! For Rails! So
|
|
76
|
+
summary: jQueryMobile! For Rails! So Great.
|
|
77
77
|
test_files: []
|
|
78
78
|
has_rdoc:
|