assembly_pipe 0.0.0 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.1.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{assembly_pipe}
8
- s.version = "0.0.0"
8
+ s.version = "0.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["robsyme"]
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  "assembly_pipe.gemspec",
30
30
  "bin/assembly_pipe",
31
31
  "lib/assembly_pipe.rb",
32
- "lib/queue/word_analyzer.rb",
32
+ "lib/queue/word_analyser.rb",
33
33
  "test/data/test_logfile.txt",
34
34
  "test/helper.rb",
35
35
  "test/test_assembly_pipe.rb"
File without changes
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: assembly_pipe
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.0
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - robsyme
@@ -88,7 +88,7 @@ files:
88
88
  - assembly_pipe.gemspec
89
89
  - bin/assembly_pipe
90
90
  - lib/assembly_pipe.rb
91
- - lib/queue/word_analyzer.rb
91
+ - lib/queue/word_analyser.rb
92
92
  - test/data/test_logfile.txt
93
93
  - test/helper.rb
94
94
  - test/test_assembly_pipe.rb
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- hash: -149426781813587154
109
+ hash: -1547271813550575671
110
110
  segments:
111
111
  - 0
112
112
  version: "0"