mobile_version 0.0.4 → 0.0.5

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.
@@ -1,3 +1,3 @@
1
1
  module MobileVersion
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
7
7
  s.version = MobileVersion::VERSION
8
8
  s.authors = ["Marc Essindi"]
9
9
  s.email = ["marc.essindi@dunkelbraun.com"]
10
- s.homepage = ""
11
- s.summary = "Test"
10
+ s.homepage = "https://github.com/dunkelbraun/Mobile-Version"
11
+ s.summary = "Render mobile browser versions of your views in Rails with zero-configuration."
12
12
 
13
13
  s.files = `git ls-files`.split("\n")
14
14
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobile_version
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Marc Essindi
@@ -157,7 +157,7 @@ files:
157
157
  - test/dummy/script/rails
158
158
  - test/mobile_version_test.rb
159
159
  - test/test_helper.rb
160
- homepage: ""
160
+ homepage: https://github.com/dunkelbraun/Mobile-Version
161
161
  licenses: []
162
162
 
163
163
  post_install_message:
@@ -189,7 +189,7 @@ rubyforge_project:
189
189
  rubygems_version: 1.8.10
190
190
  signing_key:
191
191
  specification_version: 3
192
- summary: Test
192
+ summary: Render mobile browser versions of your views in Rails with zero-configuration.
193
193
  test_files:
194
194
  - test/dummy/.DS_Store
195
195
  - test/dummy/Rakefile