sensu 0.6.0-x86-mingw32 → 0.6.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/sensu.gemspec +1 -3
- metadata +1 -1
data/sensu.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "sensu"
|
3
|
-
s.version = "0.6.
|
3
|
+
s.version = "0.6.1"
|
4
4
|
s.authors = ["Sean Porter", "Justin Kolberg"]
|
5
5
|
s.email = ["sean.porter@sonian.net", "justin.kolberg@sonian.net"]
|
6
6
|
s.homepage = "https://github.com/sonian/sensu"
|
@@ -14,8 +14,6 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.platform = "x86-mingw32"
|
15
15
|
when "mswin"
|
16
16
|
s.platform = "x86-mswin32"
|
17
|
-
else
|
18
|
-
s.platform = Gem::Platform::RUBY
|
19
17
|
end
|
20
18
|
|
21
19
|
s.add_dependency("eventmachine", "1.0.0.beta.4.1") if s.platform =~ /mswin|mingw32|windows/
|