springboard 0.20.5 → 0.20.6

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.5.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
3
+ ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.6.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.5"
2
+ VERSION = "0.20.6"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
 
3
- ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.5.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
3
+ ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.6.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.5
4
+ version: 0.20.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-23 00:00:00.000000000 Z
12
+ date: 2013-07-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -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.5.jar
66
+ - vendor/elasticsearch/lib/elasticsearch-0.20.6.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
@@ -113,4 +113,3 @@ signing_key:
113
113
  specification_version: 3
114
114
  summary: Run elasticsearch as a gem binary
115
115
  test_files: []
116
- has_rdoc: