lizarb 1.0.7 → 1.0.8
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/Gemfile +1 -1
- data/Gemfile.lock +3 -3
- data/app_global.gemfile.rb.lock +1 -1
- data/lib/dev_system/generators/gemfile_generator.rb.gemfile.rb.erb +1 -1
- data/lib/dev_system/subsystems/shell/shells/object_space_shell.rb +11 -0
- data/lib/dev_system/subsystems/shell/shells/object_space_shell_test.rb +10 -0
- data/lib/lizarb/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47365b56faf54088be9dc0295cd7110f06f61720d3f46755dd24cc11a568a0cd
|
4
|
+
data.tar.gz: c65fd36a7e8b740acace94f698e79e020f1be4412fcfe604755470d183af0e06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d056f51b7bcb0a5a62832824c6891925151a885f317857dae57662c7d7f65caede0c71029ead2216cf8648762ffabc6e10881a502474c7b81feaf6c6163d63f3
|
7
|
+
data.tar.gz: b662e2bbe966a7c69d067221a72aa6c895b60c2f3c37d34b89896ad00dd2555c9f4bfae57d07836e2653a7d5836278185122238bcc1938de447463911201b2d5
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lizarb (1.0.
|
4
|
+
lizarb (1.0.8)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -254,7 +254,7 @@ DEPENDENCIES
|
|
254
254
|
sassc (~> 2.4)
|
255
255
|
sqlite3 (~> 2.6)
|
256
256
|
tty-prompt (>= 0.23.1)
|
257
|
-
zeitwerk (~> 2.6)
|
257
|
+
zeitwerk (~> 2.6, <= 2.7)
|
258
258
|
|
259
259
|
BUNDLED WITH
|
260
|
-
2.5
|
260
|
+
2.6.5
|
data/app_global.gemfile.rb.lock
CHANGED
data/lib/lizarb/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lizarb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thiago Almeida
|
@@ -363,6 +363,8 @@ files:
|
|
363
363
|
- lib/dev_system/subsystems/shell/shells/main_shell_test.rb
|
364
364
|
- lib/dev_system/subsystems/shell/shells/method_shell.rb
|
365
365
|
- lib/dev_system/subsystems/shell/shells/method_shell_test.rb
|
366
|
+
- lib/dev_system/subsystems/shell/shells/object_space_shell.rb
|
367
|
+
- lib/dev_system/subsystems/shell/shells/object_space_shell_test.rb
|
366
368
|
- lib/dev_system/subsystems/shell/shells/signal_shell.rb
|
367
369
|
- lib/dev_system/subsystems/shell/shells/signal_shell_test.rb
|
368
370
|
- lib/dev_system/subsystems/shell/shells/text_file_shell.rb
|