yamllint 0.0.1 → 0.0.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
  SHA1:
3
- metadata.gz: 5ccf1412af4fe00c2c7db531a1e9c20f72f934d5
4
- data.tar.gz: 03e8922bf5ba374eb58fba1ba51a64ada6a5ed02
3
+ metadata.gz: 4047429efff87829d09becf80146d04da6b18a20
4
+ data.tar.gz: d160545f31729227af994bc04542ec4c65fc87e7
5
5
  SHA512:
6
- metadata.gz: 9630dc14197ed3c907388245230729646c7aa0b89be5d3f6d23937b44a8841f2ea873eb9fc82552478f890793cbd3ff65376f7d6bccc45d4ab02b22683e5be00
7
- data.tar.gz: d790f25607faad472dce8c251a7f8863b7b68dd1a5717970c5890f27b7821fb2030c3080d9e2a306487c3236303c8a62f9c73f7bf78847f4e2432f9dd9c46016
6
+ metadata.gz: 239d2bdaf829ecdd83a9a0beb97699fa9004ca5cf0baf9cd14eda13ae922de556d45916d3dbc58c0025bda3af48216335fc2a51d19699660a3bab2daf986addb
7
+ data.tar.gz: 8ce84b122678bcf56e9ee8a9f133862665d5809ca105f523a2b81d024df5c3fd630289980993ba7fd6c8f2da5bde5eaf9678431db6837c4b96480c27873dc4bc
File without changes
@@ -3,5 +3,5 @@
3
3
  #
4
4
  # Contains YamlLint version number
5
5
  module YamlLint
6
- VERSION = '0.0.1'
6
+ VERSION = '0.0.2'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yamllint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grant Ridder
@@ -130,7 +130,7 @@ files:
130
130
  - lib/yamllint/cli.rb
131
131
  - lib/yamllint/errors.rb
132
132
  - lib/yamllint/linter.rb
133
- - lib/yamllint/rake_tast.rb
133
+ - lib/yamllint/rake_task.rb
134
134
  - lib/yamllint/version.rb
135
135
  - spec/cli_spec.rb
136
136
  - spec/data/empty.yaml