rspec-console 0.2.1 → 0.2.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.
@@ -30,7 +30,7 @@ class RSpecConsole::ConfigCache
30
30
  config.send(msg[:method], *msg[:args], &msg[:block])
31
31
  end
32
32
  end
33
- ::RSpec.world.shared_example_groups.merge!(self.shared_examples_groups)
33
+ ::RSpec.world.shared_example_groups.merge!(self.shared_examples_groups || {})
34
34
 
35
35
  else
36
36
  # record
@@ -1,3 +1,3 @@
1
1
  module RSpecConsole
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
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: 2012-12-22 00:00:00.000000000 Z
12
+ date: 2013-02-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails-env-switcher
@@ -34,11 +34,11 @@ executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
37
- - lib/rspec-console/config_cache.rb
37
+ - lib/rspec-console.rb
38
38
  - lib/rspec-console/pry.rb
39
39
  - lib/rspec-console/runner.rb
40
+ - lib/rspec-console/config_cache.rb
40
41
  - lib/rspec-console/version.rb
41
- - lib/rspec-console.rb
42
42
  - README.md
43
43
  homepage: http://github.com/nviennot/rspec-console
44
44
  licenses: []
@@ -60,9 +60,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 1.8.24
63
+ rubygems_version: 1.8.23
64
64
  signing_key:
65
65
  specification_version: 3
66
66
  summary: Run RSpec tests in your console
67
67
  test_files: []
68
- has_rdoc: false