linepipe 0.1.0 → 0.1.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.
@@ -1,3 +1,3 @@
1
1
  module Linepipe
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/linepipe.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["josep.bach@wimdu.com"]
11
11
  gem.description = %q{Process data one step at a time.}
12
12
  gem.summary = %q{Process data one step at a time.}
13
- gem.homepage = "https://github.com/wimdu/linepipe"
13
+ gem.homepage = "http://wimdu.github.com/linepipe"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  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: linepipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -52,7 +52,7 @@ files:
52
52
  - spec/pipeline/process_spec.rb
53
53
  - spec/pipeline/step_spec.rb
54
54
  - spec/pipeline_spec.rb
55
- homepage: https://github.com/wimdu/linepipe
55
+ homepage: http://wimdu.github.com/linepipe
56
56
  licenses: []
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -64,12 +64,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  - - ! '>='
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
+ segments:
68
+ - 0
69
+ hash: 1238965093489806578
67
70
  required_rubygems_version: !ruby/object:Gem::Requirement
68
71
  none: false
69
72
  requirements:
70
73
  - - ! '>='
71
74
  - !ruby/object:Gem::Version
72
75
  version: '0'
76
+ segments:
77
+ - 0
78
+ hash: 1238965093489806578
73
79
  requirements: []
74
80
  rubyforge_project:
75
81
  rubygems_version: 1.8.23