appium_doc_lint 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 +4 -4
- data/README.md +1 -1
- data/lib/appium_doc_lint/lint.rb +2 -1
- data/lib/appium_doc_lint/version.rb +2 -2
- data/release_notes.md +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c03b750ed72a48e5e12c84c80982105035bf82d8
|
|
4
|
+
data.tar.gz: 55f32988cbd981e5cbaacd98be0707bd69af8184
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d12164d9788f093eceec163fdd6d9515f025c1096bacf14418f9684d0b90e7474539f1a4f9920ce269b1123617fe684f1e23401b70c966f47d02ec43c0870864
|
|
7
|
+
data.tar.gz: e68cdfb42a6b5a8b9b6b0987402a5e3a002eba5ce976632dd6d0fae490d02f48fba3dcaba7192d7c3eb657196ab59348a4d6385527d8be293c0d1cdd184cdba2
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
appium_doc_lint [](https://travis-ci.org/appium/appium_doc_lint)
|
|
1
|
+
appium_doc_lint [](http://badge.fury.io/rb/appium_doc_lint) [](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
|
data/lib/appium_doc_lint/lint.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module Appium
|
|
2
2
|
class Lint
|
|
3
|
-
VERSION = '0.0.
|
|
4
|
-
DATE = '2014-04-
|
|
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.
|
|
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-
|
|
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
|