rails-jquerymobile 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module RailsJquerymobile
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Chris"]
10
10
  s.email = ["christian.oloff+gem@gmail.com"]
11
11
  s.homepage = "https://github.com/Chris927/rails-jquerymobile"
12
- s.summary = "Use Jquerymobile in a Rails application."
13
- s.description = "Nuf said."
12
+ s.summary = "Use jQuery Mobile in a Rails application."
13
+ s.description = "Use jQuery Mobile in a Rails application by adding a :mobile format, and by adding a mobile layout that references jQuery Mobile"
14
14
  s.rubyforge_project = "rails-jquerymobile"
15
15
 
16
16
  s.files = `git ls-files`.split("\n")
@@ -19,7 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
  s.add_dependency 'rails'
22
- # s.add_development_dependency('rspec')
23
22
  [ ].each do |d| # no dependencies right now ;)
24
23
  s.add_development_dependency d
25
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-jquerymobile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-20 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2156867720 !ruby/object:Gem::Requirement
16
+ requirement: &2153380820 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,8 +21,9 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156867720
25
- description: Nuf said.
24
+ version_requirements: *2153380820
25
+ description: Use jQuery Mobile in a Rails application by adding a :mobile format,
26
+ and by adding a mobile layout that references jQuery Mobile
26
27
  email:
27
28
  - christian.oloff+gem@gmail.com
28
29
  executables: []
@@ -61,5 +62,5 @@ rubyforge_project: rails-jquerymobile
61
62
  rubygems_version: 1.8.6
62
63
  signing_key:
63
64
  specification_version: 3
64
- summary: Use Jquerymobile in a Rails application.
65
+ summary: Use jQuery Mobile in a Rails application.
65
66
  test_files: []