mdl_search 0.3.5 → 0.3.6

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
  SHA1:
3
- metadata.gz: 5ff0873e051a45543cef7ce6da53a0ad3c4da8d4
4
- data.tar.gz: 6d84554b6ec445e7bf790171a9a463a9d955b35d
3
+ metadata.gz: 584f790ea537e615d57a9b859e7508006335a3a2
4
+ data.tar.gz: 3f94f1282565ce0eebaac6adb7627c3f4d4a2690
5
5
  SHA512:
6
- metadata.gz: e50a6cef54e61a7092dc56507dd0356e331c68df2b1d05acb6a777ab66297134a2b4c0590cadeaf917c8449b8379f7b8b54fcf6afed5f429ef8f1f80cb71f563
7
- data.tar.gz: 298ab90388f581327ef7c3bab281303239bae5fc577d4eae23aaf0026a7894e60c589f347ec2d11abcbd29bda59dcf0b665bb1918c6a46d02fe7c76e81eea3ac
6
+ metadata.gz: 7f7ee1aeff24434e3061f3d661f8f8ba1936b8ad3ace96b56d9028964e760c62a248f3f9fa5902aa4b5b98ed27f88a1cce0ca0d0457bedd3b011d70126eeba17
7
+ data.tar.gz: 41401a200bd33304e2a3023754a27b4b095294e3bbd07a0c805c2297947d3d018b34312f2ca157d804a8efaba211a8df5c68c0bb9dbcbbbc96cdfca7aa01faa7
@@ -1,3 +1,3 @@
1
1
  module MdlSearch
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
17
  spec.bindir = "bin" # ここを替えないと実行ファイルの置き場として認識されない
18
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
18
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } # ここも
19
19
  spec.require_paths = ["lib"]
20
20
 
21
21
  spec.add_dependency 'thor'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdl_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryu Ishikawa
@@ -111,7 +111,10 @@ dependencies:
111
111
  description: gem to search material icons by icon-name, group, keywords
112
112
  email:
113
113
  - cvcl0808@gmail.com
114
- executables: []
114
+ executables:
115
+ - console
116
+ - mdl_search
117
+ - setup
115
118
  extensions: []
116
119
  extra_rdoc_files: []
117
120
  files:
@@ -163,3 +166,4 @@ signing_key:
163
166
  specification_version: 4
164
167
  summary: gem to search material icons by icon-name, group, keywords
165
168
  test_files: []
169
+ has_rdoc: