wallpapering 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.
@@ -1,6 +1,6 @@
1
1
  require "delegate"
2
2
 
3
- require "core_ext/array"
3
+ require "wallpapering/core_ext/array"
4
4
 
5
5
  require "wallpapering/version"
6
6
  require "wallpapering/decorator"
@@ -1,3 +1,3 @@
1
1
  module Wallpapering
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,4 +1,4 @@
1
- require_relative '../../../lib/core_ext/array'
1
+ require_relative '../../../../lib/wallpapering/core_ext/array'
2
2
 
3
3
  describe Array do
4
4
  class Foo
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wallpapering
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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: 2013-02-15 00:00:00.000000000 Z
12
+ date: 2013-02-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -40,11 +40,11 @@ files:
40
40
  - LICENSE.txt
41
41
  - README.md
42
42
  - Rakefile
43
- - lib/core_ext/array.rb
44
43
  - lib/wallpapering.rb
44
+ - lib/wallpapering/core_ext/array.rb
45
45
  - lib/wallpapering/decorator.rb
46
46
  - lib/wallpapering/version.rb
47
- - spec/lib/core_ext/array_spec.rb
47
+ - spec/lib/wallpapering/core_ext/array_spec.rb
48
48
  - spec/lib/wallpapering/decorator_spec.rb
49
49
  - wallpapering.gemspec
50
50
  homepage: ''
@@ -72,5 +72,5 @@ signing_key:
72
72
  specification_version: 3
73
73
  summary: Implements the decorator pattern in Ruby, as simply as possible
74
74
  test_files:
75
- - spec/lib/core_ext/array_spec.rb
75
+ - spec/lib/wallpapering/core_ext/array_spec.rb
76
76
  - spec/lib/wallpapering/decorator_spec.rb