vcx-browser 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ class Browser
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 8
5
+ PATCH = 9
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
- end
8
+ end
data/lib/browser.rb CHANGED
@@ -203,7 +203,7 @@ class Browser
203
203
 
204
204
  # Return major version object.
205
205
  def version_obj
206
- Gem::Version.new(version)
206
+ Gem::Version.new(full_version)
207
207
  end
208
208
 
209
209
  # Return major version.
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.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-09 00:00:00.000000000 Z
12
+ date: 2012-08-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -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.7.gem
79
78
  - vcx-browser.gemspec
80
79
  homepage: http://github.com/livegamervcxdevteam/vcx-browser
81
80
  licenses: []
Binary file