spec_run_queue 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,3 @@
1
1
  module SpecRunQueue
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Brendon Murphy"]
10
10
  s.email = ["xternal1+github@gmail.com"]
11
- s.homepage = ""
11
+ s.homepage = "https://github.com/bemurphy/spec_run_queue"
12
12
  s.summary = %q{Use a queue to run specs outside your editor}
13
13
  s.description = %q{Use a queue to run specs outside your editor}
14
14
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spec_run_queue
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
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
  - Brendon Murphy
@@ -51,7 +51,7 @@ files:
51
51
  - spec/system_runner_spec.rb
52
52
  - spec_run_queue.gemspec
53
53
  has_rdoc: true
54
- homepage: ""
54
+ homepage: https://github.com/bemurphy/spec_run_queue
55
55
  licenses: []
56
56
 
57
57
  post_install_message: