padrino-rpm 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -5,10 +5,12 @@ Still in the works, but easy to install if you want to try. Add the following to
5
5
  gem 'padrino' # Padrino needs to be loaded first!
6
6
  gem 'padrino-rpm'
7
7
 
8
- Run `bundle install` and add a newrelic config to your project:
8
+ Run `bundle install` and add a newrelic.yml to your project:
9
9
 
10
10
  newrelic install "my-app-name"
11
11
 
12
+ If you are running your Padrino application on Heroku's Bamboo stack, running "newrelic install" is not necessary because Heroku adds newrelic.yml on your behalf.
13
+
12
14
  ## Word of warning
13
15
 
14
16
  At the moment, this works for me. Any additions are welcome.
data/lib/padrino-rpm.rb CHANGED
@@ -26,6 +26,8 @@ module PadrinoRpm
26
26
  )
27
27
 
28
28
  require "ext/metric_parser"
29
+
30
+ NewRelic::Agent.manual_start()
29
31
  end
30
32
  end
31
33
 
data/padrino-rpm.gemspec CHANGED
@@ -3,11 +3,11 @@
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{padrino-rpm}
5
5
 
6
- s.version = "0.5.0"
6
+ s.version = "0.6.0"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.authors = ["Florian Gilcher"]
10
- s.date = %q{2011-08-19}
10
+ s.date = %q{2011-11-19}
11
11
  s.description = %q{A gem for monitoring Padrino with newrelic rpm}
12
12
  s.email = %q{florian.gilcher@asquera.de}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: padrino-rpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-19 00:00:00.000000000Z
12
+ date: 2011-11-19 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: newrelic_rpm
16
- requirement: &2156174740 !ruby/object:Gem::Requirement
16
+ requirement: &2156380840 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156174740
24
+ version_requirements: *2156380840
25
25
  description: A gem for monitoring Padrino with newrelic rpm
26
26
  email: florian.gilcher@asquera.de
27
27
  executables: []