fibeline 0.0.1 → 1.0.0

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.
@@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
7
7
  spec.name = 'fibeline'
8
8
  spec.version = Fibeline::VERSION
9
9
  spec.authors = ['Christian Haase']
10
- spec.email = ["github@eggchamber.net"]
10
+ spec.email = ['github@eggchamber.net']
11
11
  spec.summary = %q{Pipelines using Fibers}
12
- spec.homepage = 'https://github.com/krissi/fibelines'
12
+ spec.homepage = 'https://github.com/krissi/fibeline'
13
13
  spec.license = 'MIT'
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Fibeline
2
- VERSION = "0.0.1"
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fibeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Christian Haase
@@ -13,6 +14,7 @@ dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ~>
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :development
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ~>
25
28
  - !ruby/object:Gem::Version
@@ -27,6 +30,7 @@ dependencies:
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: rake
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
35
  - - ~>
32
36
  - !ruby/object:Gem::Version
@@ -34,6 +38,7 @@ dependencies:
34
38
  type: :development
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
43
  - - ~>
39
44
  - !ruby/object:Gem::Version
@@ -59,28 +64,35 @@ files:
59
64
  - lib/fibeline/process.rb
60
65
  - lib/fibeline/transformer.rb
61
66
  - lib/fibeline/version.rb
62
- homepage: https://github.com/krissi/fibelines
67
+ homepage: https://github.com/krissi/fibeline
63
68
  licenses:
64
69
  - MIT
65
- metadata: {}
66
70
  post_install_message:
67
71
  rdoc_options: []
68
72
  require_paths:
69
73
  - lib
70
74
  required_ruby_version: !ruby/object:Gem::Requirement
75
+ none: false
71
76
  requirements:
72
77
  - - ! '>='
73
78
  - !ruby/object:Gem::Version
74
79
  version: '0'
80
+ segments:
81
+ - 0
82
+ hash: -2633193632608976586
75
83
  required_rubygems_version: !ruby/object:Gem::Requirement
84
+ none: false
76
85
  requirements:
77
86
  - - ! '>='
78
87
  - !ruby/object:Gem::Version
79
88
  version: '0'
89
+ segments:
90
+ - 0
91
+ hash: -2633193632608976586
80
92
  requirements: []
81
93
  rubyforge_project:
82
- rubygems_version: 2.4.3
94
+ rubygems_version: 1.8.24
83
95
  signing_key:
84
- specification_version: 4
96
+ specification_version: 3
85
97
  summary: Pipelines using Fibers
86
98
  test_files: []
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YjY2YWEzMGFiNWVmZjU2MjY4Y2E4NTAxYWI5ZWNiZTVhNjU4N2I4MQ==
5
- data.tar.gz: !binary |-
6
- MGQwMzQ5MjU0YjE0NTc0NjljZmU0YTZhOGQ1MTlkYThhM2I3Y2NiNQ==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- ZTRiN2FiMGUwNzZkODM1M2JiOWQ5YjZmNmM4NjlmYmNhNmEwYTVlOWY0OTFh
10
- NjMxNjFlMGFjODQ3ZGVmMDM5NGQ0MmEyMDVkNDdjYjI3YzY2ODQ1YTAwY2Nh
11
- ZmMwNmY0MDAyODA2M2JlMDcwODRhY2E1NWIyMWUxYTMwNDhhNTk=
12
- data.tar.gz: !binary |-
13
- MDg5MjIwZTBkMDFjMTk2MDUxNjdkMjE4MWM3MDNlOTQ4ODk0ZWI2ODUxZTJl
14
- Yjg0MjQ1ZjI0MjhmY2FlY2RkY2QwNDEzNTZjYjA1NjMzMDcxNTg2YWY1ZGU1
15
- MjAyMmIzMDg2NWQzODRiYTZmM2Y2NGUyMzAzNzRlNGU5MmZiNGQ=