spring-commands-rspec 1.0.3 → 1.0.4

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: f185e0ea80298b2c6f5484657f57fc43885d4883
4
- data.tar.gz: b148607b77544e9bd6a9e02a3cc0f424e1b8becb
3
+ metadata.gz: 64b8fa7cdd935748f2c45d0f2381d6af7fe804db
4
+ data.tar.gz: a268c9fdb72a8691052e7e01feab2ebf1c26b3d4
5
5
  SHA512:
6
- metadata.gz: 1d48b2ed29a338a13218e4fa47f810258ade556ca2cfc1360233a9c6a5873d1ca47fb2472b8a4814f02c099752fdf3e37cf05e6e152696c3fe815d347bfa41a2
7
- data.tar.gz: eb551d485c815ee3209cc801d1d17c031058aca00b1c0bdbeacbd6ec2fd7b870f647cf0cb99d33a1d3f6e3b9f0c29fc24f61d718eea47a79a0f24eb4cb25a188
6
+ metadata.gz: edf7ef0156588032187d8eb778ef7dff6babd5021c13f65b994f1582820433c153f6f957e5fcc17759cf1f25aad578b038f24810cb553a5bd70a298d91e8f8e1
7
+ data.tar.gz: 7d84fb9142d7d554c6ef8881b7e283236dfe59f29e4475fa6e431ee5335c5fdf3e3744220efacd656b5d74bfa50ca67fd9e70c29a23cf1bd7eb9198d19daebe7
@@ -14,7 +14,7 @@ module Spring
14
14
  end
15
15
 
16
16
  def call
17
- ::RSpec.configuration.start_time = Time.now if defined?(::RSpec.configuration)
17
+ ::RSpec.configuration.start_time = Time.now if defined?(::RSpec.configuration.start_time)
18
18
  load Gem.bin_path(gem_name, exec_name)
19
19
  end
20
20
  end
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "spring-commands-rspec"
7
- spec.version = "1.0.3"
7
+ spec.version = "1.0.4"
8
8
  spec.authors = ["Jon Leighton"]
9
9
  spec.email = ["j@jonathanleighton.com"]
10
10
  spec.description = %q{rspec command for spring}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spring-commands-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Leighton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-09 00:00:00.000000000 Z
11
+ date: 2014-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spring