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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5a20adb652767cf0946e959533394f61379e5d4ca14525c44530147c4de03fd
4
- data.tar.gz: 27d9a5f100d70456b8bd8771603e30ac179765bfc0ea6fc0d9c26f3db100b1c2
3
+ metadata.gz: a1af525d0912f1b8163d1c8326549e1bbca21e74a40fbb6a837091d01a1e8d29
4
+ data.tar.gz: 6c6790acc0a80651b7134326f87196a70279bcb11d7898803bd275b6d7383d12
5
5
  SHA512:
6
- metadata.gz: 07554c00c8178066ab976af17ee14d5ab8e4b01342aeda58f56230b5b76d02353d1b86ed3ebdeef07c580af2a292d71a7ba123764f213094b30852abcc5ceb5d
7
- data.tar.gz: b21b5e61c25b88ad8127d03e0490e32fccef24bcb9b3a243073706bf77e19de22889f5cabe7e96cee8fd179a78ea995a5bc1cc4b55319cbc0d81f88d98e4a542
6
+ metadata.gz: 1749c936334c62c6d664ec6e8aabffbecd06a4798b53f17648848b490d55b9577c9afe584934d96ac6158eaf648836469d0f9faceb3578a979410d7d4f71d6c6
7
+ data.tar.gz: 4079031a2e93bf7d31085800a88085d94d65e0c7fe2c66a8120184f7dc32d727bebccb053ffcdaffc679c88327a4bd2079fa15f3667204b4b97ecc0a179c07f0
@@ -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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstanceVarsPanel
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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: