adrian 1.3.0 → 1.3.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,7 +1,7 @@
1
1
  require 'adrian/queue'
2
2
 
3
3
  module Adrian
4
- class ArrayQueue < Queue
4
+ class ArrayQueue < Adrian::Queue
5
5
  def initialize(array = [], options = {})
6
6
  super(options)
7
7
  @array = array.map { |item| wrap_item(item) }
@@ -1,7 +1,8 @@
1
+ require 'adrian/queue'
1
2
  require 'fileutils'
2
3
 
3
4
  module Adrian
4
- class DirectoryQueue < Queue
5
+ class DirectoryQueue < Adrian::Queue
5
6
  include Filters
6
7
 
7
8
  def self.create(options = {})
@@ -1,3 +1,3 @@
1
1
  module Adrian
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adrian
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -125,7 +125,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  segments:
127
127
  - 0
128
- hash: -2683630190484643052
128
+ hash: 418133353793061190
129
129
  required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  none: false
131
131
  requirements:
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  segments:
136
136
  - 0
137
- hash: -2683630190484643052
137
+ hash: 418133353793061190
138
138
  requirements: []
139
139
  rubyforge_project:
140
140
  rubygems_version: 1.8.24