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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/console_buddy/version.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '099ccda1547eae1a50f5517cb4df805ac6631549d978427a649d86e5823a9c7d'
4
- data.tar.gz: bfd54bea1c75da124c11f901918db9e072176d511298ce721d1477b77f15a621
3
+ metadata.gz: d1cd86364d2e632fe4039385a67b6edd34d05bf80c396da45a4d557282783731
4
+ data.tar.gz: b90d46e133bc3a1629e5503fff96ddb1fb27ec0ddd47f834003904807f22f4e2
5
5
  SHA512:
6
- metadata.gz: de1a51f62a5a348c2b66d4f64ded5e8c016f5adc1db5753225d2f062d9ad6eed3a1bafea4a1c5afab9c8e8e8d1527f7a7e0d041145652b5d9411bfaf20e294b2
7
- data.tar.gz: 9a965d0b12cf7d45afd657564f5d4015598953a2b596683d0fc12b66479e5615c098ba06466b19b30fcf2a8e96fa38f1fbb863b0fb15da39b4567a62ccfe3c23
6
+ metadata.gz: 3539ddd229e2a5f63640ca938f99cc73e09a50d1a97847242bc82fb08ce05bee3fb20bbf81becaafd155eb1d067929c18afcf154fc0c92a2b5c6a3831726e24d
7
+ data.tar.gz: de2e917eccce9d46d13673ffaef3119efd636e204b835513ab4764838b7d5f09a6c0bc20e60fee8ad53e515de856f7664004e5a643a2c297aad7c20e7b6ac3d7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConsoleBuddy
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
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.2
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 have debugging tricks, aliases, or shortcuts that don't make
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: []