newrelic_resque_agent 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,6 @@
1
1
  #
2
2
  #
3
- # This is a sample newrelic_plugin.yml file. Please move this file
4
- # to the following location if it is not already there:
5
- #
6
- # ./config/newrelic_plugin.yml
7
- #
8
- # Where the current directory is the directory where your main program resides and is your current
9
- # directory when you run the main program.
3
+ # This is a sample newrelic_plugin.yml file
10
4
  #
11
5
  # Please make sure to update the license_key information with the license key for your New Relic
12
6
  # account.
@@ -21,7 +15,7 @@ newrelic:
21
15
  # Set to '1' for verbose output, remove for normal output.
22
16
  # All output goes to stdout/stderr.
23
17
  #
24
- verbose: 1
18
+ verbose: 0
25
19
  #
26
20
  # Agent Configuration:
27
21
  #
@@ -9,7 +9,7 @@ require 'redis'
9
9
 
10
10
  module NewRelicResqueAgent
11
11
 
12
- VERSION = '1.0.0'
12
+ VERSION = '1.0.1'
13
13
 
14
14
  class Agent < NewRelic::Plugin::Agent::Base
15
15
 
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'newrelic_resque_agent'
16
- s.version = '1.0.0'
16
+ s.version = '1.0.1'
17
17
  s.date = '2013-07-01'
18
18
  # s.rubyforge_project = 'newrelic_resque_agent'
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_resque_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: