omnistore 0.0.6 → 0.0.7

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.
@@ -35,7 +35,7 @@ module OmniStore
35
35
 
36
36
  def move(src, dest, other = self, options = {})
37
37
  options[:bucket_name] = other.bucket.name
38
- bucket.objects[key].move_to(dest, options)
38
+ bucket.objects[src].move_to(dest, options)
39
39
  end
40
40
  end
41
41
 
@@ -1,3 +1,3 @@
1
1
  module OmniStore
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnistore
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -119,7 +119,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  segments:
121
121
  - 0
122
- hash: 702028109
122
+ hash: -209930243
123
123
  required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  none: false
125
125
  requirements:
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  segments:
130
130
  - 0
131
- hash: 702028109
131
+ hash: -209930243
132
132
  requirements: []
133
133
  rubyforge_project:
134
134
  rubygems_version: 1.8.24