tablesalt 0.20.2 → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72268cc22935322cae0674522fd20267ae03199b73e8364867c065c24198e64b
4
- data.tar.gz: dcc7167227acc6b19246bb514f8b9821aaa692c585ae292cc7d6d680fd1b431a
3
+ metadata.gz: 9f146d264febf4cf9d9970d04e98c9df9bba37fb3d39cd209cba5ddfbc8fcccf
4
+ data.tar.gz: 222c981171bf38b7ad0f4162d74b194eda5ac8ed762fd33b097d39e6e1f715aa
5
5
  SHA512:
6
- metadata.gz: 736f68b5f6550c4314f08c439380fba24cbee6fdc4251d8fbfa318362927eef11ec836b9cbf6a9355e8ff894d2c6bf6b62375da708ab7ee0342a7bcf94456ac4
7
- data.tar.gz: 1b15208c78f1d0fd37ef247474a6baea80487c42cfb423156116fe55d737030ab9f3ccdeec78f0131efc59106d0953610e378ba12a97e53ffe7a8c57e7a693a9
6
+ metadata.gz: 7a5674270aafcc1fb3a287297715ba4fcca0f9666da5ee74d9707984757d9d44bfbc9c49d8b888f017deba545344f5c4052cb764341a17426c4fc1f41a09b983
7
+ data.tar.gz: 16d0f88a5a8c2762b0ad840757b34d48db25b0f121a0f5325a8fa1460052bf6084c27756b1ebe568835844294403be7195a76988ca9adf8e008940f81968495f
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # RSpec matcher that tests usage of `.argument`
3
+ # RSpec matcher that tests usage of `.isolate`
4
4
  #
5
5
  # class Example
6
6
  # include Tablesalt::Isolation
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Tablesalt
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.20.2"
5
+ VERSION = "0.21.0"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tablesalt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.2
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Minneti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-06 00:00:00.000000000 Z
11
+ date: 2020-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -65,7 +65,7 @@ metadata:
65
65
  homepage_uri: https://github.com/Freshly/spicerack/tree/master/tablesalt
66
66
  source_code_uri: https://github.com/Freshly/spicerack/tree/master/tablesalt
67
67
  changelog_uri: https://github.com/Freshly/spicerack/blob/master/tablesalt/CHANGELOG.md
68
- documentation_uri: https://www.rubydoc.info/gems/tablesalt/0.20.2
68
+ documentation_uri: https://www.rubydoc.info/gems/tablesalt/0.21.0
69
69
  post_install_message:
70
70
  rdoc_options: []
71
71
  require_paths:
@@ -81,7 +81,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  requirements: []
84
- rubygems_version: 3.0.3
84
+ rubyforge_project:
85
+ rubygems_version: 2.7.6
85
86
  signing_key:
86
87
  specification_version: 4
87
88
  summary: Miscellaneous helper modules, POROs, and more, that standardize common behavior