snippit 1.0.0 → 1.0.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/RELEASE_NOTES +3 -11
- data/lib/snippit/VERSION +1 -1
- data/lib/snippit/io.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16fdf46cd67ceca03cbbdfd0a56bfccac296350ef62cb23287007dd819a7d529
|
|
4
|
+
data.tar.gz: 217e61893d3831d0a194aa9481dddbcbbefcbf47fad9736968189a368fdc441a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c940a9b835bf29e3442031650a8846cc7b956f3143b0b5b152bdde1ccbd728ff25d32667a79999a8adece795d74bbfeb61fe6fce71e2632cd9f1404131f38a04
|
|
7
|
+
data.tar.gz: 882c717f86eb8d06d2b582dc18e8c575b434d5ad632a6ea2c9e826ced49c0154aec5714d331481ce2f3a0f5e88d75fc2b06dc17419fe9e79405901164b109ac6
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
FileUtils Fix
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Fixed
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
- `--add` alias
|
|
7
|
-
- `--force` to force overwriting
|
|
8
|
-
- `--name` to set a different name
|
|
9
|
-
- `--slug` to use a different slug (ID)
|
|
10
|
-
- `snippit --get` to get snippets
|
|
11
|
-
- `snippit --delete` to delete snippets
|
|
12
|
-
- `snippit --list` to list available snippets
|
|
13
|
-
- `snip` as an alias of `snippit`
|
|
5
|
+
- Fatal error for missing `FileUtils` constant
|
data/lib/snippit/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/lib/snippit/io.rb
CHANGED