polonium 0.3.1 → 0.3.2
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/Rakefile +1 -1
- data/lib/polonium/wait_for.rb +1 -0
- data/spec/spec_helper.rb +1 -0
- metadata +6 -4
data/Rakefile
CHANGED
data/lib/polonium/wait_for.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: polonium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pivotal Labs
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-07-
|
|
12
|
+
date: 2009-07-31 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -79,6 +79,8 @@ files:
|
|
|
79
79
|
- spec/test_unit_spec_suite.rb
|
|
80
80
|
has_rdoc: true
|
|
81
81
|
homepage: http://pivotalrb.rubyforge.org
|
|
82
|
+
licenses: []
|
|
83
|
+
|
|
82
84
|
post_install_message:
|
|
83
85
|
rdoc_options:
|
|
84
86
|
- --main
|
|
@@ -102,9 +104,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
102
104
|
requirements: []
|
|
103
105
|
|
|
104
106
|
rubyforge_project: pivotalrb
|
|
105
|
-
rubygems_version: 1.3.
|
|
107
|
+
rubygems_version: 1.3.5
|
|
106
108
|
signing_key:
|
|
107
|
-
specification_version:
|
|
109
|
+
specification_version: 3
|
|
108
110
|
summary: Selenium RC with Rails integration and enhanced assertions.
|
|
109
111
|
test_files: []
|
|
110
112
|
|