pryx 0.9.2 → 0.10.0
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/README.md +2 -4
- data/lib/pryx/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3aecd3d73b65a377e4a7482c8fcfb6e7b6c2011f676d55f705a00aa542dd820
|
|
4
|
+
data.tar.gz: b331f7d2f0a90922e74b9a2d0347a5aadf7fdac2b42ec36e385ab5be95d09fac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ddc6e36ac3c08dc54f05a1f14be16d016bf53869b43438afd53c9171789c8b64d6fc91eb7119542c602740f61c2525d7753b970c38ae6b8ee0e730a10f23a4b
|
|
7
|
+
data.tar.gz: e35822d9ce59c7fa8e009f3b882df347c2fcf6b84a500d2f44f08ef31a7e11958dbf03a1678157923cdc014b80c06cc91e46c7205bece12af027e54e1b73b51b
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Pryx [](https://github.com/zw963/pryx/actions/workflows/ci.yml)[](http://badge.fury.io/rb/pryx)
|
|
1
|
+
# Pryx [](https://github.com/zw963/pryx/actions/workflows/ci.yml) [](http://badge.fury.io/rb/pryx) 
|
|
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
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.
|
|
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-
|
|
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: '
|
|
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: '
|
|
82
|
+
version: '5.0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: pry-aa_ancestors
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|