vcx-browser 0.1.9 → 0.1.10

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 = 9
5
+ PATCH = 10
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
Binary file
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.9
4
+ version: 0.1.10
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-22 00:00:00.000000000 Z
12
+ date: 2012-08-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
@@ -75,6 +75,7 @@ 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
78
79
  - vcx-browser.gemspec
79
80
  homepage: http://github.com/livegamervcxdevteam/vcx-browser
80
81
  licenses: []