page_navigation 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ === Version 0.4 / 2013-1-28
2
+ * Fixed typo in homepage entry for gemspec
3
+
1
4
  === Version 0.3 / 2013-1-26
2
5
  * Fixed issue when navigating from a page to the same page
3
6
 
@@ -1,3 +1,3 @@
1
1
  module PageNavigation
2
- VERSION = "0.3"
2
+ VERSION = "0.4"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.platform = Gem::Platform::RUBY
10
10
  gem.authors = ["Jeffrey S. Morgan"]
11
11
  gem.email = ["jeff.morgan@leandog.com"]
12
- gem.homepage = "http://github.com/cheezy/page_naigation"
12
+ gem.homepage = "http://github.com/cheezy/page_navigation"
13
13
  gem.description = %q{Provides basic navigation through a collection of items that use the PageObject pattern.}
14
14
  gem.summary = %q{Provides basic navigation through a collection of items that use the PageObject pattern.}
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: page_navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: '0.4'
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-01-27 00:00:00.000000000 Z
12
+ date: 2013-01-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -49,7 +49,7 @@ files:
49
49
  - page_navigation.gemspec
50
50
  - spec/lib/page_navigation_spec.rb
51
51
  - spec/spec_helper.rb
52
- homepage: http://github.com/cheezy/page_naigation
52
+ homepage: http://github.com/cheezy/page_navigation
53
53
  licenses: []
54
54
  post_install_message:
55
55
  rdoc_options: []
@@ -63,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  version: '0'
64
64
  segments:
65
65
  - 0
66
- hash: -751630789489587890
66
+ hash: -1356991560583607743
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  none: false
69
69
  requirements:
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  segments:
74
74
  - 0
75
- hash: -751630789489587890
75
+ hash: -1356991560583607743
76
76
  requirements: []
77
77
  rubyforge_project: page_naigation
78
78
  rubygems_version: 1.8.24