es-scout 5.3.0.es1 → 5.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ require "rubygems"
9
9
 
10
10
  dir = File.dirname(__FILE__)
11
11
  lib = File.join(dir, "lib", "es-scout.rb")
12
- version = File.read(lib)[/^\s*VERSION\s*=\s*(['"])(\d\.\d\.\d(?:\.[\w\d]+)?)\1/, 2]
12
+ version = File.read(lib)[/^\s*VERSION\s*=\s*(['"])(\d\.\d\.\d)\1/, 2]
13
13
  history = File.read("CHANGELOG").split(/^(===.*)/)
14
14
  changes ||= history[0..2].join.strip
15
15
 
data/lib/es-scout.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby -wKU
2
2
 
3
3
  module Scout
4
- VERSION = "5.3.0.es1".freeze
4
+ VERSION = "5.3.0".freeze
5
5
  end
6
6
 
7
7
  require "es-scout/command"
@@ -138,7 +138,7 @@ module Scout
138
138
  end
139
139
 
140
140
  def initialize(options, args)
141
- @server = options[:server] || "https://soluzionipa.it/"
141
+ @server = options[:server] || "https://scoutapp.com/"
142
142
  @history = options[:history] ||
143
143
  File.join( File.join( (File.expand_path("~") rescue "/"),
144
144
  ".scout" ),
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: es-scout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13665311
5
- prerelease: 6
4
+ hash: 59
5
+ prerelease:
6
6
  segments:
7
7
  - 5
8
8
  - 3
9
9
  - 0
10
- - es
11
- - 1
12
- version: 5.3.0.es1
10
+ version: 5.3.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - Scout Monitoring
@@ -214,14 +212,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
214
212
  required_rubygems_version: !ruby/object:Gem::Requirement
215
213
  none: false
216
214
  requirements:
217
- - - ">"
215
+ - - ">="
218
216
  - !ruby/object:Gem::Version
219
- hash: 25
217
+ hash: 3
220
218
  segments:
221
- - 1
222
- - 3
223
- - 1
224
- version: 1.3.1
219
+ - 0
220
+ version: "0"
225
221
  requirements: []
226
222
 
227
223
  rubyforge_project: