instance_vars_panel 0.1.1 → 0.1.2
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/instance_vars_panel.gemspec +3 -3
- data/lib/instance_vars_panel/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1af525d0912f1b8163d1c8326549e1bbca21e74a40fbb6a837091d01a1e8d29
|
4
|
+
data.tar.gz: 6c6790acc0a80651b7134326f87196a70279bcb11d7898803bd275b6d7383d12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1749c936334c62c6d664ec6e8aabffbecd06a4798b53f17648848b490d55b9577c9afe584934d96ac6158eaf648836469d0f9faceb3578a979410d7d4f71d6c6
|
7
|
+
data.tar.gz: 4079031a2e93bf7d31085800a88085d94d65e0c7fe2c66a8120184f7dc32d727bebccb053ffcdaffc679c88327a4bd2079fa15f3667204b4b97ecc0a179c07f0
|
data/instance_vars_panel.gemspec
CHANGED
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "A debugging tool for inspecting instance variables in Ruby applications."
|
12
12
|
spec.description = "InstanceVarsPanel is a debugging tool designed to help developers inspect and analyze instance variables in Ruby applications with ease."
|
13
|
-
spec.homepage = "https://github.com/GorohovAlex"
|
13
|
+
spec.homepage = "https://github.com/GorohovAlex/instance_vars_panel"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 2.0.0"
|
16
16
|
|
17
17
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
18
18
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
20
|
-
spec.metadata["source_code_uri"] = "https://github.com/GorohovAlex"
|
21
|
-
spec.metadata["changelog_uri"] = "https://github.com/GorohovAlex"
|
20
|
+
spec.metadata["source_code_uri"] = "https://github.com/GorohovAlex/instance_vars_panel"
|
21
|
+
spec.metadata["changelog_uri"] = "https://github.com/GorohovAlex/instance_vars_panel"
|
22
22
|
|
23
23
|
# Specify which files should be added to the gem when it is released.
|
24
24
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instance_vars_panel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Horokhov Aleksandr
|
@@ -22,14 +22,14 @@ files:
|
|
22
22
|
- lib/instance_vars_panel.rb
|
23
23
|
- lib/instance_vars_panel/engine.rb
|
24
24
|
- lib/instance_vars_panel/version.rb
|
25
|
-
homepage: https://github.com/GorohovAlex
|
25
|
+
homepage: https://github.com/GorohovAlex/instance_vars_panel
|
26
26
|
licenses:
|
27
27
|
- MIT
|
28
28
|
metadata:
|
29
29
|
allowed_push_host: https://rubygems.org
|
30
|
-
homepage_uri: https://github.com/GorohovAlex
|
31
|
-
source_code_uri: https://github.com/GorohovAlex
|
32
|
-
changelog_uri: https://github.com/GorohovAlex
|
30
|
+
homepage_uri: https://github.com/GorohovAlex/instance_vars_panel
|
31
|
+
source_code_uri: https://github.com/GorohovAlex/instance_vars_panel
|
32
|
+
changelog_uri: https://github.com/GorohovAlex/instance_vars_panel
|
33
33
|
post_install_message:
|
34
34
|
rdoc_options: []
|
35
35
|
require_paths:
|