subelsky_power_tools 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ v1.2.3
2
+ =====
3
+ * Fix PageLoadAssertions typo!
4
+
1
5
  v1.2.2
2
6
  ======
3
7
  * Added PageLoadAssertions for capybara
@@ -1,5 +1,5 @@
1
1
  # assertions for use with Capybara
2
- module PageLoadAssertons
2
+ module PageLoadAssertions
3
3
  def visit!(path,*args)
4
4
  visit path,*args
5
5
  should_load(path)
@@ -1,3 +1,3 @@
1
1
  module SubelskyPowerTools
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subelsky_power_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
17
- requirement: &2157374260 !ruby/object:Gem::Requirement
17
+ requirement: &2161514520 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '0'
23
23
  type: :development
24
24
  prerelease: false
25
- version_requirements: *2157374260
25
+ version_requirements: *2161514520
26
26
  description: ! "This is a collection of Ruby extensions and utilities I've been carting
27
27
  around from project to project. \nMany are taken from the Facets project (I just
28
28
  don't want to include that whole gem in my codebases).\n"