appium_doc_lint 0.0.1 → 0.0.2

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: e81bae7396d3274bda69140ee465c9c581afe2cb
4
- data.tar.gz: 522aa1992b52fb5763cc98217f3bd1e8d352d4f1
3
+ metadata.gz: c03b750ed72a48e5e12c84c80982105035bf82d8
4
+ data.tar.gz: 55f32988cbd981e5cbaacd98be0707bd69af8184
5
5
  SHA512:
6
- metadata.gz: 6bc03d6856b7a710dcf8398341ce5af44511866cfa92b8a5919fdd7543f4b24d005bbdf5c1769645cad7223aca722312a642b467be74edf0dfa783e9298eeed6
7
- data.tar.gz: b1abb318bfe3c668a01c947b618a601a2b000dd05ce3ac44d65f37b6b9a2e6280e473e0213d18990e3aa91f998d5f71e3e8a6e0b7fc7ba01e5f9db6bcd97e760
6
+ metadata.gz: d12164d9788f093eceec163fdd6d9515f025c1096bacf14418f9684d0b90e7474539f1a4f9920ce269b1123617fe684f1e23401b70c966f47d02ec43c0870864
7
+ data.tar.gz: e68cdfb42a6b5a8b9b6b0987402a5e3a002eba5ce976632dd6d0fae490d02f48fba3dcaba7192d7c3eb657196ab59348a4d6385527d8be293c0d1cdd184cdba2
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- appium_doc_lint [![Build Status](https://travis-ci.org/appium/appium_doc_lint.svg?branch=master)](https://travis-ci.org/appium/appium_doc_lint)
1
+ appium_doc_lint [![Gem Version](https://badge.fury.io/rb/appium_doc_lint.svg)](http://badge.fury.io/rb/appium_doc_lint) [![Build Status](https://travis-ci.org/appium/appium_doc_lint.svg?branch=master)](https://travis-ci.org/appium/appium_doc_lint)
2
2
  ===============
3
3
 
4
4
  lint tool to check for common issues in the appium docs before publishing with Slate
@@ -71,7 +71,8 @@ module Appium
71
71
  markdown = File.expand_path markdown
72
72
  results.merge!(self.call(file: markdown))
73
73
  end
74
- results
74
+ # glob order is system dependent so sort the results.
75
+ results.sort.to_h
75
76
  end
76
77
 
77
78
  # Format data into a report
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  class Lint
3
- VERSION = '0.0.1' unless defined? ::Appium::Lint::VERSION
4
- DATE = '2014-04-18' unless defined? ::Appium::Lint::DATE
3
+ VERSION = '0.0.2' unless defined? ::Appium::Lint::VERSION
4
+ DATE = '2014-04-19' unless defined? ::Appium::Lint::DATE
5
5
  end
6
6
  end
data/release_notes.md ADDED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_doc_lint
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
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-18 00:00:00.000000000 Z
11
+ date: 2014-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -77,6 +77,7 @@ files:
77
77
  - lib/appium_doc_lint/lint/h456_invalid.rb
78
78
  - lib/appium_doc_lint/lint/line_break_invalid.rb
79
79
  - lib/appium_doc_lint/version.rb
80
+ - release_notes.md
80
81
  - spec/data/0.md
81
82
  - spec/data/1.md
82
83
  - spec/data/sub/3.md