rubocop-wait_for 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: 2838e7a28daeb2b42c69f22aa9a355d4c1b8121a20418a34f0c4e32eb0f92c0f
4
- data.tar.gz: 49c4575ac16e5ac806c04ec6d7233dde8e1b714afa4a4cc7f1244b35fddbcdd2
3
+ metadata.gz: '08126d86756d0151edd456f62eb9f40ff0089089d06338a6505734b91b8023a3'
4
+ data.tar.gz: 2995fde28c3e4e50aa26c480a1f7f25c8079cf1cc99b4169487afbc969f07cfe
5
5
  SHA512:
6
- metadata.gz: fc900f5b918bf09c8677f3536bba3afd463477439976779622cb9924fb51189871648e0d834c9b30962e56323683ed54d513dd8810abb0fac58d51e563c11ff1
7
- data.tar.gz: 3481d3386f03e303c75c443995af1d9ad025f4016b8a3e48e110dd0b3c03475bd075f62a03e0e20813ec81c79022a022f682144ba71b4362eb9bcb7900c03379
6
+ metadata.gz: 41b98558c352e332cae24e935987f87774e048c91229141d91b21a08f6bee5a4a0ec5193febe90d6d88b393dc7413692e5ac15ed6cf091c310984c83ca2a79c8
7
+ data.tar.gz: f5909346a3e37c0f8e2391fe3fa889c3e156b32c3e03ddd35caee12359fe1039b268afd67a883ba0d638e7a75b19b566d8d491f035789ae074b9a3c83527bee7
@@ -24,7 +24,7 @@ module RuboCop
24
24
  DIRECTIVE_PATTERN = /#\s*(?:rubocop[:\-])?wait-for\s+(.+)/.freeze
25
25
  private_constant(*constants(false))
26
26
 
27
- MSG = 'condition has been met.'
27
+ MSG = 'Condition has been met.'
28
28
 
29
29
  def external_dependency_checksum
30
30
  Time.now.to_i.to_s if ENV['RUBOCOP_WAIT_FOR_CHECK_ALL'] == '1'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module WaitFor
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
@@ -3,8 +3,5 @@
3
3
  require_relative 'wait_for/version'
4
4
 
5
5
  module RuboCop
6
- module WaitFor
7
- class Error < StandardError; end
8
- # Your code goes here...
9
- end
6
+ module WaitFor; end # rubocop:disable Style/Documentation
10
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-wait_for
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
  - Yaroslav Kurbatov