xdite 1.3.5 → 1.3.6
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/lib/xdite/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a88a9042867e8a6e86ba14f1d0975b354c10c1a
|
|
4
|
+
data.tar.gz: 216c194648847ef40e499396b0ee72f3d8352900
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34534f15edd4b42401289e763a061a640e1a2193fc95fd1c4c9221a984e1363d1b3d5644136bdf0e8b3f5706070a73127d50df3a67f2865dcf922d2958f96ac9
|
|
7
|
+
data.tar.gz: a554e4e2dbdd22a72e1a19f5a9dc00c2e3def9a4a0a91f3f154d617a2aa8daa77730bdf4498ab8c729d7242143c964345440778af901d824cc8571f7d2b0b75e
|
data/lib/xdite/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xdite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tony Jian
|
|
@@ -47,10 +47,11 @@ post_install_message: |
|
|
|
47
47
|
|
|
48
48
|
$ xdite help
|
|
49
49
|
Commands:
|
|
50
|
-
xdite help [COMMAND]
|
|
51
|
-
xdite paragraph
|
|
52
|
-
xdite says
|
|
53
|
-
xdite
|
|
50
|
+
xdite help [COMMAND] # Describe available commands or one specific command
|
|
51
|
+
xdite paragraph [NUMBER] [SENTENCES] # Prints paragraphs
|
|
52
|
+
xdite says [NUMBER] # Prints famous quotes. (Default task)
|
|
53
|
+
xdite sentence [NUMBER] # Prints famous quotes inline.
|
|
54
|
+
xdite version # Prints version
|
|
54
55
|
|
|
55
56
|
============================================
|
|
56
57
|
rdoc_options: []
|