filequeue 0.0.1 → 0.0.2
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/.gemtest +0 -0
- data/VERSION +1 -1
- data/filequeue.gemspec +3 -1
- data/pkg/filequeue-0.0.2.gem +0 -0
- metadata +5 -3
data/.gemtest
ADDED
|
File without changes
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/filequeue.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{filequeue}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Max Ogden", "daddz"]
|
|
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
"README.md"
|
|
18
18
|
]
|
|
19
19
|
s.files = [
|
|
20
|
+
".gemtest",
|
|
20
21
|
".rspec",
|
|
21
22
|
"LICENSE",
|
|
22
23
|
"README.md",
|
|
@@ -25,6 +26,7 @@ Gem::Specification.new do |s|
|
|
|
25
26
|
"file_queue.rb",
|
|
26
27
|
"filequeue.gemspec",
|
|
27
28
|
"lib/filequeue.rb",
|
|
29
|
+
"pkg/filequeue-0.0.2.gem",
|
|
28
30
|
"spec/filequeue_spec.rb",
|
|
29
31
|
"spec/spec_helper.rb"
|
|
30
32
|
]
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: filequeue
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Max Ogden
|
|
@@ -30,6 +30,7 @@ extra_rdoc_files:
|
|
|
30
30
|
- LICENSE
|
|
31
31
|
- README.md
|
|
32
32
|
files:
|
|
33
|
+
- .gemtest
|
|
33
34
|
- .rspec
|
|
34
35
|
- LICENSE
|
|
35
36
|
- README.md
|
|
@@ -38,6 +39,7 @@ files:
|
|
|
38
39
|
- file_queue.rb
|
|
39
40
|
- filequeue.gemspec
|
|
40
41
|
- lib/filequeue.rb
|
|
42
|
+
- pkg/filequeue-0.0.2.gem
|
|
41
43
|
- spec/filequeue_spec.rb
|
|
42
44
|
- spec/spec_helper.rb
|
|
43
45
|
has_rdoc: true
|