springboard 0.20.2 → 0.20.4

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.
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
 
3
- ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.2.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
3
+ ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.4.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
4
4
 
5
5
  if [ "x$ES_MIN_MEM" = "x" ]; then
6
6
  ES_MIN_MEM=256m
@@ -1,3 +1,3 @@
1
1
  module Springboard
2
- VERSION = "0.20.2"
2
+ VERSION = "0.20.4"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
 
3
- ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.2.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
3
+ ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.4.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
4
4
 
5
5
  if [ "x$ES_MIN_MEM" = "x" ]; then
6
6
  ES_MIN_MEM=256m
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: springboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.2
4
+ version: 0.20.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -63,7 +63,7 @@ files:
63
63
  - vendor/elasticsearch/bin/plugin
64
64
  - vendor/elasticsearch/config/elasticsearch.yml
65
65
  - vendor/elasticsearch/config/logging.yml
66
- - vendor/elasticsearch/lib/elasticsearch-0.20.2.jar
66
+ - vendor/elasticsearch/lib/elasticsearch-0.20.4.jar
67
67
  - vendor/elasticsearch/lib/jna-3.3.0.jar
68
68
  - vendor/elasticsearch/lib/jts-1.12.jar
69
69
  - vendor/elasticsearch/lib/log4j-1.2.17.jar
@@ -100,12 +100,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  - - ! '>='
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
+ segments:
104
+ - 0
105
+ hash: -4433987725366026446
103
106
  required_rubygems_version: !ruby/object:Gem::Requirement
104
107
  none: false
105
108
  requirements:
106
109
  - - ! '>='
107
110
  - !ruby/object:Gem::Version
108
111
  version: '0'
112
+ segments:
113
+ - 0
114
+ hash: -4433987725366026446
109
115
  requirements: []
110
116
  rubyforge_project:
111
117
  rubygems_version: 1.8.23