gist_nuke 0.0.2 → 0.0.3
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 +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Yzg0NDlmMWE0ZDhmYThiYmFmMmQ5ODkyOWZlYmFjMWFmNTk1MjJiNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjE0N2ZkZWEwMGViOWJiODlkYzQ1YTFkNzRiNjFmYzIyZTEzYTZiMA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Y2Y3MjNmYWNkMGY3ZmFhZjFkOTc5NjYyZTYyYzBiMjU5YTc2ZDlmNGQxZDdi
|
|
10
|
+
YzM2ZWRlYmZmMWViZjgzM2IwM2IyNzQ2ZDBlMDUyYmQ4M2IxY2ZhODVkYTJj
|
|
11
|
+
ZDUwZmRhYTRhOWJkN2JhYjFjMGEzMzBlODU4M2Q2YzNmN2VhMWU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzgwNTkxOGI1YzJjOTI3YWI1M2Y2Y2UxZjI1MDZiMGFlODlmMWQyNjc4ZWM2
|
|
14
|
+
OTgwZGUxMDk4ZmU4YWFkOGFmNWIwMzM3NmU2NDM0MjRlZDM1ZmI4MjIwNTE2
|
|
15
|
+
ZjNiZTZmODRmZDM2OTI3ZTk1YmYzOTdiZjEyMTJmNjI4ZGIzMGI=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gist_nuke
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zachgersh
|
|
@@ -39,7 +39,7 @@ dependencies:
|
|
|
39
39
|
- - ~>
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: 2.5.0
|
|
42
|
-
description: A great way to clean up your
|
|
42
|
+
description: A great way to clean up your Gists
|
|
43
43
|
email: zachgersh@gmail.com
|
|
44
44
|
executables:
|
|
45
45
|
- gist_nuke
|
|
@@ -48,7 +48,7 @@ extra_rdoc_files: []
|
|
|
48
48
|
files:
|
|
49
49
|
- lib/gist_nuke.rb
|
|
50
50
|
- bin/gist_nuke
|
|
51
|
-
homepage:
|
|
51
|
+
homepage: https://github.com/zachgersh/gist_nuke
|
|
52
52
|
licenses:
|
|
53
53
|
- MIT
|
|
54
54
|
metadata: {}
|