Skip to content

Commit f980e26

Browse files
committed
update executables configuration
1 parent 1e8bbf9 commit f980e26

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/yaml_extend/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module YamlExtend
2-
VERSION = '1.3.0'.freeze
2+
VERSION = '1.3.1'.freeze
33
end

yaml_extend.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
2727
f.match(%r{^(test|spec|features)/})
2828
end
2929

30-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3130
spec.require_paths = ['lib']
3231

3332
spec.add_dependency 'deep_merge', '~> 1.1'

0 commit comments

Comments
 (0)