ceedling 0.10.0 → 0.11.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.
@@ -2,10 +2,10 @@
2
2
  module Ceedling
3
3
  module Version
4
4
  # @private
5
- GEM = "0.10.0"
5
+ GEM = "0.11.0"
6
6
 
7
7
  # @private
8
- CEEDLING = "0.10.224"
8
+ CEEDLING = "0.10.226"
9
9
  # @private
10
10
  CEXCEPTION = "1.2.17"
11
11
  # @private
@@ -2,7 +2,7 @@
2
2
  module Ceedling
3
3
  module Version
4
4
  # @private
5
- GEM = "0.10.0"
5
+ GEM = "0.11.0"
6
6
 
7
7
  # @private
8
8
  CEEDLING = "<%= versions["CEEDLING"] %>"
@@ -4,6 +4,7 @@ class SystemWrapper
4
4
 
5
5
  # static method for use in defaults
6
6
  def self.windows?
7
+ return ((RbConfig::CONFIG['host_os'] =~ /mswin|mingw/) ? true : false) if defined?(RbConfig)
7
8
  return ((Config::CONFIG['host_os'] =~ /mswin|mingw/) ? true : false)
8
9
  end
9
10
 
@@ -1 +1 @@
1
- 224
1
+ 226
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 10
7
+ - 11
8
8
  - 0
9
- version: 0.10.0
9
+ version: 0.11.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mike Karlesky, Mark VanderVoord