spring-commands-rspec 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: 8d2112f6ca535456c4d3b98becc580176eb15d15
4
- data.tar.gz: 69adaa041f70d5e7cf7c224527042c5852038227
3
+ metadata.gz: 2eaeeb249e3641e6e663c132d29c9ea9853ac905
4
+ data.tar.gz: e2749307af534784e79814674d35b451a55ae9e6
5
5
  SHA512:
6
- metadata.gz: 3afaa7e96d2600fcf8bfa8d43c27c33518cc18d6dd7748fae1fe25dd1266be4c6a112340964cd980bd9e48ec1e39b60cf2e6e44d59201f7cee83efc2b7173658
7
- data.tar.gz: 617109b24ccf451b9084cf930b57568eaea2a8b5d8a5f8307720962ea3d2a38c2ac7837dddbcdef46394667dd57d327b5ff31ff1c0f5e0ed22545a5908ff9418
6
+ metadata.gz: 99950d0a88d3906528124abb3746fc8e7843494bdd7874cc45994bf1a990d6f125b251257e69851f4b8053835da2c81d29dbc05375ef411a618ca5fb3fc70799
7
+ data.tar.gz: 7ed393f1e98f83854ea1706db0284e46e63a0453e65318c4273cc74c878f6f0866ffc3c1331eb92f4be8129edc38e3699f24c2bc118cb25168cddc1dc58a8fc7
data/README.md CHANGED
@@ -5,14 +5,8 @@ This gem implements the `rspec` command for
5
5
 
6
6
  ## Usage
7
7
 
8
- Add to the `development` group in your Gemfile:
8
+ Add to your Gemfile:
9
9
 
10
10
  ``` ruby
11
11
  gem "spring-commands-rspec"
12
12
  ```
13
-
14
- Add to your `config/spring.rb`:
15
-
16
- ``` ruby
17
- require "spring/commands/rspec"
18
- ```
@@ -0,0 +1,3 @@
1
+ if defined?(Spring.register_command)
2
+ require "spring/commands/rspec"
3
+ end
@@ -11,5 +11,6 @@ module Spring
11
11
  end
12
12
 
13
13
  Spring.register_command "rspec", RSpec.new
14
+ Spring::Commands::Rake.environment_matchers[/^spec($|:)/] = "test"
14
15
  end
15
16
  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.0"
7
+ spec.version = "1.0.1"
8
8
  spec.authors = ["Jon Leighton"]
9
9
  spec.email = ["j@jonathanleighton.com"]
10
10
  spec.description = %q{rspec command for spring}
@@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
17
17
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
18
  spec.require_paths = ["lib"]
19
19
 
20
+ spec.add_dependency "spring", ">= 0.9.1"
21
+
20
22
  spec.add_development_dependency "bundler", "~> 1.3"
21
23
  spec.add_development_dependency "rake"
22
24
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spring-commands-rspec
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
  - Jon Leighton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-19 00:00:00.000000000 Z
11
+ date: 2013-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: spring
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: 0.9.1
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: 0.9.1
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: bundler
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -49,6 +63,7 @@ files:
49
63
  - LICENSE.txt
50
64
  - README.md
51
65
  - Rakefile
66
+ - lib/spring-commands-rspec.rb
52
67
  - lib/spring/commands/rspec.rb
53
68
  - spring-commands-rspec.gemspec
54
69
  homepage: ''
@@ -76,3 +91,4 @@ signing_key:
76
91
  specification_version: 4
77
92
  summary: rspec command for spring
78
93
  test_files: []
94
+ has_rdoc: