jazz_fingers 6.0.0.pre.rc1 → 6.1.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/CHANGELOG.md +18 -0
- data/jazz_fingers.gemspec +1 -1
- data/lib/jazz_fingers/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbbbaa8fa627490beb072b4ea4b98e8d8d6e8714f29ec6685a41ca7578dc3ac9
|
|
4
|
+
data.tar.gz: fad27536ac01200b69d7f918e70967facaa826ec7c250f9d3505a0a69e7e1148
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 224fa623b2a249d60c65157a15c91c653d864efc1dbb689c27fd13e0970050c871535cc07b6e60a711dd46a26d577eadb81a592c6382d44e0139d182d2a90ef6
|
|
7
|
+
data.tar.gz: ab4659a04f7974661d1cad67eea364c6060c1ea9f1616a729310faec6692e12f1e47691419f12ff9f517b31ed30e36935a9c77da1de08af1367aafe827222747
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 6.1.0 (2021-04-19)
|
|
4
|
+
* Update [amazing_print][amazing_print] to v1.3.0
|
|
5
|
+
|
|
6
|
+
## 6.0.0.pre.rc1 (2020-10-22)
|
|
7
|
+
* Switched [awesome_print][awesome_print] with [amazing_print][amazing_print]
|
|
8
|
+
|
|
9
|
+
## 5.2.0 (2020-07-22)
|
|
10
|
+
* Fixed application name
|
|
11
|
+
|
|
12
|
+
## 5.2.1 (2020-07-16)
|
|
13
|
+
* Fix Rails deprecation
|
|
14
|
+
|
|
15
|
+
## 5.2.0 (2020-05-09)
|
|
16
|
+
* Added Pry custom commands
|
|
17
|
+
* Customize AwesomePrint configuration
|
|
18
|
+
* Customize CodeRay colors
|
|
19
|
+
|
|
3
20
|
## 5.1.0.rc1 (2020-04-25)
|
|
4
21
|
* Change deprecated method on pry > 0.13.0
|
|
5
22
|
* Improve naming context
|
|
@@ -185,6 +202,7 @@
|
|
|
185
202
|
|
|
186
203
|
[pry]: http://pry.github.com
|
|
187
204
|
[awesome_print]: https://github.com/michaeldv/awesome_print
|
|
205
|
+
[amazing_print]: https://github.com/amazing-print/amazing_print
|
|
188
206
|
[pry-doc]: https://github.com/pry/pry-doc
|
|
189
207
|
[pry-git]: https://github.com/pry/pry-git
|
|
190
208
|
[pry-nav]: https://github.com/nixme/pry-nav
|
data/jazz_fingers.gemspec
CHANGED
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
|
|
|
20
20
|
|
|
21
21
|
# Dependencies
|
|
22
22
|
gem.required_ruby_version = '>= 2.0'
|
|
23
|
-
gem.add_runtime_dependency 'amazing_print', '~> 1.
|
|
23
|
+
gem.add_runtime_dependency 'amazing_print', '~> 1.3'
|
|
24
24
|
gem.add_runtime_dependency 'pry', '~> 0.10'
|
|
25
25
|
gem.add_runtime_dependency 'pry-byebug', '~> 3.4'
|
|
26
26
|
gem.add_runtime_dependency 'pry-coolline', '~> 0.2'
|
data/lib/jazz_fingers/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jazz_fingers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paulo Henrique Lopes Ribeiro
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: amazing_print
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
19
|
+
version: '1.3'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '1.
|
|
26
|
+
version: '1.3'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: pry
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -132,9 +132,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
version: '2.0'
|
|
133
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
|
-
- - "
|
|
135
|
+
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version:
|
|
137
|
+
version: '0'
|
|
138
138
|
requirements: []
|
|
139
139
|
rubygems_version: 3.1.3
|
|
140
140
|
signing_key:
|