dry-graphql 2.0.0 → 2.0.1

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: f2b4ae0bbab1f0b88ed3712d604b14a1c1cd151a66d468be7898e6a3cf37448e
4
- data.tar.gz: 283034f0d3e05ff07da659e50d28392257ef28ef3dac9e60a47d70008ffa925a
3
+ metadata.gz: 618c4f369cc683525eb9d74c8e81a7e8b1ac7fc6cb763a7448f81ff52e087f20
4
+ data.tar.gz: abaea2ed78505c65f80c7ae49ab65c89ada626e08d02006f2d70c1e7c67beeb1
5
5
  SHA512:
6
- metadata.gz: cb144122f8cd3679892b2f9646cc6215d1251d8fbdc7e2c592f0eaf9522a95cd71cd88db2fafacd5fb23ed1e09bd3ea88849f02559095d2aba01940aa3bdbf6d
7
- data.tar.gz: ec41cc3fd1c59e71bc1f203b712caba770c528e9d4eb4cfca8018300e2eca74b878c119daee0d76294cd5c3e3ce09288f4e0fedf6d20b40fd717a91dd8b7807f
6
+ metadata.gz: 40a5a3990b840d749ef6109ae2d86cb431f24bcb4fe5e4282a0018048c845e9581ec48c9b0ab4f99fbe4becd112ef2985704de19fc45e59838035c3cab790e26
7
+ data.tar.gz: 8942a11ea9aca2f3c00fddeb3051247a15546f21c6708a753abe9e20f8cabf14065bf8c0213f332577c47e27902674fb6701c053307ab42cd20377e9b5e77acd
data/.travis.yml CHANGED
@@ -5,6 +5,8 @@ cache: bundler
5
5
  gemfile:
6
6
  - gemfiles/dry_struct_1.0.gemfile
7
7
  - gemfiles/dry_struct_1.1.gemfile
8
+ - gemfiles/dry_types_1.1.gemfile
9
+ - gemfiles/dry_types_1.2.gemfile
8
10
  script:
9
11
  - bundle exec rubocop
10
12
  - bundle exec rspec
data/Appraisals CHANGED
@@ -8,4 +8,12 @@ appraise 'dry-struct-1.1' do
8
8
  gem 'dry-struct', '~> 1.1.0'
9
9
  end
10
10
 
11
+ appraise 'dry-types-1.1' do
12
+ gem 'dry-types', '~> 1.1.1'
13
+ end
14
+
15
+ appraise 'dry-types-1.2' do
16
+ gem 'dry-types', '~> 1.2.0'
17
+ end
18
+
11
19
  # vi: ft=ruby
data/dry-graphql.gemspec CHANGED
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
34
  spec.require_paths = ['lib']
35
35
 
36
36
  spec.add_runtime_dependency 'dry-struct', '~> 1.0'
37
- spec.add_runtime_dependency 'dry-types', '~> 1.1.1'
37
+ spec.add_runtime_dependency 'dry-types', '~> 1.1'
38
38
  spec.add_runtime_dependency 'graphql', '~> 1.9.0'
39
39
 
40
40
  spec.add_development_dependency 'appraisal'
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- dry-graphql (2.0.0)
4
+ dry-graphql (2.0.1)
5
5
  dry-struct (~> 1.0)
6
- dry-types (~> 1.1.1)
6
+ dry-types (~> 1.1)
7
7
  graphql (~> 1.9.0)
8
8
 
9
9
  GEM
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- dry-graphql (2.0.0)
4
+ dry-graphql (2.0.1)
5
5
  dry-struct (~> 1.0)
6
- dry-types (~> 1.1.1)
6
+ dry-types (~> 1.1)
7
7
  graphql (~> 1.9.0)
8
8
 
9
9
  GEM
@@ -0,0 +1,14 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "graphql"
6
+ gem "dry-struct", "~> 1.2.0"
7
+
8
+ group :development, :test do
9
+ gem "pry"
10
+ gem "rubocop"
11
+ gem "solargraph"
12
+ end
13
+
14
+ gemspec path: "../"
@@ -0,0 +1,14 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "graphql"
6
+ gem "dry-types", "~> 1.1.1"
7
+
8
+ group :development, :test do
9
+ gem "pry"
10
+ gem "rubocop"
11
+ gem "solargraph"
12
+ end
13
+
14
+ gemspec path: "../"
@@ -0,0 +1,119 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ dry-graphql (2.0.1)
5
+ dry-struct (~> 1.0)
6
+ dry-types (~> 1.1)
7
+ graphql (~> 1.9.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ appraisal (2.2.0)
13
+ bundler
14
+ rake
15
+ thor (>= 0.14.0)
16
+ ast (2.4.0)
17
+ backport (0.3.0)
18
+ coderay (1.1.2)
19
+ concurrent-ruby (1.1.5)
20
+ diff-lcs (1.3)
21
+ dry-configurable (0.8.3)
22
+ concurrent-ruby (~> 1.0)
23
+ dry-core (~> 0.4, >= 0.4.7)
24
+ dry-container (0.7.2)
25
+ concurrent-ruby (~> 1.0)
26
+ dry-configurable (~> 0.1, >= 0.1.3)
27
+ dry-core (0.4.9)
28
+ concurrent-ruby (~> 1.0)
29
+ dry-equalizer (0.2.2)
30
+ dry-inflector (0.2.0)
31
+ dry-logic (1.0.3)
32
+ concurrent-ruby (~> 1.0)
33
+ dry-core (~> 0.2)
34
+ dry-equalizer (~> 0.2)
35
+ dry-struct (1.1.1)
36
+ dry-core (~> 0.4, >= 0.4.3)
37
+ dry-equalizer (~> 0.2)
38
+ dry-types (~> 1.0)
39
+ ice_nine (~> 0.11)
40
+ dry-types (1.1.1)
41
+ concurrent-ruby (~> 1.0)
42
+ dry-container (~> 0.3)
43
+ dry-core (~> 0.4, >= 0.4.4)
44
+ dry-equalizer (~> 0.2, >= 0.2.2)
45
+ dry-inflector (~> 0.1, >= 0.1.2)
46
+ dry-logic (~> 1.0, >= 1.0.2)
47
+ graphql (1.9.14)
48
+ htmlentities (4.3.4)
49
+ ice_nine (0.11.2)
50
+ jaro_winkler (1.5.3)
51
+ kramdown (1.17.0)
52
+ method_source (0.9.2)
53
+ mini_portile2 (2.4.0)
54
+ nokogiri (1.10.4)
55
+ mini_portile2 (~> 2.4.0)
56
+ parallel (1.18.0)
57
+ parser (2.6.5.0)
58
+ ast (~> 2.4.0)
59
+ pry (0.12.2)
60
+ coderay (~> 1.1.0)
61
+ method_source (~> 0.9.0)
62
+ rainbow (3.0.0)
63
+ rake (10.5.0)
64
+ reverse_markdown (1.3.0)
65
+ nokogiri
66
+ rspec (3.9.0)
67
+ rspec-core (~> 3.9.0)
68
+ rspec-expectations (~> 3.9.0)
69
+ rspec-mocks (~> 3.9.0)
70
+ rspec-core (3.9.0)
71
+ rspec-support (~> 3.9.0)
72
+ rspec-expectations (3.9.0)
73
+ diff-lcs (>= 1.2.0, < 2.0)
74
+ rspec-support (~> 3.9.0)
75
+ rspec-mocks (3.9.0)
76
+ diff-lcs (>= 1.2.0, < 2.0)
77
+ rspec-support (~> 3.9.0)
78
+ rspec-support (3.9.0)
79
+ rubocop (0.75.1)
80
+ jaro_winkler (~> 1.5.1)
81
+ parallel (~> 1.10)
82
+ parser (>= 2.6)
83
+ rainbow (>= 2.2.2, < 4.0)
84
+ ruby-progressbar (~> 1.7)
85
+ unicode-display_width (>= 1.4.0, < 1.7)
86
+ ruby-progressbar (1.10.1)
87
+ solargraph (0.31.3)
88
+ backport (~> 0.3)
89
+ htmlentities (~> 4.3, >= 4.3.4)
90
+ jaro_winkler (~> 1.5)
91
+ kramdown (~> 1.16)
92
+ parser (~> 2.3)
93
+ reverse_markdown (~> 1.0, >= 1.0.5)
94
+ rubocop (~> 0.52)
95
+ thor (~> 0.19, >= 0.19.4)
96
+ tilt (~> 2.0)
97
+ yard (~> 0.9)
98
+ thor (0.20.3)
99
+ tilt (2.0.10)
100
+ unicode-display_width (1.6.0)
101
+ yard (0.9.20)
102
+
103
+ PLATFORMS
104
+ ruby
105
+
106
+ DEPENDENCIES
107
+ appraisal
108
+ bundler (~> 1.16)
109
+ dry-graphql!
110
+ dry-types (~> 1.1.1)
111
+ graphql
112
+ pry
113
+ rake (~> 10.0)
114
+ rspec (~> 3.0)
115
+ rubocop
116
+ solargraph
117
+
118
+ BUNDLED WITH
119
+ 1.17.1
@@ -0,0 +1,14 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "graphql"
6
+ gem "dry-types", "~> 1.2.0"
7
+
8
+ group :development, :test do
9
+ gem "pry"
10
+ gem "rubocop"
11
+ gem "solargraph"
12
+ end
13
+
14
+ gemspec path: "../"
@@ -0,0 +1,119 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ dry-graphql (2.0.1)
5
+ dry-struct (~> 1.0)
6
+ dry-types (~> 1.1)
7
+ graphql (~> 1.9.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ appraisal (2.2.0)
13
+ bundler
14
+ rake
15
+ thor (>= 0.14.0)
16
+ ast (2.4.0)
17
+ backport (0.3.0)
18
+ coderay (1.1.2)
19
+ concurrent-ruby (1.1.5)
20
+ diff-lcs (1.3)
21
+ dry-configurable (0.8.3)
22
+ concurrent-ruby (~> 1.0)
23
+ dry-core (~> 0.4, >= 0.4.7)
24
+ dry-container (0.7.2)
25
+ concurrent-ruby (~> 1.0)
26
+ dry-configurable (~> 0.1, >= 0.1.3)
27
+ dry-core (0.4.9)
28
+ concurrent-ruby (~> 1.0)
29
+ dry-equalizer (0.2.2)
30
+ dry-inflector (0.2.0)
31
+ dry-logic (1.0.3)
32
+ concurrent-ruby (~> 1.0)
33
+ dry-core (~> 0.2)
34
+ dry-equalizer (~> 0.2)
35
+ dry-struct (1.1.1)
36
+ dry-core (~> 0.4, >= 0.4.3)
37
+ dry-equalizer (~> 0.2)
38
+ dry-types (~> 1.0)
39
+ ice_nine (~> 0.11)
40
+ dry-types (1.2.0)
41
+ concurrent-ruby (~> 1.0)
42
+ dry-container (~> 0.3)
43
+ dry-core (~> 0.4, >= 0.4.4)
44
+ dry-equalizer (~> 0.2, >= 0.2.2)
45
+ dry-inflector (~> 0.1, >= 0.1.2)
46
+ dry-logic (~> 1.0, >= 1.0.2)
47
+ graphql (1.9.14)
48
+ htmlentities (4.3.4)
49
+ ice_nine (0.11.2)
50
+ jaro_winkler (1.5.3)
51
+ kramdown (1.17.0)
52
+ method_source (0.9.2)
53
+ mini_portile2 (2.4.0)
54
+ nokogiri (1.10.4)
55
+ mini_portile2 (~> 2.4.0)
56
+ parallel (1.18.0)
57
+ parser (2.6.5.0)
58
+ ast (~> 2.4.0)
59
+ pry (0.12.2)
60
+ coderay (~> 1.1.0)
61
+ method_source (~> 0.9.0)
62
+ rainbow (3.0.0)
63
+ rake (10.5.0)
64
+ reverse_markdown (1.3.0)
65
+ nokogiri
66
+ rspec (3.9.0)
67
+ rspec-core (~> 3.9.0)
68
+ rspec-expectations (~> 3.9.0)
69
+ rspec-mocks (~> 3.9.0)
70
+ rspec-core (3.9.0)
71
+ rspec-support (~> 3.9.0)
72
+ rspec-expectations (3.9.0)
73
+ diff-lcs (>= 1.2.0, < 2.0)
74
+ rspec-support (~> 3.9.0)
75
+ rspec-mocks (3.9.0)
76
+ diff-lcs (>= 1.2.0, < 2.0)
77
+ rspec-support (~> 3.9.0)
78
+ rspec-support (3.9.0)
79
+ rubocop (0.75.1)
80
+ jaro_winkler (~> 1.5.1)
81
+ parallel (~> 1.10)
82
+ parser (>= 2.6)
83
+ rainbow (>= 2.2.2, < 4.0)
84
+ ruby-progressbar (~> 1.7)
85
+ unicode-display_width (>= 1.4.0, < 1.7)
86
+ ruby-progressbar (1.10.1)
87
+ solargraph (0.31.3)
88
+ backport (~> 0.3)
89
+ htmlentities (~> 4.3, >= 4.3.4)
90
+ jaro_winkler (~> 1.5)
91
+ kramdown (~> 1.16)
92
+ parser (~> 2.3)
93
+ reverse_markdown (~> 1.0, >= 1.0.5)
94
+ rubocop (~> 0.52)
95
+ thor (~> 0.19, >= 0.19.4)
96
+ tilt (~> 2.0)
97
+ yard (~> 0.9)
98
+ thor (0.20.3)
99
+ tilt (2.0.10)
100
+ unicode-display_width (1.6.0)
101
+ yard (0.9.20)
102
+
103
+ PLATFORMS
104
+ ruby
105
+
106
+ DEPENDENCIES
107
+ appraisal
108
+ bundler (~> 1.16)
109
+ dry-graphql!
110
+ dry-types (~> 1.2.0)
111
+ graphql
112
+ pry
113
+ rake (~> 10.0)
114
+ rspec (~> 3.0)
115
+ rubocop
116
+ solargraph
117
+
118
+ BUNDLED WITH
119
+ 1.17.1
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dry
4
4
  module GraphQL
5
- VERSION = '2.0.0'
5
+ VERSION = '2.0.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dry-graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Ker-Seymer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-21 00:00:00.000000000 Z
11
+ date: 2019-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-struct
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.1.1
33
+ version: '1.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.1.1
40
+ version: '1.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: graphql
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -134,6 +134,11 @@ files:
134
134
  - gemfiles/dry_struct_1.0.gemfile.lock
135
135
  - gemfiles/dry_struct_1.1.gemfile
136
136
  - gemfiles/dry_struct_1.1.gemfile.lock
137
+ - gemfiles/dry_struct_1.2.gemfile
138
+ - gemfiles/dry_types_1.1.gemfile
139
+ - gemfiles/dry_types_1.1.gemfile.lock
140
+ - gemfiles/dry_types_1.2.gemfile
141
+ - gemfiles/dry_types_1.2.gemfile.lock
137
142
  - lib/dry-graphql.rb
138
143
  - lib/dry/graphql.rb
139
144
  - lib/dry/graphql/base_object.rb