nazar 0.1.1 → 0.1.3
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
- checksums.yaml.gz.sig +0 -0
- data/lib/nazar/version.rb +1 -1
- data/nazar.gemspec +2 -1
- data.tar.gz.sig +0 -0
- metadata +3 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca22ec5fbbb7a1b310bf6ce3c13f3b7141ba3ebbb6148ad2ee38f7d597c709d5
|
|
4
|
+
data.tar.gz: cc3b88da51bd75718661913f23d8aae323c759ffef8ab1d43d7469b471056216
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fcd672ea8ab0537ead3bfb865bc297383739b4b48596b51b7929b49fa8e95d85a0e610ab405b8aaca3ff6180347553a71a1444218486e87f2289084f15be084
|
|
7
|
+
data.tar.gz: e2eea43c25abe63d516122c5fc927e8d4c5d68b1727a2f3c0e1a5569998819174b027199aa4ae7e33ccc4e93d63adef1053ae753b73b2741c04b09633a4624b8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/nazar/version.rb
CHANGED
data/nazar.gemspec
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require_relative 'lib/nazar/version'
|
|
4
4
|
|
|
5
|
-
Gem::Specification.new do |spec|
|
|
5
|
+
Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
|
|
6
6
|
spec.name = 'nazar'
|
|
7
7
|
spec.version = Nazar::VERSION
|
|
8
8
|
spec.authors = ['Michał Krzyżanowski']
|
|
9
9
|
spec.email = ['michal.krzyzanowski+github@gmail.com']
|
|
10
|
+
spec.licenses = ['MIT']
|
|
10
11
|
|
|
11
12
|
spec.summary = 'Nazar is a tool that enhances default IRB/Pry inspect output'
|
|
12
13
|
spec.homepage = 'https://github.com/krzyzak/nazar'
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nazar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michał Krzyżanowski
|
|
@@ -205,7 +205,8 @@ files:
|
|
|
205
205
|
- lib/nazar/view.rb
|
|
206
206
|
- nazar.gemspec
|
|
207
207
|
homepage: https://github.com/krzyzak/nazar
|
|
208
|
-
licenses:
|
|
208
|
+
licenses:
|
|
209
|
+
- MIT
|
|
209
210
|
metadata:
|
|
210
211
|
homepage_uri: https://github.com/krzyzak/nazar
|
|
211
212
|
post_install_message:
|
metadata.gz.sig
CHANGED
|
Binary file
|