postspec 0.1.2 → 0.2.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: 39ed181749e41623ce7791415874644656c2b44fe4a57db2241ba1dcb136cd35
4
- data.tar.gz: 65c8afdda77cbc727159da796a04efa1d1b6134ca5ce198af30548cbdd2f3693
3
+ metadata.gz: b88f22ce1cf917e68dd66cc1e084e8e7b17ebcce32013ec55c630257449fb340
4
+ data.tar.gz: 40eb91843fbcadb5cf9c09422df74b407589f92b63b1b68111538bad28e36f6e
5
5
  SHA512:
6
- metadata.gz: ee46e5636f9e632c126142a87bc796cbf19c29896bcb4a576b69776a50020ef30919682becece4242c97dd95897ae0ed8365fc633cd62b3416d0ade8a362a64f
7
- data.tar.gz: 66d90244f8e1ac9a566112ab5e523e9804a3faf441e7a82efa64edc29b11072f4d25127147ba08d9bb330ccba6049051865dc78bd6681c43d623c49a6c814d68
6
+ metadata.gz: 2f3ecf2cac38acf9d958e9b2adf114a8ba8b31b8ad4779a6cc423403ad19cf50672ac9e1dffd2efeabb931a8f0599884c5233ce28c406095bcd25ae271d48908
7
+ data.tar.gz: fb22f7b632084732c5cfbfd3522da455fecf07da27536611cf09a4a8e773b04979fdfa418167f4904b142eb7ea179adc87a1ffa62bc3477cf327edac7226ae80
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.7.1
1
+ ruby-3.1.2
@@ -42,7 +42,7 @@ module Postspec
42
42
  constrain search_path, [String], NilClass
43
43
  constrain push_sql, String, [String], NilClass
44
44
  constrain pop_sql, String, [String], NilClass
45
- constrain ids, String => Integer
45
+ constrain ids, { String => Integer }
46
46
  constrain fox_anchors, FixtureFox::Anchors, NilClass
47
47
  @postspec = postspec
48
48
  @parent = parent
@@ -129,7 +129,7 @@ module Postspec
129
129
  def transaction?() false end
130
130
 
131
131
  def initialize(postspec, ids, anchors = nil)
132
- constrain ids, String => Integer
132
+ constrain ids, { String => Integer }
133
133
  constrain anchors, FixtureFox::Anchors, NilClass
134
134
  super(postspec, nil, nil, [], [], ids, anchors)
135
135
  end
@@ -1,3 +1,3 @@
1
1
  module Postspec
2
- VERSION = "0.1.2"
2
+ VERSION = "0.2.1"
3
3
  end
data/postspec.gemspec CHANGED
@@ -9,8 +9,6 @@ Gem::Specification.new do |spec|
9
9
  spec.summary = %q{postspec gem}
10
10
  spec.description = %q{postspec gem}
11
11
  spec.homepage = "http://www.nowhere.com/"
12
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
-
14
12
 
15
13
  spec.metadata["homepage_uri"] = spec.homepage
16
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2023-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-inflector
@@ -215,7 +215,7 @@ homepage: http://www.nowhere.com/
215
215
  licenses: []
216
216
  metadata:
217
217
  homepage_uri: http://www.nowhere.com/
218
- post_install_message:
218
+ post_install_message:
219
219
  rdoc_options: []
220
220
  require_paths:
221
221
  - lib
@@ -223,15 +223,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
223
223
  requirements:
224
224
  - - ">="
225
225
  - !ruby/object:Gem::Version
226
- version: 2.3.0
226
+ version: '0'
227
227
  required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  requirements:
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
231
  version: '0'
232
232
  requirements: []
233
- rubygems_version: 3.1.4
234
- signing_key:
233
+ rubygems_version: 3.3.18
234
+ signing_key:
235
235
  specification_version: 4
236
236
  summary: postspec gem
237
237
  test_files: []