rspec-console 0.2.4 → 0.2.5
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 +15 -0
- data/lib/rspec-console/config_cache.rb +1 -1
- data/lib/rspec-console/version.rb +1 -1
- metadata +9 -13
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
ZWU5MDVkMzNhM2I0Mjg4ZWQ1NzczMTI1NGE0NDIxNmJmOTc5ZmViMA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
MTgwNDAxMWFkZjU5OTUxZDhiZTA3ZGNmOTA1YTZiNDUxMjY4MDcyYg==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
ZjZlNTZmZDU0NTY4Yzk2ZGFmYWE5N2FhMDk1ZmMxOGExOWVhMTEzYmQ3Mjg3
|
|
10
|
+
ODcxOTRlMWI0YTMxY2E1ZjQ4MWVhYTMyZDE4MWJkZTRiYTZkZDBjODM0Nzk2
|
|
11
|
+
OWM3MTk3OTFlNGM4MmNjNDk1YjgxZTA1MzE2ZDg3NmEwYTM0OWI=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NmU4OGYxMjU4YmQ4Mjk5MzZjNDAyMTRiMDg5OWI3OTJkODU1ZjZlOTk2ZGE0
|
|
14
|
+
MWRlNGRkNjA5ZjJkYzk3YjMxODBmOGE4NzEwYWJlYjExZjVlOWU1NWFiZDIz
|
|
15
|
+
NDgxNGEwY2JlNmI2NDVhYjg4ZGE3MzhlOTE2NWViOGQ5NzUyMGU=
|
|
@@ -50,7 +50,7 @@ class RSpecConsole::ConfigCache
|
|
|
50
50
|
# Well, instead of copying them, we redirect them to the configuration
|
|
51
51
|
# proxy. Looks like it good enough.
|
|
52
52
|
proxy = self.proxy
|
|
53
|
-
::RSpec.configuration.
|
|
53
|
+
::RSpec.configuration.singleton_class.send :define_method, :method_missing, lambda do |method, *args, &block|
|
|
54
54
|
proxy.send(method, *args, &block)
|
|
55
55
|
end
|
|
56
56
|
|
metadata
CHANGED
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-console
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.2.5
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Nicolas Viennot
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-10-18 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
+
type: :runtime
|
|
15
|
+
prerelease: false
|
|
15
16
|
name: rails-env-switcher
|
|
16
17
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '0'
|
|
22
|
-
type: :runtime
|
|
23
|
-
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
24
|
- - ! '>='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
@@ -34,35 +31,34 @@ executables: []
|
|
|
34
31
|
extensions: []
|
|
35
32
|
extra_rdoc_files: []
|
|
36
33
|
files:
|
|
34
|
+
- lib/rspec-console.rb
|
|
37
35
|
- lib/rspec-console/pry.rb
|
|
38
36
|
- lib/rspec-console/runner.rb
|
|
39
|
-
- lib/rspec-console/version.rb
|
|
40
37
|
- lib/rspec-console/config_cache.rb
|
|
41
|
-
- lib/rspec-console.rb
|
|
38
|
+
- lib/rspec-console/version.rb
|
|
42
39
|
- README.md
|
|
43
40
|
homepage: http://github.com/nviennot/rspec-console
|
|
44
41
|
licenses: []
|
|
42
|
+
metadata: {}
|
|
45
43
|
post_install_message:
|
|
46
44
|
rdoc_options: []
|
|
47
45
|
require_paths:
|
|
48
46
|
- lib
|
|
49
47
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
50
|
-
none: false
|
|
51
48
|
requirements:
|
|
52
49
|
- - ! '>='
|
|
53
50
|
- !ruby/object:Gem::Version
|
|
54
51
|
version: '0'
|
|
55
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
|
-
none: false
|
|
57
53
|
requirements:
|
|
58
54
|
- - ! '>='
|
|
59
55
|
- !ruby/object:Gem::Version
|
|
60
56
|
version: '0'
|
|
61
57
|
requirements: []
|
|
62
58
|
rubyforge_project:
|
|
63
|
-
rubygems_version:
|
|
59
|
+
rubygems_version: 2.0.7
|
|
64
60
|
signing_key:
|
|
65
|
-
specification_version:
|
|
61
|
+
specification_version: 4
|
|
66
62
|
summary: Run RSpec tests in your console
|
|
67
63
|
test_files: []
|
|
68
64
|
has_rdoc: false
|