rdoc-linter 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: b95569356b59865d470c04ff2d960d35f1111ed6758f828ad6cba19bcddc7837
4
- data.tar.gz: d851165ac62e6fac5db82a9f365a476263d0db92a1f2aa87704aa5a549b50f95
3
+ metadata.gz: e1d1546afe6312e008eb497a140b85fe111356f667f382e9485ba1aed6bee21a
4
+ data.tar.gz: d1dacba6ae7764952549958e8b9656f0c5094a97230d5e5d7268b208c4740617
5
5
  SHA512:
6
- metadata.gz: bc77597648dae80e719808623fa54a35b97c63a08be64526b65f023439424321115a589ff7757cf42ca3da88b1ed8954679a4694e47fb09184d1d00b88e7444f
7
- data.tar.gz: 2fe7739047f4192b0cb10edbfcb9f6ce825a487e1227d4834527aea29537fb8e2877a123abc120a6074a4eda4906798cb1e21a81f3f8e8c478b48c087bfed8b2
6
+ metadata.gz: ac84e081ca814c3d25eeceade00bd65ec09f95138c4ade4fa7d90317fa6262c755dd106be75336762636bb486be2a945651455736ca512814ab3ed236909cd30
7
+ data.tar.gz: d2e587c2d5c8473895cedcdbc7befa3392972a0a970fecba7caf7ef27f76a6fb7aa85a3b8790f3e9ffd31335cc8c02066fb25deb592e97c46fbee8db3930e0e7
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Rdoc::Linter
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/rdoc/linter`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Not ready for prime time.
6
4
 
7
5
  ## Installation
8
6
 
@@ -11,7 +9,7 @@ gem install rdoc-linter
11
9
  ```
12
10
  ## Usage
13
11
 
14
- TODO: Write usage instructions here
12
+ To be supplied.
15
13
 
16
14
  ## Development
17
15
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rdoc
4
4
  module Linter
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdoc-linter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burdette Lamar