rspec-memory 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
  SHA256:
3
- metadata.gz: 0a4c2e285080325137845f068d8b7a94e03b495b7290537d3642233122ebfc01
4
- data.tar.gz: 84b2fd6ff30ed7759d0691c556f771b0732a87687fcd518dc066d6a6c793be2e
3
+ metadata.gz: 7de261a94a0fa38559c3ac73379c18191e0e0b53487323213e79b87f3e46e7c2
4
+ data.tar.gz: 9f4bf36aa24ce004d3dc5a9112cdf5c843adc4378ff110de9e04159fd06485e0
5
5
  SHA512:
6
- metadata.gz: 3bfaf9c3914b29f48285dc720f7bc30ad854ebd8ac765de34678488d7064ba613c76fbdaafd1af0810d24ef6f28c76306b90e71d5b21d77c55acbabc5e800b60
7
- data.tar.gz: 1df26e162deaad5d6e32620d6940930fa0bc490e263adf2555e831ce645b25a3c26e3360d31d24a4a7d7ddcc91f085b0b8b88ea07f520ff82c2929cb6b30d2c3
6
+ metadata.gz: 3d47aaa5c81e103e4b3f4bbc1e3e015f3fda3347c3f3971dfa216345623dc75db91a42068971ff7cc06634fde2adfb0cdf1fce599266554b5ace4ecb0e587a9f
7
+ data.tar.gz: 6408e07a4e8f00ee9ff56f072424d59039b5b3ab3e5670669413848e1082648a4d1a2618ef05ebfc4ee4062c7923d8a7d8be1b4768c2e43125d9e328c5275d48
data/README.md CHANGED
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
  Finally, add this require statement to the top of `spec/spec_helper.rb`
24
24
 
25
25
  ```ruby
26
- require 'async/rspec'
26
+ require 'rspec/memory'
27
27
  ```
28
28
 
29
29
  ## Usage
@@ -20,6 +20,6 @@
20
20
 
21
21
  module RSpec
22
22
  module Memory
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
25
25
  end
data/rspec-memory.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.authors = ["Samuel Williams"]
8
8
  spec.email = ["samuel.williams@oriontransfer.co.nz"]
9
9
 
10
- spec.summary = "Matches for checking memory allocations."
10
+ spec.summary = "RSpec helpers for checking memory allocations."
11
11
  spec.homepage = "https://github.com/socketry/rspec-memory"
12
12
 
13
13
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-memory
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
  - Samuel Williams
@@ -106,5 +106,5 @@ requirements: []
106
106
  rubygems_version: 3.0.3
107
107
  signing_key:
108
108
  specification_version: 4
109
- summary: Matches for checking memory allocations.
109
+ summary: RSpec helpers for checking memory allocations.
110
110
  test_files: []