melon 0.6.0 → 0.6.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.
- data/History.txt +4 -0
- data/lib/melon/commands.rb +1 -7
- data/lib/melon/hasher.rb +1 -1
- data/lib/melon/helpers.rb +2 -0
- data/lib/melon/version.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/lib/melon/commands.rb
CHANGED
@@ -21,18 +21,12 @@ module Melon
|
|
21
21
|
|
22
22
|
|
23
23
|
# 1.0 list
|
24
|
-
# TODO: check needs -r
|
25
|
-
# TODO: update- a function of add, ignore files that are already present in the db
|
26
24
|
# TODO: needs a 'remove' command, or some way to deal with deletes/renames
|
27
25
|
# remove: given a tracked file, removes it
|
28
26
|
# given an untracked file, it hashes it
|
29
27
|
# and attempts to remove it by hash
|
30
28
|
# TODO: list needs --paths(only) and --hashes(only)
|
31
|
-
#
|
32
|
-
# could be:
|
33
|
-
# 1. move file
|
34
|
-
# 2. add new path to db
|
35
|
-
# 3. some sort of cull cmd that removes untracked paths
|
29
|
+
#
|
36
30
|
# post-1.0
|
37
31
|
# TODO: needs a 'verify' command to check integrity of database
|
38
32
|
# both internal 2-hash consistency (consistency) and db<->filesystem
|
data/lib/melon/hasher.rb
CHANGED
data/lib/melon/helpers.rb
CHANGED
data/lib/melon/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: melon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 1
|
10
|
+
version: 0.6.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andrew Roberts
|