Skip to content

Commit 6394f7f

Browse files
authored
Merge pull request #232 from mashhurs/add-version-to-packaging
Add VERSION file to gem files.
2 parents c2f432f + e93e217 commit 6394f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logstash-filter-geoip.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Gem::Specification.new do |s|
99
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"
1010
s.authors = ["Elastic"]
1111
s.email = '[email protected]'
12-
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
12+
s.homepage = "https://elastic.co/logstash"
1313
s.platform = "java"
1414
s.require_paths = ["lib", "vendor/jar-dependencies"]
1515

1616
# Files
17-
s.files = Dir['lib/**/*','spec/**/*','vendor/**/*', 'vendor/jar-dependencies/**/*.jar', '*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT', 'maxmind-db-NOTICE.txt', 'docs/**/*']
17+
s.files = Dir['lib/**/*','spec/**/*','vendor/**/*', 'vendor/jar-dependencies/**/*.jar', '*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE', 'VERSION', 'NOTICE.TXT', 'maxmind-db-NOTICE.txt', 'docs/**/*']
1818

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

0 commit comments

Comments
 (0)