wcc-contentful-graphql 1.0.4 → 1.0.8

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
- SHA1:
3
- metadata.gz: ae7aca6c9ce04efcad99932b21ababb0b80cdd9b
4
- data.tar.gz: 5fdc3bb77790ba2b7da3367741c67842df9fd185
2
+ SHA256:
3
+ metadata.gz: 6b9396cd238c3e9e3c012b9ff3365dab120c8bf61e2274bd9a4c5c4ae6fd174f
4
+ data.tar.gz: eef3335f3aacd141b957f97e62cd0d07f730fb35f90b77b92f32ea21c5d4b856
5
5
  SHA512:
6
- metadata.gz: bbcd93d960c391e5f7735eb7e3179fb3ab124e38351dc9f7b6764b150ebdcc691193c99994cb4fb87cf253fe322bd213483d2285cbcc437cedd2fffaff4ff3af
7
- data.tar.gz: 6614adbbcb06a415da5b179be99114bafed2a7eb2bd398e35d5e993bbe12876a641d0ebce07b210c10de98c8d81d8633c2a17d5d3a939b2e91a062e49929c9a2
6
+ metadata.gz: 5e97a42b8ec4e657b9ab18528485e16c24009137551867fd20743177ec681e8e1d536037a2b01b3158a274cc36aec8f497bb5b0a61ddd660f30d05c4b324be66
7
+ data.tar.gz: 394d764fab05607bd1217b3a65e893ac13355db15ae0625c89c3535d122605fb6769197580724965f4622b1c29da44042cdb04107deeec7257e5a181cd8be931
@@ -3,7 +3,7 @@
3
3
  module WCC
4
4
  module Contentful
5
5
  module Graphql
6
- VERSION = '1.0.4'
6
+ VERSION = '1.0.8'
7
7
  end
8
8
  end
9
9
  end
@@ -24,10 +24,7 @@ Gem::Specification.new do |spec|
24
24
  'documentation_uri' => "https://watermarkchurch.github.io/wcc-contentful/#{doc_version}/wcc-contentful-graphql"
25
25
  }
26
26
 
27
- spec.files =
28
- `git ls-files -z`.split("\x0").reject do |f|
29
- f.match(%r{^(test|spec|features)/})
30
- end
27
+ spec.files = Dir['lib/**/*'] + %w[Rakefile README.md wcc-contentful-graphql.gemspec]
31
28
 
32
29
  spec.require_paths = ['lib']
33
30
 
@@ -54,7 +51,7 @@ Gem::Specification.new do |spec|
54
51
  spec.add_development_dependency 'sqlite3', '~> 1.3.6'
55
52
  spec.add_development_dependency 'timecop', '~> 0.9.1'
56
53
 
57
- spec.add_dependency 'graphql', '~> 1.7'
54
+ spec.add_dependency 'graphql', '~> 1.7', '< 1.12'
58
55
  spec.add_dependency 'wcc-contentful', "~> #{WCC::Contentful::Graphql::VERSION}"
59
56
  end
60
57
  # rubocop:enable Metrics/LineLength
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcc-contentful-graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Watermark Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-17 00:00:00.000000000 Z
11
+ date: 2022-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coveralls
@@ -241,6 +241,9 @@ dependencies:
241
241
  - - "~>"
242
242
  - !ruby/object:Gem::Version
243
243
  version: '1.7'
244
+ - - "<"
245
+ - !ruby/object:Gem::Version
246
+ version: '1.12'
244
247
  type: :runtime
245
248
  prerelease: false
246
249
  version_requirements: !ruby/object:Gem::Requirement
@@ -248,20 +251,23 @@ dependencies:
248
251
  - - "~>"
249
252
  - !ruby/object:Gem::Version
250
253
  version: '1.7'
254
+ - - "<"
255
+ - !ruby/object:Gem::Version
256
+ version: '1.12'
251
257
  - !ruby/object:Gem::Dependency
252
258
  name: wcc-contentful
253
259
  requirement: !ruby/object:Gem::Requirement
254
260
  requirements:
255
261
  - - "~>"
256
262
  - !ruby/object:Gem::Version
257
- version: 1.0.4
263
+ version: 1.0.8
258
264
  type: :runtime
259
265
  prerelease: false
260
266
  version_requirements: !ruby/object:Gem::Requirement
261
267
  requirements:
262
268
  - - "~>"
263
269
  - !ruby/object:Gem::Version
264
- version: 1.0.4
270
+ version: 1.0.8
265
271
  description: GraphQL interface over WCC::Contentful store
266
272
  email:
267
273
  - dev@watermark.org
@@ -269,11 +275,8 @@ executables: []
269
275
  extensions: []
270
276
  extra_rdoc_files: []
271
277
  files:
272
- - ".rspec"
273
- - Guardfile
274
278
  - README.md
275
279
  - Rakefile
276
- - doc
277
280
  - lib/wcc/contentful/ext/services.rb
278
281
  - lib/wcc/contentful/graphql.rb
279
282
  - lib/wcc/contentful/graphql/builder.rb
@@ -305,7 +308,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
308
  version: '0'
306
309
  requirements: []
307
310
  rubyforge_project:
308
- rubygems_version: 2.6.11
311
+ rubygems_version: 2.7.6.2
309
312
  signing_key:
310
313
  specification_version: 4
311
314
  summary: '[![Gem Version](https://badge.fury.io/rb/wcc-contentful-graphql.svg)](https://rubygems.org/gems/wcc-contentful-graphql)
data/.rspec DELETED
@@ -1,4 +0,0 @@
1
- --require spec_helper
2
- --format documentation
3
- --color
4
- --order rand
data/Guardfile DELETED
@@ -1,101 +0,0 @@
1
- # A guardfile for making Danger Plugins
2
- # For more info see https://github.com/guard/guard#readme
3
-
4
- # To run, use `bundle exec guard`.
5
-
6
- def watch_async(regexp)
7
- raise ArgumentError, "No block given" unless block_given?
8
- match_queue = Queue.new
9
-
10
- watch(regexp) do |match|
11
- # Producer - add matches to the match queue
12
- match_queue << match
13
- nil
14
- end
15
-
16
- # Consumer - process matches as a batch
17
- Thread.new do
18
- loop do
19
- matches = []
20
- matches << match_queue.pop
21
-
22
- loop do
23
- begin
24
- matches << match_queue.pop(true)
25
- rescue ThreadError
26
- break
27
- end
28
- end
29
-
30
- begin
31
- yield matches if matches.length > 0
32
- rescue StandardError => ex
33
- STDERR.puts "Error! #{ex}"
34
- end
35
- end
36
- end
37
- end
38
-
39
- group :red_green_refactor, halt_on_fail: true do
40
- guard :rspec, cmd: 'bundle exec rspec' do
41
- require 'guard/rspec/dsl'
42
- dsl = Guard::RSpec::Dsl.new(self)
43
-
44
- # RSpec files
45
- rspec = dsl.rspec
46
- watch(rspec.spec_helper) { rspec.spec_dir }
47
- # watch(rspec.spec_support) { rspec.spec_dir }
48
- watch(rspec.spec_files)
49
-
50
- # Ruby files
51
- ruby = dsl.ruby
52
- watch(%r{lib/wcc/(.+)\.rb$}) { |m| rspec.spec.call("wcc/#{m[1]}") }
53
- watch(%r{lib/generators/(.+)\.rb$}) { |m| rspec.spec.call("generators/#{m[1]}") }
54
-
55
- # Rails files
56
- rails = dsl.rails(view_extensions: %w[erb haml slim])
57
- dsl.watch_spec_files_for(rails.app_files)
58
- dsl.watch_spec_files_for(rails.views)
59
-
60
- watch(rails.controllers) do |m|
61
- [
62
- rspec.spec.call("routing/#{m[1]}_routing"),
63
- rspec.spec.call("controllers/#{m[1]}_controller"),
64
- rspec.spec.call("acceptance/#{m[1]}")
65
- ]
66
- end
67
-
68
- # Rails config changes
69
- watch(rails.spec_helper) { rspec.spec_dir }
70
- watch(rails.routes) { "#{rspec.spec_dir}/routing" }
71
- watch(rails.app_controller) { "#{rspec.spec_dir}/controllers" }
72
-
73
- # Capybara features specs
74
- watch(rails.view_dirs) { |m| rspec.spec.call("features/#{m[1]}") }
75
- watch(rails.layouts) { |m| rspec.spec.call("features/#{m[1]}") }
76
- end
77
-
78
- guard :rubocop, cli: ['--display-cop-names'] do
79
- watch(%r{.+\.rb$})
80
- watch(%r{(?:.+/)?\.rubocop(?:_todo)?\.yml$}) { |m| File.dirname(m[0]) }
81
- end
82
-
83
- guard :shell, all_on_start: false do
84
- watch_async(%r{app/views/(.+\.html.*\.erb)}) { |matches|
85
-
86
- matches = matches.map { |m| File.absolute_path(m[0]) }
87
- Dir.chdir('..') {
88
- system("bundle exec erblint #{matches.join(' ')}")
89
- }
90
- }
91
- end
92
- end
93
-
94
- group :autofix do
95
- guard :rubocop, all_on_start: false, cli: ['--auto-correct', '--display-cop-names'] do
96
- watch(%r{.+\.rb$})
97
- watch(%r{(?:.+/)?\.rubocop(?:_todo)?\.yml$}) { |m| File.dirname(m[0]) }
98
- end
99
- end
100
-
101
- scope group: :red_green_refactor
data/doc DELETED
@@ -1 +0,0 @@
1
- ./../doc/wcc-contentful-graphql