console_buddy 0.1.1 → 0.1.2

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 +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1974a84f07b540eb25e77ad91b3e5271dc2a8db54b182f98a6ff7c7edcef6070
4
- data.tar.gz: 9aa0bba710385fb7e39dc04911591f99506b187698f3466777ec5cb48646b4ba
3
+ metadata.gz: '099ccda1547eae1a50f5517cb4df805ac6631549d978427a649d86e5823a9c7d'
4
+ data.tar.gz: bfd54bea1c75da124c11f901918db9e072176d511298ce721d1477b77f15a621
5
5
  SHA512:
6
- metadata.gz: 87fd331b06f92bc97f36d02d5bbd0eb18ff784bd627be1d8ccedaad0c3669cbbf34713f488a8d986931bc4405babf9c72b4d41066d0eed8dc8769f8be9a4172d
7
- data.tar.gz: e15e875ec308c774041d3dc670c5d4a793e3dc9fa9ac7b2ecf8f1838d26777b3884928499af27dcd692363fa44fbc8c645e3fbd04828ac5874be09796d390d2b
6
+ metadata.gz: de1a51f62a5a348c2b66d4f64ded5e8c016f5adc1db5753225d2f062d9ad6eed3a1bafea4a1c5afab9c8e8e8d1527f7a7e0d041145652b5d9411bfaf20e294b2
7
+ data.tar.gz: 9a965d0b12cf7d45afd657564f5d4015598953a2b596683d0fc12b66479e5615c098ba06466b19b30fcf2a8e96fa38f1fbb863b0fb15da39b4567a62ccfe3c23
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConsoleBuddy
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Bowie
@@ -165,8 +165,8 @@ dependencies:
165
165
  - - ">="
166
166
  - !ruby/object:Gem::Version
167
167
  version: '0'
168
- description: Define custom methods, helper, and aliases for app and use them in your
169
- rails console or IRB session.
168
+ description: Define custom methods, helper, and aliases for your app and use them
169
+ in your rails console or IRB session.
170
170
  email:
171
171
  - micahbowie20@gmail.com
172
172
  executables: []
@@ -228,6 +228,7 @@ requirements: []
228
228
  rubygems_version: 3.4.1
229
229
  signing_key:
230
230
  specification_version: 4
231
- summary: Define custom methods, helper, and aliases for app and use them in your rails
232
- console or IRB session.
231
+ summary: Have you ever have debugging tricks, aliases, or shortcuts that don't make
232
+ sense as application code but, are super helpful in the console? Define custom methods,
233
+ helper, and aliases for your app and use them in your rails console or IRB session.
233
234
  test_files: []