stages 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/stages/{Noop.rb → noop.rb} +0 -0
- data/stages.gemspec +3 -3
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.1
|
File without changes
|
data/stages.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "stages"
|
8
|
-
s.version = "1.2.
|
8
|
+
s.version = "1.2.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Nathan D Acuff"]
|
12
|
-
s.date = "2014-02-
|
12
|
+
s.date = "2014-02-06"
|
13
13
|
s.description = "pipeline builder"
|
14
14
|
s.email = "support@igodigital.com"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -27,7 +27,6 @@ Gem::Specification.new do |s|
|
|
27
27
|
"examples/sing_subpipes.rb",
|
28
28
|
"lib/stage_base.rb",
|
29
29
|
"lib/stages.rb",
|
30
|
-
"lib/stages/Noop.rb",
|
31
30
|
"lib/stages/cache.rb",
|
32
31
|
"lib/stages/count.rb",
|
33
32
|
"lib/stages/each.rb",
|
@@ -37,6 +36,7 @@ Gem::Specification.new do |s|
|
|
37
36
|
"lib/stages/feeder.rb",
|
38
37
|
"lib/stages/limit.rb",
|
39
38
|
"lib/stages/map.rb",
|
39
|
+
"lib/stages/noop.rb",
|
40
40
|
"lib/stages/select.rb",
|
41
41
|
"lib/stages/splice.rb",
|
42
42
|
"lib/stages/unique.rb",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
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: 2014-02-
|
12
|
+
date: 2014-02-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -45,7 +45,6 @@ files:
|
|
45
45
|
- examples/sing_subpipes.rb
|
46
46
|
- lib/stage_base.rb
|
47
47
|
- lib/stages.rb
|
48
|
-
- lib/stages/Noop.rb
|
49
48
|
- lib/stages/cache.rb
|
50
49
|
- lib/stages/count.rb
|
51
50
|
- lib/stages/each.rb
|
@@ -55,6 +54,7 @@ files:
|
|
55
54
|
- lib/stages/feeder.rb
|
56
55
|
- lib/stages/limit.rb
|
57
56
|
- lib/stages/map.rb
|
57
|
+
- lib/stages/noop.rb
|
58
58
|
- lib/stages/select.rb
|
59
59
|
- lib/stages/splice.rb
|
60
60
|
- lib/stages/unique.rb
|