newrelic-sequel 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.
- data/README.markdown +2 -5
- data/lib/newrelic_sequel/version.rb +1 -1
- data/newrelic-sequel.gemspec +1 -1
- metadata +4 -4
data/README.markdown
CHANGED
|
@@ -11,16 +11,13 @@ Usage
|
|
|
11
11
|
|
|
12
12
|
2. Config dependencies in application.rb
|
|
13
13
|
|
|
14
|
-
>config.gem "rpm_contrib"
|
|
15
|
-
>
|
|
16
14
|
>config.gem "newrelic_rpm"
|
|
17
15
|
|
|
18
16
|
Dependencies
|
|
19
17
|
------------
|
|
20
18
|
|
|
21
|
-
1.
|
|
22
|
-
2.
|
|
23
|
-
3. sequel > 3.22
|
|
19
|
+
1. newrelic_rpm > 3.0
|
|
20
|
+
2. sequel > 3.22
|
|
24
21
|
|
|
25
22
|
License
|
|
26
23
|
-------
|
data/newrelic-sequel.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: newrelic-sequel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- REA Group
|
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
122
|
requirements: []
|
|
123
123
|
|
|
124
124
|
rubyforge_project:
|
|
125
|
-
rubygems_version: 1.8.
|
|
125
|
+
rubygems_version: 1.8.24
|
|
126
126
|
signing_key:
|
|
127
127
|
specification_version: 3
|
|
128
128
|
summary: Sequel instrumentation for Newrelic.
|