markup-email 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/bin/markup-email +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5848ea7ff048c4eb8f664692385323318d417f1e
4
- data.tar.gz: c69df35ab4ff7a26bb466b1b60e6895cd01b29ef
3
+ metadata.gz: d58b9e8998d8dbfa435611f5880bfcef514a462d
4
+ data.tar.gz: bf8d12db39f17221adfbb4bfd8f1d9f779370fc8
5
5
  SHA512:
6
- metadata.gz: ecd3ff77e1fafdd3418f20b5e2e9754f66d36ccc9bdeac51babcffd18b0114bf0e2023c510f57d12750b9e3f9ec5a3ba8eb0f7b577b3781b605e8f28f76b3d56
7
- data.tar.gz: 7781af8eb3d7dd88fa076a6f00c73328a844a2080d06e6a3d21c0c31cf67d8898f79103ed32f8e8a5d7356c2d482bfc0761b05499847c294d9a6938743d19d5d
6
+ metadata.gz: 3db341134b2aff387fffafaf05771428189ddcdd02205aa824567c5cfde978c3bac31f3aa0f428f5d4b609cbebb58084e4d3db46421b39a20446d8e34f50c83b
7
+ data.tar.gz: a64d1270e9be5bba3ef24c597df5d1ba37f06d9725d1a2553f98a711197f8afe149465420c0b066248c42a3a93b3d6912b800e7c284f13c77978b6e709ae6e58
data/README.md CHANGED
@@ -24,9 +24,9 @@ Options:
24
24
 
25
25
  | Option | Description |
26
26
  | ----------------------|:-------------:|
27
- | -s, --sanitize | Sanitizes all html/markdown by removing potentialy harmful tags or their attributes |
27
+ | -s, --sanitize | Sanitizes all html/markdown by removing potentially harmful tags or their attributes |
28
28
  | -t, --title | The subsequent word/argument will be set as the title |
29
- | -h, --help, help | Brings up the help menu (same as this) |
29
+ | -h, --help, help | Brings up the help menu (similar as this) |
30
30
 
31
31
 
32
32
  Your chosen markdown requires these packages accordingly:
data/bin/markup-email CHANGED
@@ -16,7 +16,7 @@ Basic usage:
16
16
 
17
17
  Options:
18
18
  -s, --sanitize Sanitizes all html/markdown by removing
19
- potentialy harmful tags or their attributes
19
+ potentially harmful tags or their attributes
20
20
 
21
21
  -t, --title The subsequent word/argument will be set as
22
22
  the title
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markup-email
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Demonstrandum