Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Please open issues tab and document how to actually use this gem #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group :development do
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.5.2"
gem "rcov", ">= 0"
gem 'shoulda', '~>2.10.3'
gem 'shoulda', '~>2.11.0'
gem 'ci_reporter', '1.6.0'
gem 'rdiscount'
gem "rdoc", ">= 3.3"
Expand Down
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,31 @@ GEM
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
arel (2.0.6)
arel (2.0.10)
builder (2.1.2)
ci_reporter (1.6.0)
builder (>= 2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
git (1.2.5)
i18n (0.5.0)
i18n (0.6.0)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
json (1.6.1)
little-plugger (1.1.2)
lockfile (1.4.3)
logging (1.2.3)
little-plugger (>= 1.1.1)
lockfile (>= 1.4.3)
mail (2.2.14)
logging (1.6.1)
little-plugger (>= 1.1.2)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
mime-types (1.17.2)
polyglot (0.3.3)
rack (1.2.4)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
Expand All @@ -70,15 +69,17 @@ GEM
activesupport (= 3.0.3)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rcov (0.9.9)
rdiscount (1.6.5)
rdoc (3.4)
shoulda (2.10.3)
rake (0.9.2.2)
rcov (0.9.11)
rdiscount (1.6.8)
rdoc (3.11)
json (~> 1.4)
shoulda (2.11.3)
thor (0.14.6)
treetop (1.4.9)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.23)
tzinfo (0.3.31)

PLATFORMS
ruby
Expand All @@ -92,4 +93,4 @@ DEPENDENCIES
rcov
rdiscount
rdoc (>= 3.3)
shoulda (~> 2.10.3)
shoulda (~> 2.11.0)
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Restrictions:: This API should be called at most once per minute
Active Resource Helper:: {NewRelicApi::Account}[link:NewRelicApi/Application.html]

=== Data Returned
Note: Application Busy data will only be returned to Professional and Volume customers. Errors data will only be returned to Silver and Professional customers.
Note: Application Busy data will only be returned to Professional and Volume customers. Errors data will only be returned to Professional and Volume customers.

Sample data:

Expand Down
Loading