mobilify 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Mobilify
2
+ [![Gem Version](https://badge.fury.io/rb/mobilify.png)](http://badge.fury.io/rb/mobilify)
2
3
 
3
4
  We don't like to maintain a lot of test code. Which means, we don't want to rewrite the same tests for the same web application on different platforms. It's easy when those different platforms are browsers, because the site doesn't change much (at all?).
4
5
 
@@ -1,3 +1,3 @@
1
1
  module Mobilify
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Mobilify::VERSION
9
9
  spec.authors = ["Johnson Denen"]
10
10
  spec.email = ["jdenen@manta.com"]
11
- spec.description = %q{Make your mobile testing easier with mobilified page objects}
12
- spec.summary = %q{Make your mobile testing easier with mobilified page objects}
11
+ spec.description = %q{switch seamlessly between page-object methods when testing your web app at different sizes}
12
+ spec.summary = %q{switch seamlessly between page-object methods when testing your web app at different sizes}
13
13
  spec.homepage = "http://github.com/jdenen/mobilify"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobilify
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-17 00:00:00.000000000 Z
12
+ date: 2014-01-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: page-object
@@ -107,7 +107,8 @@ dependencies:
107
107
  - - ! '>='
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
- description: Make your mobile testing easier with mobilified page objects
110
+ description: switch seamlessly between page-object methods when testing your web app
111
+ at different sizes
111
112
  email:
112
113
  - jdenen@manta.com
113
114
  executables: []
@@ -150,10 +151,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
151
  version: '0'
151
152
  requirements: []
152
153
  rubyforge_project:
153
- rubygems_version: 1.8.25
154
+ rubygems_version: 1.8.23
154
155
  signing_key:
155
156
  specification_version: 3
156
- summary: Make your mobile testing easier with mobilified page objects
157
+ summary: switch seamlessly between page-object methods when testing your web app at
158
+ different sizes
157
159
  test_files:
158
160
  - features/desktop_link.feature
159
161
  - features/mobile_link.feature
@@ -162,4 +164,3 @@ test_files:
162
164
  - features/support/env.rb
163
165
  - features/support/hooks.rb
164
166
  - features/support/manta_page.rb
165
- has_rdoc: