piece_pipe 0.2.0 → 0.2.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.
- data/lib/piece_pipe/version.rb +1 -1
- data/piece_pipe.gemspec +1 -1
- metadata +5 -5
data/lib/piece_pipe/version.rb
CHANGED
data/piece_pipe.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["crosby@atomicobject.com", "shawn42@gmail.com"]
|
|
7
7
|
gem.description = %q{PiecePipe is about breaking your problem into its smallest, most interesting pieces, solving those pieces and not spending time on the glue code between them. }
|
|
8
8
|
gem.summary = %q{ PiecePipe helps you break your code into small interesting pieces and provides the glue for pipelining them together to provide elegant, readable code. }
|
|
9
|
-
gem.homepage = "
|
|
9
|
+
gem.homepage = "https://github.com/atomicobject/piece_pipe"
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: piece_pipe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-10-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: mocha
|
|
@@ -116,7 +116,7 @@ files:
|
|
|
116
116
|
- spec/pipeline_spec.rb
|
|
117
117
|
- spec/spec_helper.rb
|
|
118
118
|
- spec/step_spec.rb
|
|
119
|
-
homepage:
|
|
119
|
+
homepage: https://github.com/atomicobject/piece_pipe
|
|
120
120
|
licenses: []
|
|
121
121
|
post_install_message:
|
|
122
122
|
rdoc_options: []
|
|
@@ -130,7 +130,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
version: '0'
|
|
131
131
|
segments:
|
|
132
132
|
- 0
|
|
133
|
-
hash:
|
|
133
|
+
hash: 2334894515568001156
|
|
134
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
none: false
|
|
136
136
|
requirements:
|
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
139
139
|
version: '0'
|
|
140
140
|
segments:
|
|
141
141
|
- 0
|
|
142
|
-
hash:
|
|
142
|
+
hash: 2334894515568001156
|
|
143
143
|
requirements: []
|
|
144
144
|
rubyforge_project:
|
|
145
145
|
rubygems_version: 1.8.24
|