rspec-example_steps 0.0.1 → 0.0.2

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.
@@ -1,3 +1,8 @@
1
+ require 'rspec/core/formatters/base_formatter'
2
+ require 'rspec/core/formatters/documentation_formatter'
3
+ require "rspec/core/example_group"
4
+ require 'rspec/core/reporter'
5
+
1
6
  require 'rspec/example_steps/base_formatter'
2
7
  require 'rspec/example_steps/documentation_formatter'
3
8
  require "rspec/example_steps/example_group"
@@ -3,10 +3,10 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "rspec-example_steps"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["Andriy Yanko"]
8
8
  s.email = ["andriy.yanko@gmail.com"]
9
- s.homepage = ""
9
+ s.homepage = "https://github.com/railsware/rspec-example_steps"
10
10
  s.summary = %q{Given/When/Then steps for RSpec examples}
11
11
 
12
12
  s.rubyforge_project = "rspec_example_steps"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-example_steps
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andriy Yanko
@@ -55,7 +55,7 @@ files:
55
55
  - lib/rspec/example_steps/reporter.rb
56
56
  - rspec-example_steps.gemspec
57
57
  has_rdoc: true
58
- homepage: ""
58
+ homepage: https://github.com/railsware/rspec-example_steps
59
59
  licenses: []
60
60
 
61
61
  post_install_message: