rspec-steps 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: feeff714af8dab45f65c914f485a8106a4b86940
4
- data.tar.gz: e18ec6c20e2fac92749ef351323b6d4fa33b7bf2
3
+ metadata.gz: 73e3cb55f6fe4af71bcd6f44a64f284f1df1c150
4
+ data.tar.gz: e066e7cbe7255a932f2c51cc454f0c176896d6ec
5
5
  SHA512:
6
- metadata.gz: ddc384403a0f28313483f99613d16c2c35a643777ac605c6de3e709f8693e074a801c0e995f4cceadd8d77730d096995187cbdac1c87e7ee573f7adf6159223d
7
- data.tar.gz: 61c444f82fa0ed67bb53eaa5b534fcc88aa1ae413c73d4b7d7040b340f50b4598190a666469714a6eeec947776e239f7e1e527a3eabd600a086895a748e740de
6
+ metadata.gz: 2c34bed95b13ee2f93c3de64696a967f051e4a81cb9431ad888d993e3e6448fa90d7aa4129771f13d22e6ae7976a55ff681838ec315b3c5afcbd3a806dea6ae4
7
+ data.tar.gz: 19944baa9fa268ed9f3eb060d88f709a19070d1cebad8edab047a569f9c4cdbe4130f74f5dbc61d7bb2b7a1c91e80c71ab8a23e58e4ca5bc576e53da11d71fbc
data/lib/rspec-steps.rb CHANGED
@@ -1,3 +1,4 @@
1
1
  require 'rspec-steps/duckpunch/object-extensions'
2
2
  require 'rspec-steps/duckpunch/example-group'
3
3
  require 'rspec-steps/duckpunch/example'
4
+ require 'rspec-steps/duckpunch/hooks'
@@ -0,0 +1,7 @@
1
+ require 'rspec/core/hooks'
2
+
3
+ module RSpec::Core::Hooks
4
+ class HookCollections
5
+ SCOPES << :step
6
+ end
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-steps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Judson Lester
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-08 00:00:00.000000000 Z
12
+ date: 2014-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: corundum
@@ -193,6 +193,7 @@ files:
193
193
  - lib/rspec-steps/stepwise.rb
194
194
  - lib/rspec-steps/duckpunch/example-group.rb
195
195
  - lib/rspec-steps/duckpunch/example.rb
196
+ - lib/rspec-steps/duckpunch/hooks.rb
196
197
  - lib/rspec-steps/duckpunch/object-extensions.rb
197
198
  - doc/README
198
199
  - doc/Specifications
@@ -329,7 +330,7 @@ rdoc_options:
329
330
  - --main
330
331
  - doc/README
331
332
  - --title
332
- - rspec-steps-1.0.0 RDoc
333
+ - rspec-steps-1.0.1 RDoc
333
334
  require_paths:
334
335
  - lib/
335
336
  required_ruby_version: !ruby/object:Gem::Requirement