pantograph 0.1.1 → 0.1.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b90cbd93dfb69b820b3d5b90902267e8d4db799054f4273dfba0bea78383a6c2
|
4
|
+
data.tar.gz: 54338f1e8cf18302ab948e816249fae647278b6eefa49e470bc3f2e23a04d28a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eac708d6bf4983070ef34b81571da89159213215936308e682e041f796e9a1781b0cb78267ff5df363a423360da0a01adda8db0d469ec574c033f65b3bdb2f8c
|
7
|
+
data.tar.gz: 0e045f3d8741e3185e749182036f87b1a46200d7601b3af620d59b857a9e935eda536003a8bdee44eebf95fa7064ebe690e79f7ddbf4a90673b6fccd675d2851
|
@@ -117,7 +117,7 @@ module Pantograph
|
|
117
117
|
Pantograph::CommandsGenerator.start
|
118
118
|
end
|
119
119
|
ensure
|
120
|
-
|
120
|
+
PantographCore::UpdateChecker.show_update_status('pantograph', Pantograph::VERSION)
|
121
121
|
end
|
122
122
|
|
123
123
|
# Since pantograph also supports the rocket and biceps emoji as executable
|