newrelic_aws 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. data/README.md +6 -1
  2. data/lib/newrelic_aws/version.rb +1 -1
  3. metadata +47 -58
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Newrelic::AWS
1
+ # NewRelic for Ruby AWS-SDK
2
2
 
3
3
  Unofficial [NewRelic](http://newrelic.com/) instrumentation for the [official AWS SDK](http://aws.amazon.com/sdkforruby/).
4
4
 
@@ -19,6 +19,11 @@ Or install it yourself with:
19
19
 
20
20
  $ gem install newrelic_aws
21
21
 
22
+ If you're having trouble with NewRelic attepmting to instrument the old `AWS::S3` [gem](https://github.com/marcel/aws-s3)
23
+ (the one not created by Amazon that is mostly unmaintained) you may want to add `disable_aws-s3: true` to your `newrelic.yml`
24
+ configuration. NewRelic has this intrumentation built-in, and it may complain since Amazon's SDK uses the same namespace but
25
+ a different class structure.
26
+
22
27
  ## Contributing
23
28
 
24
29
  1. Fork it
@@ -1,3 +1,3 @@
1
1
  module NewrelicAWS
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,80 +1,69 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: newrelic_aws
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 0
8
- - 3
9
- version: 0.0.3
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.4
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - Kyle VanderBeek
13
- autorequire:
9
+ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2013-10-18 00:00:00 -07:00
18
- default_executable:
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
12
+ date: 2013-10-19 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
21
15
  name: newrelic_rpm
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- requirements:
25
- - - ">="
26
- - !ruby/object:Gem::Version
27
- segments:
28
- - 3
29
- - 5
30
- - 0
16
+ version_requirements: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ! '>='
19
+ - !ruby/object:Gem::Version
20
+ version: 3.5.0
21
+ none: false
22
+ requirement: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
31
26
  version: 3.5.0
27
+ none: false
28
+ prerelease: false
32
29
  type: :runtime
33
- version_requirements: *id001
34
- description: Unofficial New Relic Instrumentation for the official AWS SDK
35
- email:
30
+ description: This gem has been renamed newrelic-aws
31
+ email:
36
32
  - kyle@change.org
37
33
  executables: []
38
-
39
34
  extensions: []
40
-
41
35
  extra_rdoc_files: []
42
-
43
- files:
36
+ files:
37
+ - lib/newrelic_aws.rb
44
38
  - lib/newrelic_aws/instrumentation.rb
45
39
  - lib/newrelic_aws/version.rb
46
- - lib/newrelic_aws.rb
47
40
  - LICENSE
48
41
  - README.md
49
- has_rdoc: true
50
- homepage: http://github.com/change/newrelic_aws
51
- licenses:
42
+ homepage: http://github.com/change/newrelic-aws
43
+ licenses:
52
44
  - MIT
53
- post_install_message:
45
+ post_install_message:
54
46
  rdoc_options: []
55
-
56
- require_paths:
47
+ require_paths:
57
48
  - lib
58
- required_ruby_version: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- segments:
63
- - 0
64
- version: "0"
65
- required_rubygems_version: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- segments:
70
- - 0
71
- version: "0"
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: !binary |-
54
+ MA==
55
+ none: false
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: !binary |-
61
+ MA==
62
+ none: false
72
63
  requirements: []
73
-
74
- rubyforge_project:
75
- rubygems_version: 1.3.6
76
- signing_key:
64
+ rubyforge_project:
65
+ rubygems_version: 1.8.24
66
+ signing_key:
77
67
  specification_version: 3
78
- summary: Unofficial New Relic Instrumentation for the official AWS SDK
68
+ summary: This gem has been renamed newrelic-aws
79
69
  test_files: []
80
-