tk_inspect 0.2.0 → 0.2.1

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: 0e270941309105cf1ea1e7a2eb9b0457f7db868c1a3a4f8fc02c9ba1b4885df3
4
- data.tar.gz: c5bea0c56e356a83f29dfb534a183a2901851640a8556c70a0792e2b05bd35ba
3
+ metadata.gz: a5dfb436873efc3d95faddfa1a65bbe82967da14d9ef133e384d094edc11d453
4
+ data.tar.gz: ccb5dc6a21e343d3222c8ae506a1be4899fa602e9e0d9fbbc2958502bc24c05d
5
5
  SHA512:
6
- metadata.gz: d8edfc8b464c9140c7f35c583c93a58839430b8c64a83246382d74c3fe1cec6de525d9cce284af27a474e68c9edec3659893a0b1ff1040885c7da78a59390353
7
- data.tar.gz: 86af794b079c2ef753edc2d608dfcb469b55c37b7c7115a1836ad6c9bd7f86f2607ba1fc0a13588e3da3f0032e6904a4fc109bb9b2b67306531caf4f481d8569
6
+ metadata.gz: 5f55ee341cef5c3c5575f195a6596c5140b3d8685d4d315059a4c2eb623f602df600fd9fa2e0d846dc95b8517765286304efe9322af0500d7843f7d69eadc890
7
+ data.tar.gz: 30ada383e1f50b40f8282fae615d2e3a3e29deb08074630a651044798725f6344eee18aaafc7ef8555d742fb40759df591646226c93d2eaea6a72c1e310451da
data/README.md CHANGED
@@ -1,8 +1,23 @@
1
1
  # TkInspect
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/tk_inspect`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Provides a poor man's version of the GUI development environment
4
+ created for original Smalltalk systems, including a console (workspace
5
+ in Smalltalk), inspectors and class browser.
4
6
 
5
- TODO: Delete this and the text above, and describe your gem
7
+ Uses [tk_component](http://github.com/josepegea/tk_component) to
8
+ create the UI.
9
+
10
+ Once added the gem to your project or global environment, you can
11
+ launch the graphic console using
12
+
13
+ $ bundle exec tk_console
14
+
15
+ If you add
16
+ [tk_inspect_rails](http://github.com/josepegea/tk_inspect_rails) you
17
+ will also get some goodies for playing with Rails applications inside
18
+ the GUI playground.
19
+
20
+ **WARNING**: This is very much a work in progress!!
6
21
 
7
22
  ## Installation
8
23
 
@@ -1,3 +1,3 @@
1
1
  module TkInspect
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
37
37
  spec.require_paths = ["lib"]
38
38
 
39
- spec.add_dependency "tk_component", "~> 0.1.2"
39
+ spec.add_dependency "tk_component", "~> 0.2.0"
40
40
 
41
41
  spec.add_dependency "rouge", "~> 3.26"
42
42
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tk_inspect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Egea
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-29 00:00:00.000000000 Z
11
+ date: 2021-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tk_component
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.2
19
+ version: 0.2.0
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: 0.1.2
26
+ version: 0.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rouge
29
29
  requirement: !ruby/object:Gem::Requirement