springboard 0.20.4 → 0.20.5

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.4.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
3
+ ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.5.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.4"
2
+ VERSION = "0.20.5"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
 
3
- ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.4.jar:$ES_HOME/lib/*:$ES_HOME/lib/sigar/*
3
+ ES_CLASSPATH=$ES_CLASSPATH:$ES_HOME/lib/elasticsearch-0.20.5.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.4
4
+ version: 0.20.5
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-07 00:00:00.000000000 Z
12
+ date: 2013-02-23 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.4.jar
66
+ - vendor/elasticsearch/lib/elasticsearch-0.20.5.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,18 +100,12 @@ 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
106
103
  required_rubygems_version: !ruby/object:Gem::Requirement
107
104
  none: false
108
105
  requirements:
109
106
  - - ! '>='
110
107
  - !ruby/object:Gem::Version
111
108
  version: '0'
112
- segments:
113
- - 0
114
- hash: -4433987725366026446
115
109
  requirements: []
116
110
  rubyforge_project:
117
111
  rubygems_version: 1.8.23
@@ -119,3 +113,4 @@ signing_key:
119
113
  specification_version: 3
120
114
  summary: Run elasticsearch as a gem binary
121
115
  test_files: []
116
+ has_rdoc: