rspec-spy_on 0.0.1.pre → 0.0.1.pre1

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: e00f959800eae480bcf133cba5491e7605aa7810
4
- data.tar.gz: 5b8708b21f181545e36d4c9bc2e9858a5fd64e54
3
+ metadata.gz: 87ffce908a11d125c189b047a4c5802844e7fa11
4
+ data.tar.gz: 72355920e47511cf00dd43a6ea261668f247229e
5
5
  SHA512:
6
- metadata.gz: c8d61dca39e0f65511d5709951809ffff7ccff1ccb54606596e74293124bcfa7ea9b2bdd634132ccfdf4705658d460a135a30cefd81da6cbcb7a496ff73bbbba
7
- data.tar.gz: d248fc9ec96dfa9fe08004e649dd8ad6305e5ff02c2feb44e872d0c84ccd87aec545c6d7c377cbd1a3568260ebffcc5cdc1240eadb975cb1d9f0a668da7f5efb
6
+ metadata.gz: 3e9fd16483a5432b01211e0412932f7ef3b404d480a621fe9145c1ac3ee1c844116d6fc65d64bdf9ee71d7554d88722c50d3721bfa88207b09c722e45e140ff7
7
+ data.tar.gz: c441b450ce7d1f66ebe3422b4a510331fb67bf7318a3a6038c71fe726a9da9f5e744b75e624e0db89eb2cfc1e515a556ea02238090f09cd98933f4bfce73469a
@@ -1,5 +1,5 @@
1
1
  module Rspec
2
2
  module SpyOn
3
- VERSION = "0.0.1.pre"
3
+ VERSION = "0.0.1.pre1"
4
4
  end
5
5
  end
data/rspec-spy_on.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["thomas@holmes.io"]
11
11
  spec.description = %q{Use test spies more easily with the `spy_on` method}
12
12
  spec.summary = spec.description
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/thomas-holmes/rspec-spy_on"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-spy_on
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre
4
+ version: 0.0.1.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Holmes
@@ -103,7 +103,7 @@ files:
103
103
  - spec/spec_helper.rb
104
104
  - yard/template/default/fulldoc/html/css/rspec.css
105
105
  - yard/template/default/layout/html/setup.rb
106
- homepage: ''
106
+ homepage: https://github.com/thomas-holmes/rspec-spy_on
107
107
  licenses:
108
108
  - MIT
109
109
  metadata: {}