yard-gherkin-turnip 1.0.0 → 1.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: 67de9dce9f9670a5fb850a1a4a169da5d9db6248bf701e1cb0d07176209e44e4
4
- data.tar.gz: '09332973d65527f530801f524955aad6182918913c34922116f3e958f75c3c84'
3
+ metadata.gz: 187af23142c125f16185f791c728e6b5c0025944352ace90409e17b9433b38ae
4
+ data.tar.gz: b5fe99d0ae6fd98fa8190af41f9417ac1dab1f6177311a844e8a0faf8e2efcc4
5
5
  SHA512:
6
- metadata.gz: 4850efe6c5b56cc7f207a6f05d4f6cb3f443b8016f7005da652ea21836d224f6e528b507a880f83f2832cdffc28665424622f210c3988b9e1cb08be00dbc2856
7
- data.tar.gz: 4e5d7038c782c9282ab891638b97b8187b610e90a71270de3bb103894ba4e3f0bd6cc943ac3b4a7ff371e9c71d61dc3113de487fa01878b29a6aee67b2b48f2c
6
+ metadata.gz: 20099a6835cfd808f6800a0a667faaf8a7886ab940cff3ef5b8bd40d07c3cb514e22c784035bb54229abcf223aa97536591914d9ff67d618e8bb114d23bd6200
7
+ data.tar.gz: 329930bad6edf71a99515ac33cab8d37680908dd4bf4a3c6fbca0cb14edf0db0fb1141e50372b84ceec334f389209275747529790c920c9f9ad6c4c3f5d08a9a
@@ -1,3 +1,7 @@
1
+ === 1.0.1 / 2020-06-28
2
+
3
+ * Fixing bug with class_list method caused by upgrading the yard plugin
4
+
1
5
  === 1.0.0 / 2020-06-28
2
6
 
3
7
  * Forked from yard-cucumber and renamed yard-gherkin-turnip
@@ -163,7 +163,7 @@ end
163
163
  # This method removes the namespace from the root node, generates the class list,
164
164
  # and then adds it back into the root node.
165
165
  #
166
- def class_list(root = Registry.root, tree = TreeContext.new)
166
+ def class_list(root = Registry.root, tree = nil)
167
167
  return super unless root == Registry.root
168
168
 
169
169
  cucumber_namespace = YARD::CodeObjects::Cucumber::CUCUMBER_NAMESPACE
@@ -1,3 +1,3 @@
1
1
  module YardTurnip
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-gherkin-turnip
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franklin Webber
@@ -190,10 +190,10 @@ licenses:
190
190
  - MIT
191
191
  metadata: {}
192
192
  post_install_message: "\n(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
193
- (::) (::) (::)\n\n Thank you for installing yard-gherkin-turnip 1.0.0 / 2020-06-28.\n\n
194
- \ Changes:\n \n * Forked from yard-cucumber and renamed yard-gherkin-turnip\n
195
- \ * Support added for Turnip `step` and `placeholder` definitions\n \n\n(::) (::)
196
- (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n\n"
193
+ (::) (::) (::)\n\n Thank you for installing yard-gherkin-turnip 1.0.1 / 2020-06-28.\n\n
194
+ \ Changes:\n \n * Fixing bug with class_list method caused by upgrading the
195
+ yard plugin\n \n\n(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
196
+ (::) (::)\n\n"
197
197
  rdoc_options:
198
198
  - "--charset=UTF-8"
199
199
  require_paths: