pryx 0.9.2 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/lib/pryx/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d22d1022ace2897c46d58d4c3f91ff8f8e9ff62779c2616ddd36744c341215a
4
- data.tar.gz: 7d89e918eddfabf381c58de5562ff6bb31aead8cd94d9e111b795c6654fa9729
3
+ metadata.gz: f3aecd3d73b65a377e4a7482c8fcfb6e7b6c2011f676d55f705a00aa542dd820
4
+ data.tar.gz: b331f7d2f0a90922e74b9a2d0347a5aadf7fdac2b42ec36e385ab5be95d09fac
5
5
  SHA512:
6
- metadata.gz: 8d3e16ce72313a3fdec2b50a0740b4c2eb65338b33a66cb46bfee4594969e9be5fce99e5c1fa85a317e7e1397f787217bc475fd05ef4f14032b2ef5ddee865cf
7
- data.tar.gz: 5bc99437dc472551b5faddc4012b283fa56e1da7c61ae4713ea5cad5d90561194ec81cc6c3487245e93548dc3cf25598e20e89fdd666a373a48b88d494bcae4b
6
+ metadata.gz: 6ddc6e36ac3c08dc54f05a1f14be16d016bf53869b43438afd53c9171789c8b64d6fc91eb7119542c602740f61c2525d7753b970c38ae6b8ee0e730a10f23a4b
7
+ data.tar.gz: e35822d9ce59c7fa8e009f3b882df347c2fcf6b84a500d2f44f08ef31a7e11958dbf03a1678157923cdc014b80c06cc91e46c7205bece12af027e54e1b73b51b
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Pryx [![CI](https://github.com/zw963/pryx/actions/workflows/ci.yml/badge.svg)](https://github.com/zw963/pryx/actions/workflows/ci.yml)[![Gem Version](https://badge.fury.io/rb/pryx.svg)](http://badge.fury.io/rb/pryx)![](https://ruby-gem-downloads-badge.herokuapp.com/pryx?type=total)
1
+ # Pryx [![CI](https://github.com/zw963/pryx/actions/workflows/ci.yml/badge.svg)](https://github.com/zw963/pryx/actions/workflows/ci.yml) [![Gem Version](https://badge.fury.io/rb/pryx.svg)](http://badge.fury.io/rb/pryx) ![](https://ruby-gem-downloads-badge.herokuapp.com/pryx?type=total)
2
2
 
3
3
  Three Virtues of a Programmer: Laziness, Impatience, and Hubris. -- Larry Wall, the author of Perl Programming language.
4
4
 
@@ -141,9 +141,7 @@ namespace/variables etc.
141
141
  But, you should only use it in development, though, it was tested is run in container(alpine) too.
142
142
 
143
143
  ## Limit
144
-
145
- 1. When use looksee with irb for Ruby 3.1.x, looksee output color was not correct displayed.
146
- check: https://github.com/oggy/looksee/issues/57
144
+
147
145
  2. Pry's show auto-watch when not work, because `Enter` key rebinding to `run the last command`.
148
146
  i consider this is more useful, you can always use `w` alias to see the watch changes.
149
147
 
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, 9, 2]
4
+ VERSION = [0, 10, 0]
5
5
 
6
6
  class << VERSION
7
7
  include Comparable
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pryx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Billy.Zheng(zw963)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-05 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '4.4'
75
+ version: '5.0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '4.4'
82
+ version: '5.0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: pry-aa_ancestors
85
85
  requirement: !ruby/object:Gem::Requirement