vapir-common 1.8.0 → 1.8.1

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/vapir-common/version.rb +1 -1
  2. metadata +9 -4
@@ -1,5 +1,5 @@
1
1
  module Vapir
2
2
  module Common
3
- VERSION = '1.8.0'
3
+ VERSION = '1.8.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vapir-common
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 53
4
5
  prerelease: false
5
6
  segments:
6
7
  - 1
7
8
  - 8
8
- - 0
9
- version: 1.8.0
9
+ - 1
10
+ version: 1.8.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Ethan
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-04-19 00:00:00 -04:00
18
+ date: 2011-05-17 00:00:00 -04:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
@@ -67,23 +68,27 @@ rdoc_options:
67
68
  require_paths:
68
69
  - lib
69
70
  required_ruby_version: !ruby/object:Gem::Requirement
71
+ none: false
70
72
  requirements:
71
73
  - - ">="
72
74
  - !ruby/object:Gem::Version
75
+ hash: 3
73
76
  segments:
74
77
  - 0
75
78
  version: "0"
76
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
+ none: false
77
81
  requirements:
78
82
  - - ">="
79
83
  - !ruby/object:Gem::Version
84
+ hash: 3
80
85
  segments:
81
86
  - 0
82
87
  version: "0"
83
88
  requirements: []
84
89
 
85
90
  rubyforge_project:
86
- rubygems_version: 1.3.6
91
+ rubygems_version: 1.3.7
87
92
  signing_key:
88
93
  specification_version: 3
89
94
  summary: Common basis for Vapir libraries for automating web browsers in Ruby