graytoad 0.1.0.beta3 → 0.1.0
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
- data/graytoad.gemspec +6 -6
- metadata +11 -14
data/Rakefile
CHANGED
|
@@ -11,7 +11,7 @@ begin
|
|
|
11
11
|
gem.homepage = "http://github.com/AlekSi/graytoad"
|
|
12
12
|
gem.authors = ["Alexey Palazhchenko"]
|
|
13
13
|
gem.add_dependency "hoptoad_notifier", "~> 2.3.0"
|
|
14
|
-
gem.add_dependency "gelf", "~> 1.1.0.
|
|
14
|
+
gem.add_dependency "gelf", "~> 1.1.0.gamma1"
|
|
15
15
|
end
|
|
16
16
|
Jeweler::GemcutterTasks.new
|
|
17
17
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.0
|
|
1
|
+
0.1.0
|
data/graytoad.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{graytoad}
|
|
8
|
-
s.version = "0.1.0
|
|
8
|
+
s.version = "0.1.0"
|
|
9
9
|
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Alexey Palazhchenko"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-12-09}
|
|
13
13
|
s.description = %q{Notify both Graylog2 and Hoptoad with this wrapper.}
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"LICENSE",
|
|
@@ -37,14 +37,14 @@ Gem::Specification.new do |s|
|
|
|
37
37
|
|
|
38
38
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
39
39
|
s.add_runtime_dependency(%q<hoptoad_notifier>, ["~> 2.3.0"])
|
|
40
|
-
s.add_runtime_dependency(%q<gelf>, ["~> 1.1.0.
|
|
40
|
+
s.add_runtime_dependency(%q<gelf>, ["~> 1.1.0.gamma1"])
|
|
41
41
|
else
|
|
42
42
|
s.add_dependency(%q<hoptoad_notifier>, ["~> 2.3.0"])
|
|
43
|
-
s.add_dependency(%q<gelf>, ["~> 1.1.0.
|
|
43
|
+
s.add_dependency(%q<gelf>, ["~> 1.1.0.gamma1"])
|
|
44
44
|
end
|
|
45
45
|
else
|
|
46
46
|
s.add_dependency(%q<hoptoad_notifier>, ["~> 2.3.0"])
|
|
47
|
-
s.add_dependency(%q<gelf>, ["~> 1.1.0.
|
|
47
|
+
s.add_dependency(%q<gelf>, ["~> 1.1.0.gamma1"])
|
|
48
48
|
end
|
|
49
49
|
end
|
|
50
50
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: graytoad
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
9
|
- 0
|
|
10
|
-
|
|
11
|
-
version: 0.1.0.beta3
|
|
10
|
+
version: 0.1.0
|
|
12
11
|
platform: ruby
|
|
13
12
|
authors:
|
|
14
13
|
- Alexey Palazhchenko
|
|
@@ -16,7 +15,7 @@ autorequire:
|
|
|
16
15
|
bindir: bin
|
|
17
16
|
cert_chain: []
|
|
18
17
|
|
|
19
|
-
date: 2010-
|
|
18
|
+
date: 2010-12-09 00:00:00 +03:00
|
|
20
19
|
default_executable:
|
|
21
20
|
dependencies:
|
|
22
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -43,13 +42,13 @@ dependencies:
|
|
|
43
42
|
requirements:
|
|
44
43
|
- - ~>
|
|
45
44
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash: -
|
|
45
|
+
hash: -1420906252
|
|
47
46
|
segments:
|
|
48
47
|
- 1
|
|
49
48
|
- 1
|
|
50
49
|
- 0
|
|
51
|
-
-
|
|
52
|
-
version: 1.1.0.
|
|
50
|
+
- gamma1
|
|
51
|
+
version: 1.1.0.gamma1
|
|
53
52
|
type: :runtime
|
|
54
53
|
version_requirements: *id002
|
|
55
54
|
description: Notify both Graylog2 and Hoptoad with this wrapper.
|
|
@@ -91,14 +90,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
91
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
91
|
none: false
|
|
93
92
|
requirements:
|
|
94
|
-
- - "
|
|
93
|
+
- - ">="
|
|
95
94
|
- !ruby/object:Gem::Version
|
|
96
|
-
hash:
|
|
95
|
+
hash: 3
|
|
97
96
|
segments:
|
|
98
|
-
-
|
|
99
|
-
|
|
100
|
-
- 1
|
|
101
|
-
version: 1.3.1
|
|
97
|
+
- 0
|
|
98
|
+
version: "0"
|
|
102
99
|
requirements: []
|
|
103
100
|
|
|
104
101
|
rubyforge_project:
|