graphiti_spec_helpers 1.2.1 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43dd11cb4400aec41c9a7013c755d24396866d1d62817b127dae4d36475e9606
4
- data.tar.gz: 2303af152ed9d8fbbf065fa3b4b60fb8d48c69505507649d52c5a090e21a1cf1
3
+ metadata.gz: e1587ea46cd7a51225339e7f76d67770507f2942b7593801f870b39a15d611c4
4
+ data.tar.gz: 3aaa2ed6429e896df2ae516dacbcf51154b782fbf8848c47c880bbc4b8dc50ec
5
5
  SHA512:
6
- metadata.gz: 469b7d05f8aca9bbb20d4ead66ecc387c983fbbb6e5a877afd3fbe7e3dd44594e5135283ba1968add3ac91f9d8d623206a62280e72b18cea0422d920e07fd6a4
7
- data.tar.gz: 48ceb92f4b45580be992d41f09e0f173b5bc96524892131a5ba250da3bd9214c9f7c9f9c6b0eaf0a6664c2eb5f96d6b30e6da4c8b3bcd1aff6bb83cd14bf6020
6
+ metadata.gz: 23fc1ad50ea21515b9c43e5c38405c1768bb5232d77bc7bc6f0ece0b5cfd095e6e5000a82b7df727102ae9c2474523182c14c5e4057873e05794992027af4b7c
7
+ data.tar.gz: f57dd253275dd36c841cce0fb2114ffa94ce0c08dc8b2d63e3ba6e610cd9138d629c742241359db04f7f2da5a26c358f73cbf1ccc061031d543ce9779df5cf05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  graphiti changelog
2
2
 
3
+ ## [1.2.2](https://github.com/graphiti-api/graphiti_spec_helpers/compare/v1.2.1...v1.2.2) (2026-08-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * also exclude the graphiti 2.0 prereleases ([f12a6b3](https://github.com/graphiti-api/graphiti_spec_helpers/commit/f12a6b3c94fa5b0da3cc6aa4c6ae9af92866c42d))
9
+
3
10
  ## [1.2.1](https://github.com/graphiti-api/graphiti_spec_helpers/compare/v1.2.0...v1.2.1) (2026-08-07)
4
11
 
5
12
 
@@ -9,24 +9,16 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Lee Richmond"]
10
10
  spec.email = ["lrichmond1@bloomberg.net"]
11
11
 
12
- spec.summary = %q{Spec helpers for Graphiti and JSONAPI}
12
+ spec.summary = %q{Deprecated - part of graphiti itself as of graphiti 2.0}
13
13
  spec.description = %q{Easily test JSONAPIs and Graphiti Resources}
14
14
  spec.license = "MIT"
15
15
 
16
- spec.post_install_message = <<~MESSAGE
17
- graphiti_spec_helpers is part of graphiti as of 2.0 and is no longer released separately.
18
-
19
- Remove it from your Gemfile. The "graphiti_spec_helpers/rspec" require and the GraphitiSpecHelpers namespace are unchanged.
20
-
21
- https://graphiti.dev/upgrading
22
- MESSAGE
23
-
24
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
17
  spec.bindir = "exe"
26
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
19
  spec.require_paths = ["lib"]
28
20
 
29
- spec.add_dependency "graphiti", '>= 1.0.alpha.1', '< 2'
21
+ spec.add_dependency "graphiti", '>= 1.0.alpha.1', '< 2.a'
30
22
  spec.add_dependency "rspec", "~> 3.0"
31
23
 
32
24
  spec.add_development_dependency "pry"
@@ -1,3 +1,3 @@
1
1
  module GraphitiSpecHelpers
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti_spec_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: 1.0.alpha.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '2'
22
+ version: 2.a
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: 1.0.alpha.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '2'
32
+ version: 2.a
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: rspec
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -132,12 +132,7 @@ homepage:
132
132
  licenses:
133
133
  - MIT
134
134
  metadata: {}
135
- post_install_message: |
136
- graphiti_spec_helpers is part of graphiti as of 2.0 and is no longer released separately.
137
-
138
- Remove it from your Gemfile. The "graphiti_spec_helpers/rspec" require and the GraphitiSpecHelpers namespace are unchanged.
139
-
140
- https://graphiti.dev/upgrading
135
+ post_install_message:
141
136
  rdoc_options: []
142
137
  require_paths:
143
138
  - lib
@@ -155,5 +150,5 @@ requirements: []
155
150
  rubygems_version: 3.3.27
156
151
  signing_key:
157
152
  specification_version: 4
158
- summary: Spec helpers for Graphiti and JSONAPI
153
+ summary: Deprecated - part of graphiti itself as of graphiti 2.0
159
154
  test_files: []