vcx-browser 0.1.10 → 0.1.11

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.
data/lib/browser.rb CHANGED
@@ -217,12 +217,12 @@ class Browser
217
217
  v || "0.0"
218
218
  end
219
219
 
220
- # Return true if browser supports some CSS 3 (Safari, Firefox, Opera & IE7+).
220
+ # Return true if browser supports some CSS 3 (Safari, Firefox, Opera & IE8+).
221
221
  def capable?
222
222
  (chrome? && version_obj >= '16'.to_version) ||
223
223
  (firefox? && version_obj >= '9'.to_version) ||
224
224
  (safari? && version_obj >= '5.1.2'.to_version) ||
225
- (ie? && version_obj >= '7'.to_version)
225
+ (ie? && version_obj >= '8'.to_version)
226
226
  end
227
227
 
228
228
  def compatibility_view?
@@ -2,7 +2,7 @@ class Browser
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 10
5
+ PATCH = 11
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcx-browser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,7 +75,6 @@ files:
75
75
  - lib/browser/version.rb
76
76
  - test/browser_test.rb
77
77
  - test/test_helper.rb
78
- - vcx-browser-0.1.9.gem
79
78
  - vcx-browser.gemspec
80
79
  homepage: http://github.com/livegamervcxdevteam/vcx-browser
81
80
  licenses: []
Binary file