pryx 0.8.4 → 0.8.5

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/pryx +1 -0
  3. data/lib/pryx/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58281fe18bf82b0ce172d6cab39d5cc3086b4b4a98114df9b5ea78f82929843e
4
- data.tar.gz: 881dc1ed1704fecf79a36150cc06f49310b6d0d65713625f950e17ef215cb4b5
3
+ metadata.gz: e1f968aa8906d4c846907eca6e1f0c9b0729c191e3fbe917876b45a4139ef644
4
+ data.tar.gz: a078c90f55368509ba6efac19615d2fdad3cb98733313bb7e30d12288b58ffb8
5
5
  SHA512:
6
- metadata.gz: 6c31446ae971be744aa6f1bd7aa6b96ff8a06f7991e22cd3b580e51fde9fd969072c06a26e661e07a79478b9fa73b90c930b7f30244a6b54033c42f2c79875df
7
- data.tar.gz: 1e2fcc909fbe349b3d7d46490900f9cd9b81ba56294fe882f4ef7c22267f909a9651e6611d5c224d33ad2d4135cd8ec540a4017bb3b686966f25b585ddf21354
6
+ metadata.gz: 0436364c1e5b81852c0cf61ebf725b1ec3f8a4fa1c0743dbcffa970c01f9ac1a1b4902d447ce0a159769615c31de9a4a1de3291c1ecf3e13069644bbac00cac3
7
+ data.tar.gz: 7f88e7b33521041215279acdd98b383f9516ed83388b2298048a3e9aed7c35112c7e08fc57961d62a6e4d069cc420ca99fd5fc79e3becfdb6d9179b8b1d9e6c4
data/bin/pryx CHANGED
@@ -7,6 +7,7 @@
7
7
  $0 = 'pry'
8
8
 
9
9
  require 'pry'
10
+ require 'pryx/pry_plugins'
10
11
  require 'pryx_cli'
11
12
 
12
13
  # Process command line options and run Pry
data/lib/pryx/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pryx
4
- VERSION = [0, 8, 4]
4
+ VERSION = [0, 8, 5]
5
5
 
6
6
  class << VERSION
7
7
  include Comparable
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pryx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Billy.Zheng(zw963)