Skip to content

Commit 72a2df8

Browse files
committed
fix vendoring of types.db file
1 parent 6ec7f87 commit 72a2df8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.0.6
2+
- Return types.db to the list of items to be included in the gem
3+
4+
## 3.0.5
5+
- Minor documentation changes for better flow and understanding
6+
17
## 3.0.4
28
- Make this plugins compatible with JRuby 9 by using the OpenSSL::HMAC class and keep it backward compatible with JRuby 1.7.25 (Issue #24)
39

logstash-codec-collectd.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-codec-collectd'
3-
s.version = '3.0.5'
3+
s.version = '3.0.6'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Read events from the collectd binary protocol"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.require_paths = ["lib"]
1111

1212
# Files
13-
s.files = Dir["lib/**/*","spec/**/*","*.gemspec","*.md","CONTRIBUTORS","Gemfile","LICENSE","NOTICE.TXT", "vendor/jar-dependencies/**/*.jar", "vendor/jar-dependencies/**/*.rb", "VERSION", "docs/**/*"]
13+
s.files = Dir["lib/**/*","spec/**/*","*.gemspec","*.md","CONTRIBUTORS","Gemfile","LICENSE","NOTICE.TXT", "vendor/types.db", "VERSION", "docs/**/*"]
1414

1515
# Tests
1616
s.test_files = s.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)