Skip to content

Commit

Permalink
fixed directory default
Browse files Browse the repository at this point in the history
  • Loading branch information
panterch committed Nov 23, 2011
1 parent 23c2244 commit 5ac3a4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dummy_dropbox_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = "dummy_dropbox_sdk"
s.version = DummyDropbox::VERSION
s.authors = ["Panter llc"]
s.email = ["info@panter.ch"]
s.email = ["gems@panter.ch"]
s.homepage = "https://github.com/panter/dummy_dropbox_sdk"
s.summary = "Dummy monkey patching for the dropbox-sdk ruby gem: 'dropbox-sdk'"
s.description = "Dummy monkey patching for the dropbox-sdk ruby gem: 'dropbox-sdk'. You can test your Dropbox utility using a local folder to simulate your Dropbox folder."
Expand Down
2 changes: 1 addition & 1 deletion lib/dummy_dropbox_sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'ostruct'

module DummyDropbox
@@root_path = File.expand_path( "#{File.dirname(__FILE__)}/../test/fixtures/dropbox" )
@@root_path = File.expand_path( "./test/fixtures/dropbox" )

def self.root_path=(path)
@@root_path = path
Expand Down
4 changes: 2 additions & 2 deletions lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DummyDropbox
VERSION = '0.0.11'
end
VERSION = '0.0.12'
end

0 comments on commit 5ac3a4a

Please sign in to comment.