fig 0.1.19 → 0.1.20

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/lib/fig/os.rb +1 -1
  2. metadata +6 -6
data/lib/fig/os.rb CHANGED
@@ -224,7 +224,7 @@ module Fig
224
224
  end
225
225
 
226
226
  def self.windows?
227
- Config::CONFIG['host_os'] =~ /mswin/
227
+ Config::CONFIG['host_os'] =~ /mswin|mingw/
228
228
  end
229
229
 
230
230
  def self.unix?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fig
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 19
10
- version: 0.1.19
9
+ - 20
10
+ version: 0.1.20
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthew Foemmel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-01 00:00:00 -05:00
18
+ date: 2010-11-16 00:00:00 -06:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -162,8 +162,8 @@ homepage: http://github.com/mfoemmel/fig
162
162
  licenses: []
163
163
 
164
164
  post_install_message:
165
- rdoc_options:
166
- - --charset=UTF-8
165
+ rdoc_options: []
166
+
167
167
  require_paths:
168
168
  - lib
169
169
  required_ruby_version: !ruby/object:Gem::Requirement