graphql-schema-directive-constraint 0.1.0 → 0.1.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: 11efd985bae4aaa2b6ed5ccbbb2e06deba9bd35aa2aebfd0636a2b8c6b966639
4
- data.tar.gz: d93a7c6f0e5cc4d1992a6162370db8723474fc31a4124c5eda97b15b19427ddd
3
+ metadata.gz: 54fdb88a40d5afae3b157debef6a265a6bcfc70b93173417a2be5f9384e89032
4
+ data.tar.gz: 9449155280409521fcee3ba2030ee26f56b75651509def30ffc5fa0639641181
5
5
  SHA512:
6
- metadata.gz: fa124fb6fc16bb58763971f75ddc0635b7d593c6e2f69e15ffff05947dddacfef42b2465bb674d145ff3bed4d5b18c77e77e26f1a8bb86c0f27bfc9bf2342e13
7
- data.tar.gz: e8c278c2b2bf236ee1883d8707db8709a65a6dd97e342c804f6bc077ef6ae3104d4deb722bf990275ee6393b16f3cb4dbe5f62806225113798e3c942370a4e4e
6
+ metadata.gz: 8e04ce8b3cc8e353400eed57f09daf1054bd373cce9db7a837606056e987b3695cbab5888f272a7011f67991751f643b60601d3d594c61eeb6d8de1a8bf30608
7
+ data.tar.gz: 012e49f9ee323ff6bcac65db67bc3a81506ed28fec1b072ed40623bbbe61a47208aa1187b2a523d59d7d757d843562ae3de7287fa98d8c1cc96dc5b05fca5a7e
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "graphql-schema-directive-constraint"
5
- spec.version = "0.1.0"
5
+ spec.version = "0.1.1"
6
6
  spec.authors = ["Ryota Yoshikawa"]
7
7
  spec.email = ["yoshikawa@topotal.com"]
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-schema-directive-constraint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Yoshikawa
@@ -78,7 +78,6 @@ files:
78
78
  - CHANGELOG.md
79
79
  - CODE_OF_CONDUCT.md
80
80
  - Gemfile
81
- - Gemfile.lock
82
81
  - LICENSE.txt
83
82
  - README.md
84
83
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,57 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- graphql-schema-directive-constraint (0.1.0)
5
- graphql (~> 1.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- ast (2.4.2)
11
- diff-lcs (1.5.0)
12
- graphql (1.13.8)
13
- parallel (1.21.0)
14
- parser (3.1.0.0)
15
- ast (~> 2.4.1)
16
- rainbow (3.1.1)
17
- rake (13.0.6)
18
- regexp_parser (2.2.0)
19
- rexml (3.2.5)
20
- rspec (3.10.0)
21
- rspec-core (~> 3.10.0)
22
- rspec-expectations (~> 3.10.0)
23
- rspec-mocks (~> 3.10.0)
24
- rspec-core (3.10.2)
25
- rspec-support (~> 3.10.0)
26
- rspec-expectations (3.10.2)
27
- diff-lcs (>= 1.2.0, < 2.0)
28
- rspec-support (~> 3.10.0)
29
- rspec-mocks (3.10.3)
30
- diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.10.0)
32
- rspec-support (3.10.3)
33
- rubocop (1.25.1)
34
- parallel (~> 1.10)
35
- parser (>= 3.1.0.0)
36
- rainbow (>= 2.2.2, < 4.0)
37
- regexp_parser (>= 1.8, < 3.0)
38
- rexml
39
- rubocop-ast (>= 1.15.1, < 2.0)
40
- ruby-progressbar (~> 1.7)
41
- unicode-display_width (>= 1.4.0, < 3.0)
42
- rubocop-ast (1.15.1)
43
- parser (>= 3.0.1.1)
44
- ruby-progressbar (1.11.0)
45
- unicode-display_width (2.1.0)
46
-
47
- PLATFORMS
48
- arm64-darwin-20
49
-
50
- DEPENDENCIES
51
- graphql-schema-directive-constraint!
52
- rake (~> 13.0)
53
- rspec (~> 3.0)
54
- rubocop (~> 1.21)
55
-
56
- BUNDLED WITH
57
- 2.2.32