commonsense 0.1.0 → 0.1.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: 42ba1b7316fd76ddcb89b7308a2a860401907765
4
- data.tar.gz: f1461e7070eed57ae7f71ca9777440690a39dd6a
3
+ metadata.gz: ad6558a54e57bd14413dc62bc3dd97625f6c7432
4
+ data.tar.gz: 5aad627b19f1b2038413e5a74dbc87d17a43ae90
5
5
  SHA512:
6
- metadata.gz: f9b92276ef9abcaded3b683c4a363a483fb7e8ef7ada62b97d1b2c3da818c030c6036db7165a35c98b0ff821028189f742cf220a22239541aeb487048e624466
7
- data.tar.gz: 95caae62c0cbd962d21cf45705ff9baf863d06637ad750393db6999e4c14dfe7f8b2baa65cd960e6b0fd89d9019e63d4f12cd5abab24bfcd0516ad85aac6d477
6
+ metadata.gz: 247da0f12a74311fee837001bec99733b39c5c5835513a5469995458237b299135dafa279dedcdb8b2b9d1dfb8fd8146da44e6105e000deda3eedf8910284c33
7
+ data.tar.gz: a8de0108008c7c44d97dd6f961748b623dea368ca058a44adf0ffbca76816ddaef2ba69c2f68faa0b21b92c4c217625411fe2b68c04fa9b8077b073652364b46
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Commonsense
2
2
 
3
- Validate text against the [commonsense specification](https://github.com/beneills/commonsense-spec.) to resist authorship analysis. See the spec for more information.
3
+ Validate text against the [commonsense specification](https://github.com/beneills/commonsense-spec) to resist authorship analysis. See the spec for more information.
4
4
 
5
5
  This gem contains a Ruby library and single executable.
6
6
 
data/exe/commonsense CHANGED
@@ -25,6 +25,8 @@ def main
25
25
  puts
26
26
  puts 'This utility checks each file against the commonsense text specification'
27
27
  puts 'returning good exit status only if all inputs are valid.'
28
+ puts
29
+ puts 'See https://github.com/beneills/commonsense-spec for more information.'
28
30
  exit 0
29
31
  else
30
32
  results = ARGV.map do |filename|
@@ -1,3 +1,3 @@
1
1
  module Commonsense
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonsense
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
  - Ben Eills