mobile_fu-rails3 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.DS_Store CHANGED
Binary file
data/README.rdoc CHANGED
@@ -7,9 +7,8 @@ of the request from :html to :mobile.
7
7
 
8
8
  == Rails 3 Compatibility
9
9
 
10
- There are already some versions of Mobile Fu that are compatible with Rails 3,
11
- however they use old conventions for gem initialization. This is a rewrite
12
- of the plugin using current conventions.
10
+ This is a fork of brendanlim's mobile-fu that incorporates railties as well as
11
+ several other tweaks.
13
12
 
14
13
  == Usage
15
14
 
Binary file
@@ -3,10 +3,10 @@ $:.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.1"
7
- s.authors = ["Jori Hardman"]
8
- s.email = ["jorihardman@gmail.com"]
9
- s.homepage = "https://github.com/jyro215/mobile_fu-rails3"
6
+ s.version = "1.0.2"
7
+ s.authors = ["Brendan Lim", "Jori Hardman"]
8
+ s.email = ["brendangl@gmail.com", "jorihardman@gmail.com"]
9
+ s.homepage = "https://github.com/jyro215/mobile-fu"
10
10
  s.summary = "Easily handling of mobile requests in action controller."
11
11
  s.description = "This is a rewrite of the mobile-fu gem using Rails 3 railties."
12
12
 
metadata CHANGED
@@ -1,20 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobile_fu-rails3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
+ - Brendan Lim
8
9
  - Jori Hardman
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2011-07-23 00:00:00.000000000 -07:00
13
+ date: 2011-07-24 00:00:00.000000000 -07:00
13
14
  default_executable:
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: rails
17
- requirement: &2169471620 !ruby/object:Gem::Requirement
18
+ requirement: &2165710500 !ruby/object:Gem::Requirement
18
19
  none: false
19
20
  requirements:
20
21
  - - ! '>='
@@ -22,16 +23,16 @@ dependencies:
22
23
  version: 3.0.0
23
24
  type: :runtime
24
25
  prerelease: false
25
- version_requirements: *2169471620
26
+ version_requirements: *2165710500
26
27
  description: This is a rewrite of the mobile-fu gem using Rails 3 railties.
27
28
  email:
29
+ - brendangl@gmail.com
28
30
  - jorihardman@gmail.com
29
31
  executables: []
30
32
  extensions: []
31
33
  extra_rdoc_files: []
32
34
  files:
33
35
  - .DS_Store
34
- - .gitignore
35
36
  - Gemfile
36
37
  - README.rdoc
37
38
  - Rakefile
@@ -41,9 +42,10 @@ files:
41
42
  - lib/mobile_fu/helper_methods.rb
42
43
  - lib/mobile_fu/mobilized_styles.rb
43
44
  - lib/mobile_fu/railtie.rb
45
+ - mobile_fu-rails3-1.0.1.gem
44
46
  - mobile_fu-rails3.gemspec
45
47
  has_rdoc: true
46
- homepage: https://github.com/jyro215/mobile_fu-rails3
48
+ homepage: https://github.com/jyro215/mobile-fu
47
49
  licenses: []
48
50
  post_install_message:
49
51
  rdoc_options: []
data/.gitignore DELETED
@@ -1,4 +0,0 @@
1
- *.gem
2
- .bundle
3
- Gemfile.lock
4
- pkg/*