mobi_check_in 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module MobiCheckIn
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/mobi_check_in.rb CHANGED
@@ -6,7 +6,7 @@ module MobiCheckIn
6
6
 
7
7
  def self.isWindows?
8
8
  platform = RUBY_PLATFORM.downcase
9
- windows_names = %Q{mswin cygwin mingw}
9
+ windows_names = %w{mswin cygwin mingw}
10
10
  windows_names.each { |name| return true if platform.include?(name) }
11
11
  false
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobi_check_in
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: