tk_component 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: 69cfe9e4f6243ca3e4e2c3fa10824a56b078450777e06d971e22c558ea84db94
4
- data.tar.gz: 6a74e65f6d965dfc540bfc85090195d0857a4a9c0879e3774948629857d27cdd
3
+ metadata.gz: 2682373d27bd4a239726b01072c4ff1d16276cb0985df00981f976d439f3caac
4
+ data.tar.gz: '081498a5e3d097ea8b4920bbe12e94a111ef0fd3d572bc9c64f22857a36cc544'
5
5
  SHA512:
6
- metadata.gz: 753418e59a8e68c868b6c221c21dd31c904b749b6403a4788313e6bdbc345a4f3e2cf3b3f5c2d306a87ec2278ddb9cc60863c9e263032ba7a1e94c341617d5ee
7
- data.tar.gz: f741f628f87a923828d57cb9f3b1834f91f4d0ee36174d138059148c93d1570931b6549882dff8c3870176be3401bbc4d51e4811b8196778b37ff817b6ad55ff
6
+ metadata.gz: 8d2c3b454eba444f57c06a047973d8b51082f71d91210640cdb7519510d86a963190c9ede99f464a2af0a382963b67e248fb6fcca69bd35352d0c5ed602d7cd6
7
+ data.tar.gz: 6840a3c45ad39d4270ec5b9c1ee4510c8384c658bbb9b66c591f42141225ff4c823adcd0ee35d4bd37b6caac9fa5826b5832c016cb62de6d4e7abdfec43ea6da
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tk_component (0.1.1)
4
+ tk_component (0.1.2)
5
5
  activesupport (~> 6.0.3)
6
6
  tk (~> 0.3.0)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module TkComponent
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -32,8 +32,8 @@ Gem::Specification.new do |spec|
32
32
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
33
33
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
34
34
  end
35
- spec.bindir = "exe"
36
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
+ spec.bindir = "bin"
36
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
37
37
  spec.require_paths = ["lib"]
38
38
 
39
39
  spec.add_dependency "tk", "~> 0.3.0"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tk_component
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
  - Josep Egea
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-01-28 00:00:00.000000000 Z
12
12
  dependencies:
@@ -84,7 +84,12 @@ description: 'TkComponent allows you to create desktop UIs using a component str
84
84
  taking advantadge of TK, the UI toolkit created for TCL and used by Python in TkInter '
85
85
  email:
86
86
  - jes@josepegea.com
87
- executables: []
87
+ executables:
88
+ - browser_demo.rb
89
+ - console
90
+ - setup
91
+ - table_view_demo.rb
92
+ - tiles_demo.rb
88
93
  extensions: []
89
94
  extra_rdoc_files: []
90
95
  files: