array-sorted-unique-compositing 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
 
2
+ begin ; require 'development' ; rescue ; end
3
+
2
4
  require 'array-sorted-compositing'
3
5
  require 'array-unique-compositing'
4
- #require_relative '../../../../../array-sorted-compositing/lib/array-sorted-compositing.rb'
5
- #require_relative '../../../../../array-unique-compositing/lib/array-unique-compositing.rb'
6
6
 
7
7
  # namespaces that have to be declared ahead of time for proper load order
8
8
  require_relative './namespaces'
@@ -1,9 +1,7 @@
1
1
 
2
2
  module ::Array::Sorted::Unique::Compositing::ArrayInterface
3
3
 
4
- include ::Array::Sorted::ArrayInterface
5
- include ::Array::Unique::ArrayInterface
6
- #include ::Array::Compositing::ArrayInterface
4
+ include ::Array::Sorted::Unique::ArrayInterface
7
5
  include ::Array::Sorted::Compositing::ArrayInterface
8
6
  include ::Array::Unique::Compositing::ArrayInterface
9
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: array-sorted-unique-compositing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-10 00:00:00.000000000 Z
12
+ date: 2012-07-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: array-sorted-compositing