omnistore 0.0.7 → 0.0.8

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.
@@ -16,7 +16,7 @@ module OmniStore
16
16
  end
17
17
 
18
18
  def url
19
- "file://#{dir}"
19
+ "file://#{dir}/"
20
20
  end
21
21
 
22
22
  def exist?(path)
@@ -1,3 +1,3 @@
1
1
  module OmniStore
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -76,7 +76,7 @@ describe OmniStore::Storage::Local do
76
76
 
77
77
  context 'when single mountpoit' do
78
78
  its(:name) { should eq File.basename(MOUNTPOINT) }
79
- its(:url) { should eq "file://#{File.expand_path(MOUNTPOINT)}" }
79
+ its(:url) { should eq "file://#{File.expand_path(MOUNTPOINT)}/" }
80
80
  end
81
81
 
82
82
  context 'when double mountpoint' do
@@ -87,7 +87,7 @@ describe OmniStore::Storage::Local do
87
87
  subject { OmniStore::Storage::Local.mountpoint(:b) }
88
88
 
89
89
  its(:name) { should eq :b }
90
- its(:url) { should eq "file://#{File.expand_path(TMPDIR)}" }
90
+ its(:url) { should eq "file://#{File.expand_path(TMPDIR)}/" }
91
91
  end
92
92
 
93
93
  describe '#move' do
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.7
4
+ version: 0.0.8
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: -209930243
122
+ hash: -1053533393
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: -209930243
131
+ hash: -1053533393
132
132
  requirements: []
133
133
  rubyforge_project:
134
134
  rubygems_version: 1.8.24