console_buddy 0.1.2 → 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 +4 -4
- data/lib/console_buddy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1cd86364d2e632fe4039385a67b6edd34d05bf80c396da45a4d557282783731
|
4
|
+
data.tar.gz: b90d46e133bc3a1629e5503fff96ddb1fb27ec0ddd47f834003904807f22f4e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3539ddd229e2a5f63640ca938f99cc73e09a50d1a97847242bc82fb08ce05bee3fb20bbf81becaafd155eb1d067929c18afcf154fc0c92a2b5c6a3831726e24d
|
7
|
+
data.tar.gz: de2e917eccce9d46d13673ffaef3119efd636e204b835513ab4764838b7d5f09a6c0bc20e60fee8ad53e515de856f7664004e5a643a2c297aad7c20e7b6ac3d7
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: console_buddy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micah Bowie
|
@@ -228,7 +228,7 @@ requirements: []
|
|
228
228
|
rubygems_version: 3.4.1
|
229
229
|
signing_key:
|
230
230
|
specification_version: 4
|
231
|
-
summary: Have you ever
|
231
|
+
summary: Have you ever had debugging tricks, aliases, or shortcuts that don't make
|
232
232
|
sense as application code but, are super helpful in the console? Define custom methods,
|
233
233
|
helper, and aliases for your app and use them in your rails console or IRB session.
|
234
234
|
test_files: []
|