cascadence 0.1.1 → 0.1.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/VERSION +1 -1
- data/cascadence.gemspec +2 -2
- metadata +5 -3
data/Rakefile
CHANGED
|
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "http://github.com/foxnewsnetwork/cascadence"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Organization helper for writing flow-based integration tests using capybara and whatnot}
|
|
21
|
-
gem.description = %Q{
|
|
21
|
+
gem.description = %Q{Organizational helper for writing serializations for use with threading. The biggest use case of this would be in selenium / capybara based integration testing as this allows you to run flows in parallel.}
|
|
22
22
|
gem.email = "foxnewsnetwork@gmail.com"
|
|
23
23
|
gem.authors = ["Thomas Chen"]
|
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/cascadence.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "cascadence"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Thomas Chen"]
|
|
12
12
|
s.date = "2013-02-14"
|
|
13
|
-
s.description = "
|
|
13
|
+
s.description = "Organizational helper for writing serializations for use with threading. The biggest use case of this would be in selenium / capybara based integration testing as this allows you to run flows in parallel."
|
|
14
14
|
s.email = "foxnewsnetwork@gmail.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cascadence
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -75,7 +75,9 @@ dependencies:
|
|
|
75
75
|
- - ! '>='
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: '0'
|
|
78
|
-
description:
|
|
78
|
+
description: Organizational helper for writing serializations for use with threading.
|
|
79
|
+
The biggest use case of this would be in selenium / capybara based integration testing
|
|
80
|
+
as this allows you to run flows in parallel.
|
|
79
81
|
email: foxnewsnetwork@gmail.com
|
|
80
82
|
executables: []
|
|
81
83
|
extensions: []
|
|
@@ -161,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
161
163
|
version: '0'
|
|
162
164
|
segments:
|
|
163
165
|
- 0
|
|
164
|
-
hash:
|
|
166
|
+
hash: 1146252486641217808
|
|
165
167
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
166
168
|
none: false
|
|
167
169
|
requirements:
|