desktop-boom 0.5.0 → 0.5.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/lib/boom/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1357906463eae7f81629ae5db78a06631bf0af09
4
- data.tar.gz: c568bbad5ed80183b8b6a1a9d681c25ba1542396
3
+ metadata.gz: 2a1b6982457419c6d2876654c77a216e69a2deb8
4
+ data.tar.gz: 11226d3e08c1c9836acbe5ed9245e31995d71005
5
5
  SHA512:
6
- metadata.gz: 73a3a824b449b60d12e2ca4e7829aec0ccafb31d8efc9f24389636a769d598241295671f639f5cae840d75403cc7bbc9dd866eafe48946b72ec185488ff4d633
7
- data.tar.gz: ad9a5889519c7822989fc98bbaad361b6476e6c78ff774d743701ecde6686777a72a403b5ccf3ecca9aefe291006766ada4be67052ae0055f78610f13cb6755e
6
+ metadata.gz: 188c26d51a06fa588ac18c15e3542b80b2a46f187fa69d5f3369debe5d0414a29e4f43f35e3be1eb03ec708eac9f861afb7341e46bbc14a86c91c37a366b0ffd
7
+ data.tar.gz: 7bf20ae7c9daa7ee1bd3b3b44913c2f520a4e193e41a0eeae13558a5e13dafce6a71861084bc577fd0bd2d08e3758cee3dbf85574da396dfa282c660653f5574
data/README.md CHANGED
@@ -20,7 +20,11 @@ $ boom B
20
20
 
21
21
  Files and folders in the desktop will be moved away and tagged as belonging to project `A` and the files and folders for project `B` will be moved to the desktop.
22
22
 
23
- If `B` doesn't exist yet, it will be created.
23
+ If `B` doesn't exist yet, you must create it with `create`:
24
+
25
+ ```
26
+ $ boom create B
27
+ ```
24
28
 
25
29
  To get help:
26
30
 
@@ -1,3 +1,3 @@
1
1
  module DesktopBoom
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: desktop-boom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hwee-Boon Yar