mobile_version 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/.DS_Store +0 -0
- data/lib/mobile_version/version.rb +1 -1
- data/mobile_version.gemspec +1 -1
- metadata +6 -5
data/.DS_Store
ADDED
Binary file
|
data/mobile_version.gemspec
CHANGED
@@ -7,7 +7,7 @@ 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 = "https://github.com/dunkelbraun/
|
10
|
+
s.homepage = "https://github.com/dunkelbraun/mobile_version"
|
11
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")
|
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:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 6
|
10
|
+
version: 0.0.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Marc Essindi
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-10-
|
18
|
+
date: 2011-10-31 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rails
|
@@ -103,6 +103,7 @@ extensions: []
|
|
103
103
|
extra_rdoc_files: []
|
104
104
|
|
105
105
|
files:
|
106
|
+
- .DS_Store
|
106
107
|
- .gitignore
|
107
108
|
- Gemfile
|
108
109
|
- MIT-LICENSE
|
@@ -157,7 +158,7 @@ files:
|
|
157
158
|
- test/dummy/script/rails
|
158
159
|
- test/mobile_version_test.rb
|
159
160
|
- test/test_helper.rb
|
160
|
-
homepage: https://github.com/dunkelbraun/
|
161
|
+
homepage: https://github.com/dunkelbraun/mobile_version
|
161
162
|
licenses: []
|
162
163
|
|
163
164
|
post_install_message:
|