logstash-filter-wmts 1.0.0 → 2.0.0

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: 44694d87f4b63abe2ed619baeba14c0e58f9f2fe
4
- data.tar.gz: 8602fd4b761150cc36b959c5b4f94f28010925ba
3
+ metadata.gz: 93f6f69bb238c610d44144e9ff438d1621372ecd
4
+ data.tar.gz: 0ae26fa43bb037ae0bef085d61f91063c8b9e9a9
5
5
  SHA512:
6
- metadata.gz: f1b065d4f423d87ec462edd406d8d5329bc81f8df57fefa6373ac1bfa68c086735c7187fe51f0c868d2aff87157f099e747b5dbfea4faa9c22c9b1fb5b8ff204
7
- data.tar.gz: c08aa10dfebe73c0c95d68df903c57a9490623bd128f17e5831b748afa6b0b87da08909297fac22ee3c63fc8238de06f398d6c36a4cf48befef0a9e5b8048447
6
+ metadata.gz: b9c3ea5f3ddd0f42574fd1b0bc43fcc3be2dfa8f58f722863222097da512f170cb41dd1433af8dd867311c71073b9725c36d1f47e7794c79237bc1857630b8e4
7
+ data.tar.gz: bbee9b416be38484bfbc0e60d4b23023c9410692143b5a6a99a17b513cf2812af37966b6dce0437fcfd422c111db375ddabbc3dfb7f21f9b5a139eaa9029a078
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-wmts'
4
- s.version = '1.0.0'
4
+ s.version = '2.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The wmts filter is used for parsing WMTS (Web-Map Tile Service) queries from fields."
7
7
  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
14
- s.files = `git ls-files`.split($\)
14
+ s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']
15
15
 
16
16
  # Tests
17
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
 
22
22
  # Gem dependencies
23
23
  s.add_runtime_dependency "geoscript", "0.1.0.pre" #(MIT license)
24
- s.add_runtime_dependency "logstash-core", '>= 1.4.0', '< 2.0.0'
24
+ s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0"
25
25
 
26
26
  s.add_development_dependency 'logstash-devutils'
27
27
  s.add_development_dependency 'logstash-filter-grok'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-wmts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -29,10 +29,10 @@ dependencies:
29
29
  requirements:
30
30
  - - '>='
31
31
  - !ruby/object:Gem::Version
32
- version: 1.4.0
32
+ version: 2.0.0.beta2
33
33
  - - <
34
34
  - !ruby/object:Gem::Version
35
- version: 2.0.0
35
+ version: 3.0.0
36
36
  name: logstash-core
37
37
  prerelease: false
38
38
  type: :runtime
@@ -40,10 +40,10 @@ dependencies:
40
40
  requirements:
41
41
  - - '>='
42
42
  - !ruby/object:Gem::Version
43
- version: 1.4.0
43
+ version: 2.0.0.beta2
44
44
  - - <
45
45
  - !ruby/object:Gem::Version
46
- version: 2.0.0
46
+ version: 3.0.0
47
47
  - !ruby/object:Gem::Dependency
48
48
  requirement: !ruby/object:Gem::Requirement
49
49
  requirements:
@@ -78,12 +78,10 @@ executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
80
80
  files:
81
- - .gitignore
82
81
  - CONTRIBUTORS
83
82
  - Gemfile
84
83
  - LICENSE
85
84
  - README.md
86
- - Rakefile
87
85
  - lib/logstash/filters/wmts.rb
88
86
  - logstash-filter-wmts.gemspec
89
87
  - spec/filters/wmts_spec.rb
data/.gitignore DELETED
@@ -1,36 +0,0 @@
1
- *.lock
2
- *.gem
3
- *.rbc
4
- /.config
5
- /coverage/
6
- /InstalledFiles
7
- /pkg/
8
- /spec/reports/
9
- /test/tmp/
10
- /test/version_tmp/
11
- /tmp/
12
-
13
- ## Specific to RubyMotion:
14
- .dat*
15
- .repl_history
16
- build/
17
-
18
- ## Documentation cache and generated files:
19
- /.yardoc/
20
- /_yardoc/
21
- /doc/
22
- /rdoc/
23
-
24
- ## Environment normalisation:
25
- /.bundle/
26
- /vendor/bundle
27
- /lib/bundler/man/
28
-
29
- # for a library or gem, you might want to ignore these files since the code is
30
- # intended to run in multiple environments; otherwise, check them in:
31
- # Gemfile.lock
32
- # .ruby-version
33
- # .ruby-gemset
34
-
35
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
36
- .rvmrc
data/Rakefile DELETED
@@ -1,7 +0,0 @@
1
- @files=[]
2
-
3
- task :default do
4
- system("rake -T")
5
- end
6
-
7
- require "logstash/devutils/rake"