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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/xdite/version.rb +1 -1
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 526035c5824b72096533ea5d6dfd9fcfc94a6607
4
- data.tar.gz: 3c312c919c8ca423027a62dacc6d665398182b20
3
+ metadata.gz: 3a88a9042867e8a6e86ba14f1d0975b354c10c1a
4
+ data.tar.gz: 216c194648847ef40e499396b0ee72f3d8352900
5
5
  SHA512:
6
- metadata.gz: 658b54248e51c4022625eda946e493a036d707cb6265dc0fcbbfb80d53948d34d1cbd7c7dee787826c05a667b6517e8862b185482bc8801fd605b02082f2ef01
7
- data.tar.gz: d2de5570363afbc0ceb8e8c1289fe30023f88634b845846e8466dd698297ae1cb71086bf09565e59c2060102d6d58daae4206aa8523c5cf5c219dbbccd8703b1
6
+ metadata.gz: 34534f15edd4b42401289e763a061a640e1a2193fc95fd1c4c9221a984e1363d1b3d5644136bdf0e8b3f5706070a73127d50df3a67f2865dcf922d2958f96ac9
7
+ data.tar.gz: a554e4e2dbdd22a72e1a19f5a9dc00c2e3def9a4a0a91f3f154d617a2aa8daa77730bdf4498ab8c729d7242143c964345440778af901d824cc8571f7d2b0b75e
@@ -1,3 +1,3 @@
1
1
  module Xdite
2
- VERSION = '1.3.5'
2
+ VERSION = '1.3.6'
3
3
  end
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.5
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] # Describe available commands or one specific command
51
- xdite paragraph # prints a paragraph
52
- xdite says # prints a famous quote
53
- xdite version # prints version
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: []