k_builder-watch 0.0.8 → 0.0.9

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: cb4057e4e3dafa4e89093235bee27a123304cb94798a809dd164e4b59026671a
4
- data.tar.gz: 40214b13ccb9b134e51ba657ea5b8c3408c6a97174bf9612e7d46855af5f45f3
3
+ metadata.gz: ffba6b210249e0a99bb8095803c1df6e215e499f0f841525ab87be0bb7326cb2
4
+ data.tar.gz: f1ae33a4e14004351b27a09120a7baa58cb5b3277dbfa2f77ac39bd46b967b20
5
5
  SHA512:
6
- metadata.gz: a3509847331dd63bca85fb7a23842358989a322ae6eb82576bd090b62938f35ac57f9d45eec5373c9b62b0e5b392a34cebdc45b7ddb01783661cce049ec3b0d2
7
- data.tar.gz: 2cac1ea187ed99005e80980da9c0582e640549db738be0d12fdf3215338ec20eecff116311710122407de411bef73307760724b493a199ed5534c702ab97c16a
6
+ metadata.gz: a82f58fedc9e4a1d30d11b9fe9cd5f8a6595d0c05cbdabf698da0bebea1ecf61d68b7b8126bbad47fed00b85df7db3750bad01df3ecf122880e00d339dca2376
7
+ data.tar.gz: d0a10ab980f218d39423140b16a0a8a2934ccf046bdc7378312c8d46756c5c593e4c8e1b78ccf08fadca244a10c951892d6612d09f211b2b1c67417cc5310112
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
34
34
  end
35
35
  end
36
36
  spec.bindir = 'exe'
37
-
37
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
38
38
  spec.require_paths = ['lib']
39
39
  # spec.extensions = ['ext/k_builder/watch/extconf.rb']
40
40
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module KBuilder
4
4
  module Watch
5
- VERSION = '0.0.8'
5
+ VERSION = '0.0.9'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k_builder-watch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys
@@ -70,7 +70,8 @@ description: " K-Builder-Watch will watch k_builder files and when they chang
70
70
  execute them\n"
71
71
  email:
72
72
  - david@ideasmen.com.au
73
- executables: []
73
+ executables:
74
+ - kw
74
75
  extensions: []
75
76
  extra_rdoc_files: []
76
77
  files: