newrelic_moped 1.0.0 → 1.0.1
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.
- checksums.yaml +5 -13
- data/CHANGELOG.md +10 -0
- data/README.md +8 -0
- data/lib/newrelic_moped/version.rb +1 -1
- metadata +15 -16
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
MzY2NzVhN2IzMjFlYjdjZGI5ZTE2ZDRjMGNiZGI2NjBkM2Q1ZTJhYQ==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 47f7dc4fbf195e4e45ea17cc9aa8c1acad0fbe14
|
|
4
|
+
data.tar.gz: 33d89686a6eaa84aabc704a724f23e45db3ef4f9
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
N2UwYmYyYTQwM2I0ZjQyYzMyMjVhNDI4MzM3YjFmOTdiNGNkNjA5YzljY2Jk
|
|
11
|
-
NjBjNDgyZmUyODRkZDEwMzQ1ZjBiYTU3Nzc5M2YwNzM4ODA3OTc=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
ODY3MDhiNzhhNzcwMGYwMTQzYTI5MDUzMjdiMjY3NzAzNTkxMDdhM2Y1NjE0
|
|
14
|
-
OWI1MGQwZjMyZTI5MjgwZDgzNGE4NzczMTNjODY2YzlhMzRlNzY0NWFjNjli
|
|
15
|
-
MWEzMDg4Mzk0ODRmMzQ2MzExYWVmNjJiMTc0NWU4MzY3NTI1MDg=
|
|
6
|
+
metadata.gz: dc8c5756a607bd12fc0dee4d5bdfbc7731b1c29941fb31b6903a70e78388b3606ccab83947d418c41b41601a4afed59b4af7689ea01ef498d40ac791b6fdfacd
|
|
7
|
+
data.tar.gz: ca7bc3b317d3e64875e19ee28d6df468e6455c365aa187d027216903949ac2a6c5aef21779c9e1b8263ab73ece9fee00e20cd357e88ff0b320797a8f9d6c7134
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## master (unreleased)
|
|
4
4
|
|
|
5
|
+
## 1.0.1 (2015-05-22)
|
|
6
|
+
|
|
7
|
+
### Updates
|
|
8
|
+
* Updated outdated gem description #35 (thanks @gevans)
|
|
9
|
+
|
|
10
|
+
## 1.0.0 (2015-03-24)
|
|
11
|
+
|
|
12
|
+
### Improvements
|
|
13
|
+
* Update to __newrelic_rpm__ 3.11 #32 (thanks @1337807)
|
|
14
|
+
|
|
5
15
|
## 0.0.13 (2015-03-20)
|
|
6
16
|
|
|
7
17
|
### Improvements
|
data/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
New Relic instrumentation for Moped (1.x, 2.0) / Mongoid (3.x, 4.0)
|
|
4
4
|
|
|
5
|
+
## Important
|
|
6
|
+
|
|
7
|
+
This gem is compatible only with __newrelic_rpm__ >= 3.11
|
|
8
|
+
|
|
9
|
+
If you can't upgrade to __newrelic_rpm__ 3.11 or higher please use "__0.x__" branch of this gem.
|
|
10
|
+
|
|
11
|
+
Latest release of 0.x branch is v0.0.13
|
|
12
|
+
|
|
5
13
|
## Installation
|
|
6
14
|
|
|
7
15
|
Add this line to your application's Gemfile:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: newrelic_moped
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Bartholomew
|
|
@@ -9,65 +9,65 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-05-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: newrelic_rpm
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
|
-
- - ~>
|
|
18
|
+
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: '3.11'
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
|
-
- - ~>
|
|
25
|
+
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
27
|
version: '3.11'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: moped
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
|
-
- -
|
|
32
|
+
- - ">="
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
34
|
version: '0'
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
|
-
- -
|
|
39
|
+
- - ">="
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: '0'
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: rake
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
|
-
- -
|
|
46
|
+
- - ">="
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
48
|
version: '0'
|
|
49
49
|
type: :development
|
|
50
50
|
prerelease: false
|
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
|
-
- -
|
|
53
|
+
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '0'
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
57
|
name: test-unit
|
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
|
60
|
-
- -
|
|
60
|
+
- - ">="
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
62
|
version: '0'
|
|
63
63
|
type: :development
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
|
-
- -
|
|
67
|
+
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
|
-
description: New Relic
|
|
70
|
+
description: New Relic instrumentation for Moped (1.x, 2.0) / Mongoid (3.x, 4.0)
|
|
71
71
|
email:
|
|
72
72
|
- stephenbartholomew@gmail.com
|
|
73
73
|
executables: []
|
|
@@ -90,19 +90,18 @@ require_paths:
|
|
|
90
90
|
- lib
|
|
91
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
|
-
- -
|
|
93
|
+
- - ">="
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '0'
|
|
96
96
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
requirements:
|
|
98
|
-
- -
|
|
98
|
+
- - ">="
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
100
|
version: '0'
|
|
101
101
|
requirements: []
|
|
102
102
|
rubyforge_project:
|
|
103
|
-
rubygems_version: 2.4.
|
|
103
|
+
rubygems_version: 2.4.6
|
|
104
104
|
signing_key:
|
|
105
105
|
specification_version: 4
|
|
106
|
-
summary: New Relic
|
|
106
|
+
summary: New Relic instrumentation for Moped (1.x, 2.0) / Mongoid (3.x, 4.0)
|
|
107
107
|
test_files: []
|
|
108
|
-
has_rdoc:
|