mobile_fu-rails3 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. data/mobile_fu-rails3.gemspec +3 -3
  2. metadata +4 -4
@@ -3,12 +3,12 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "mobile_fu-rails3"
6
- s.version = "1.0.0"
6
+ s.version = "1.0.1"
7
7
  s.authors = ["Jori Hardman"]
8
8
  s.email = ["jorihardman@gmail.com"]
9
9
  s.homepage = "https://github.com/jyro215/mobile_fu-rails3"
10
10
  s.summary = "Easily handling of mobile requests in action controller."
11
- s.description = "This is a rewrite of the mobile-fu gem using Rails 3 railsties."
11
+ s.description = "This is a rewrite of the mobile-fu gem using Rails 3 railties."
12
12
 
13
13
  s.rubyforge_project = "mobile_fu-rails3"
14
14
 
@@ -18,4 +18,4 @@ Gem::Specification.new do |s|
18
18
  s.require_paths = ["lib"]
19
19
 
20
20
  s.add_dependency("rails", ">= 3.0.0")
21
- end
21
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobile_fu-rails3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
17
- requirement: &2168726260 !ruby/object:Gem::Requirement
17
+ requirement: &2169471620 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,8 +22,8 @@ dependencies:
22
22
  version: 3.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2168726260
26
- description: This is a rewrite of the mobile-fu gem using Rails 3 railsties.
25
+ version_requirements: *2169471620
26
+ description: This is a rewrite of the mobile-fu gem using Rails 3 railties.
27
27
  email:
28
28
  - jorihardman@gmail.com
29
29
  executables: []