graytoad 0.0.8 → 0.0.9
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/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +10 -11
- data/.gitignore +0 -21
data/Rakefile
CHANGED
|
@@ -10,7 +10,7 @@ begin
|
|
|
10
10
|
gem.homepage = "http://github.com/AlekSi/graytoad"
|
|
11
11
|
gem.authors = ["Alexey Palazhchenko"]
|
|
12
12
|
gem.add_dependency "hoptoad_notifier", "~> 2.3.0"
|
|
13
|
-
gem.add_dependency "aleksi-gelf", "~> 0.
|
|
13
|
+
gem.add_dependency "aleksi-gelf", "~> 1.0.9999"
|
|
14
14
|
end
|
|
15
15
|
Jeweler::GemcutterTasks.new
|
|
16
16
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.9
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: graytoad
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.0.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alexey Palazhchenko
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-11-
|
|
18
|
+
date: 2010-11-16 00:00:00 +03:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -42,12 +42,12 @@ dependencies:
|
|
|
42
42
|
requirements:
|
|
43
43
|
- - ~>
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash:
|
|
45
|
+
hash: 19977
|
|
46
46
|
segments:
|
|
47
|
+
- 1
|
|
47
48
|
- 0
|
|
48
|
-
-
|
|
49
|
-
|
|
50
|
-
version: 0.9.780
|
|
49
|
+
- 9999
|
|
50
|
+
version: 1.0.9999
|
|
51
51
|
type: :runtime
|
|
52
52
|
version_requirements: *id002
|
|
53
53
|
description: Notify both Graylog2 and Hoptoad with this wrapper.
|
|
@@ -61,7 +61,6 @@ extra_rdoc_files:
|
|
|
61
61
|
- README.rdoc
|
|
62
62
|
files:
|
|
63
63
|
- .document
|
|
64
|
-
- .gitignore
|
|
65
64
|
- LICENSE
|
|
66
65
|
- README.rdoc
|
|
67
66
|
- Rakefile
|
|
@@ -73,8 +72,8 @@ homepage: http://github.com/AlekSi/graytoad
|
|
|
73
72
|
licenses: []
|
|
74
73
|
|
|
75
74
|
post_install_message:
|
|
76
|
-
rdoc_options:
|
|
77
|
-
|
|
75
|
+
rdoc_options: []
|
|
76
|
+
|
|
78
77
|
require_paths:
|
|
79
78
|
- lib
|
|
80
79
|
required_ruby_version: !ruby/object:Gem::Requirement
|