Skip to content

Commit

Permalink
Merge pull request #9 from jpignata/jp/update-mdl
Browse files Browse the repository at this point in the history
Bump markdownlint to 0.3.1
  • Loading branch information
jpignata committed Apr 1, 2016
2 parents f0ded6d + 965398f commit 6d5a36f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "mdl", git: "https://github.com/wfleming/markdownlint", ref: "8143d80"
gem "mdl", "~> 0.3.1"
gem "posix-spawn"
gem "rake"

Expand Down
16 changes: 5 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
GIT
remote: https://github.com/wfleming/markdownlint
revision: 8143d80a31b6f803bdc0f0b90ada3971546d167b
ref: 8143d80
specs:
mdl (0.2.1)
kramdown (~> 1.8, >= 1.8.0)
mixlib-cli (~> 1.5, >= 1.5.0)
mixlib-config (~> 2.1, >= 2.1.0)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
kramdown (1.10.0)
mdl (0.3.1)
kramdown (~> 1.8, >= 1.8.0)
mixlib-cli (~> 1.5, >= 1.5.0)
mixlib-config (~> 2.1, >= 2.1.0)
mixlib-cli (1.5.0)
mixlib-config (2.2.1)
posix-spawn (0.3.11)
Expand All @@ -35,7 +29,7 @@ PLATFORMS
ruby

DEPENDENCIES
mdl!
mdl (~> 0.3.1)
posix-spawn
rake
rspec
Expand Down
2 changes: 1 addition & 1 deletion lib/cc/engine/markdownlint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module CC
module Engine
class Markdownlint
CONFIG_FILE = ".mdlrc".freeze
CONFIG_FILE = "./.mdlrc".freeze
EXTENSIONS = %w[.markdown .md].freeze

def initialize(root, engine_config, io)
Expand Down

0 comments on commit 6d5a36f

Please sign in to comment.