newrelic_postgres_plugin 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3b9b0c5020825249a1bffec8bfc518879fb92f5d
4
+ data.tar.gz: 597ff341c159cebc2a8af80130536a4de0d5a6c8
5
+ SHA512:
6
+ metadata.gz: 1bd4733ec325490de7a0cb8452b4a145fc635e739c7d1b82521ed0422af8d01dc28243fc5cbdeeeca3cf32e2be782d44763027239607da9f7b49fa27577da28d
7
+ data.tar.gz: 2517a245a976d566031e411885b7227844cad7551235fb010da34856734cc61bac12f8e34f54ea8d61d75e6e6e940bf9037992fa0b0a4993ebbb3769ca272801
@@ -1,3 +1,3 @@
1
1
  module NewRelic::PostgresPlugin
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
@@ -13,8 +13,8 @@ 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_postgres_plugin'
16
- s.version = '0.1.8'
17
- s.date = '2013-09-25'
16
+ s.version = '0.1.9'
17
+ s.date = '2014-01-31'
18
18
  s.rubyforge_project = 'newrelic_postgres_plugin'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
@@ -27,7 +27,7 @@ This is the New Relic plugin for monitoring Postgres developed by Boundless Inc.
27
27
  ## List the primary authors. If there are a bunch of authors, it's probably
28
28
  ## better to set the email to an email list or something. If you don't have
29
29
  ## a custom homepage, consider using your GitHub URL or the like.
30
- s.authors = ["Matt Hodgson"]
30
+ s.authors = ["Matt Hodgson", "Jacob Elder"]
31
31
  s.email = 'matt@boundless.com'
32
32
  s.homepage = 'http://boundless.com'
33
33
 
@@ -51,7 +51,7 @@ This is the New Relic plugin for monitoring Postgres developed by Boundless Inc.
51
51
  ## The newrelic_plugin needs to be installed. Prior to public release, the
52
52
  # gem needs to be downloaded from git@github.com:newrelic-platform/newrelic_plugin.git
53
53
  # and built using the "rake build" command
54
- s.add_dependency('newrelic_plugin', "~> 1.0.2")
54
+ s.add_dependency('newrelic_plugin', "~> 1.3")
55
55
  s.add_dependency('pg', ">= 0.15.1")
56
56
 
57
57
  s.post_install_message = <<-EOF
metadata CHANGED
@@ -1,52 +1,46 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic_postgres_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
5
- prerelease:
4
+ version: 0.1.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Matt Hodgson
8
+ - Jacob Elder
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-25 00:00:00.000000000 Z
12
+ date: 2014-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: newrelic_plugin
16
16
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
17
  requirements:
19
- - - ~>
18
+ - - "~>"
20
19
  - !ruby/object:Gem::Version
21
- version: 1.0.2
20
+ version: '1.3'
22
21
  type: :runtime
23
22
  prerelease: false
24
23
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
24
  requirements:
27
- - - ~>
25
+ - - "~>"
28
26
  - !ruby/object:Gem::Version
29
- version: 1.0.2
27
+ version: '1.3'
30
28
  - !ruby/object:Gem::Dependency
31
29
  name: pg
32
30
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
31
  requirements:
35
- - - ! '>='
32
+ - - ">="
36
33
  - !ruby/object:Gem::Version
37
34
  version: 0.15.1
38
35
  type: :runtime
39
36
  prerelease: false
40
37
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
38
  requirements:
43
- - - ! '>='
39
+ - - ">="
44
40
  - !ruby/object:Gem::Version
45
41
  version: 0.15.1
46
- description: ! 'This is the New Relic plugin for monitoring Postgres developed by
47
- Boundless Inc.
48
-
49
- '
42
+ description: |
43
+ This is the New Relic plugin for monitoring Postgres developed by Boundless Inc.
50
44
  email: matt@boundless.com
51
45
  executables:
52
46
  - pg_monitor
@@ -69,29 +63,30 @@ files:
69
63
  - postgresql.png
70
64
  homepage: http://boundless.com
71
65
  licenses: []
72
- post_install_message: ! "To get started with this plugin, create a working directory
73
- and do\n pg_monitor -h\nto find out how to install and run the plugin agent.\n"
66
+ metadata: {}
67
+ post_install_message: |
68
+ To get started with this plugin, create a working directory and do
69
+ pg_monitor -h
70
+ to find out how to install and run the plugin agent.
74
71
  rdoc_options:
75
- - --charset=UTF-8
76
- - --main
72
+ - "--charset=UTF-8"
73
+ - "--main"
77
74
  - README.md
78
75
  require_paths:
79
76
  - lib
80
77
  required_ruby_version: !ruby/object:Gem::Requirement
81
- none: false
82
78
  requirements:
83
- - - ! '>='
79
+ - - ">="
84
80
  - !ruby/object:Gem::Version
85
81
  version: '0'
86
82
  required_rubygems_version: !ruby/object:Gem::Requirement
87
- none: false
88
83
  requirements:
89
- - - ! '>='
84
+ - - ">="
90
85
  - !ruby/object:Gem::Version
91
86
  version: '0'
92
87
  requirements: []
93
88
  rubyforge_project: newrelic_postgres_plugin
94
- rubygems_version: 1.8.23
89
+ rubygems_version: 2.2.0
95
90
  signing_key:
96
91
  specification_version: 2
97
92
  summary: New Relic Postgres plugin