sensu 0.6.0-x86-mingw32 → 0.6.1-x86-mingw32

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.
Files changed (2) hide show
  1. data/sensu.gemspec +1 -3
  2. 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.0"
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/
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sensu
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.0
5
+ version: 0.6.1
6
6
  platform: x86-mingw32
7
7
  authors:
8
8
  - Sean Porter