mdl 0.3.0 → 0.3.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
  SHA1:
3
- metadata.gz: 63d2a62f680a2090a8fdd92a69b01953781e153c
4
- data.tar.gz: 89d7e3211a085c922f6622fc43920cf424945445
3
+ metadata.gz: 936be64bf79d5bead9ce46cc5f259a4e7d011084
4
+ data.tar.gz: b31fb00915f2b8b3a400758a6d08c273138523eb
5
5
  SHA512:
6
- metadata.gz: c0d2dde537e878235680efccb4133a18d25e9f8bce41a926376794d71de4ae2630f4f1f1b0c11574a350b0e672595c7c90f690e5fc01ae3b0279b5c68ee82ff5
7
- data.tar.gz: 4228d4d9b6387d2d161cab1f5d1ce49dc9d1e6443da0353a4c630f6720cd6359650e50f08d21d40655821a89201308b8592aeb2bd0f6724b0090a815ec4f8c57
6
+ metadata.gz: e29b0812ef5eff2cebe992da2dcb9887197d59756ccfc2443adeadfb67ec2a3d7a03d3c129f794f804808705208d26271af0414ebfbe631d028c346c43cda806
7
+ data.tar.gz: edf20cb26c6d61cb735b264e9798ab9abe6347374efcef73221408d2d97b44980530e90a4fcd9fba0c309cdefbcc77c08344147b4a0fb48cfc44bbc1ab30927f
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## [v0.3.1](https://github.com/mivok/markdownlint/tree/v0.3.1) (2016-03-20)
4
+
5
+ [Full Changelog](https://github.com/mivok/markdownlint/compare/v0.3.0...v0.3.1)
6
+
7
+ ### Bugs fixed
8
+
9
+ * Fix error on starting mdl
10
+
3
11
  ## [v0.3.0](https://github.com/mivok/markdownlint/tree/v0.3.0) (2016-03-19)
4
12
 
5
13
  [Full Changelog](https://github.com/mivok/markdownlint/compare/v0.2.1...v0.3.0)
@@ -1,4 +1,5 @@
1
1
  require 'mixlib/cli'
2
+ require 'pathname'
2
3
 
3
4
  module MarkdownLint
4
5
  class CLI
@@ -1,3 +1,3 @@
1
1
  module MarkdownLint
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Harrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-19 00:00:00.000000000 Z
11
+ date: 2016-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kramdown