graphql_scaffold_fan 0.1.1 → 0.1.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: b9d5564d6380839f08f4cc0d008f19f8da365d0655101c28259500a54ca3bf84
4
- data.tar.gz: 9923378ad1e1101534bfc34c5c4fdf14878856c8a6ba1aa6aa36af1bb2b213fc
3
+ metadata.gz: f8b89f177d02c073eedb6222ef8caf94defdbde92c973490bb497175ab9ab9c3
4
+ data.tar.gz: 4075e692e0ecb7e3416fc2b64c630e6f203b392e39cb1ade162092056d07422a
5
5
  SHA512:
6
- metadata.gz: e832d7ff754638b56ae59b94b3ce1dbc4ebd8d0153258dfb68b5b99719da8294079b04caae6df7772cdc6b8b7335e7d1b5b5a954b893a3dd7aecf23a73bf8ffc
7
- data.tar.gz: d66a9d83273c6b22938fb44aa174a8717834e10d74b751bcda47fc93ed1d363602a4363e14f24901715cdc882f453ef7757649ff04fd4045a8b0784cffe8c7d3
6
+ metadata.gz: e032c47e83be49a405a772d6d4db361ce260fb172995067d245d039f413efb4a88479f9492cd63f94d45fb9acd6d24cccff5e0bc36bbadf2b3e663798c6b2f3d
7
+ data.tar.gz: 1d9b2f0c1e049f07d3e8c3882a8d27e10be2a292e5462c1080f771d2c3a99f8bc990773fbc95b9bbcf9d1edd953ea689ce3ddd7a5bbc10ca7b7dd676f6d2b3f1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- graphql_scaffold_fan (0.1.1)
4
+ graphql_scaffold_fan (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -58,7 +58,7 @@ module GraphqlScaffold
58
58
  def create_base_object_file
59
59
  base_object_dir_path = 'app/graphql/types'
60
60
  generator_dir_path = base_object_dir_path
61
- generator_path2 = generator_dir_path + '/base_object.rb'
61
+ generator_path = generator_dir_path + '/base_object.rb'
62
62
 
63
63
  FileUtils.mkdir_p(base_object_dir_path) unless File.exist?(base_object_dir_path)
64
64
  FileUtils.mkdir_p(generator_dir_path) unless File.exist?(generator_dir_path)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GraphqlScaffoldFan
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql_scaffold_fan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fan Zhang