newrelic_aws 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +3 -0
  2. data/lib/newrelic_aws/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  Unofficial [NewRelic](http://newrelic.com/) instrumentation for the [official AWS SDK](http://aws.amazon.com/sdkforruby/).
4
4
 
5
+ At present, this is an embryonic set of instrumentation focussing primarily on the underlying client
6
+ and S3 functionality plus a little bit of SQS and Simple Email Service. Pull requests are welcome!
7
+
5
8
  ## Installation
6
9
 
7
10
  Add this line to your application's Gemfile:
@@ -1,3 +1,3 @@
1
1
  module NewrelicAWS
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kyle VanderBeek
@@ -47,7 +47,7 @@ files:
47
47
  - LICENSE
48
48
  - README.md
49
49
  has_rdoc: true
50
- homepage: http://github.com/kylev/newrelic_aws
50
+ homepage: http://github.com/change/newrelic_aws
51
51
  licenses:
52
52
  - MIT
53
53
  post_install_message: