diff --git a/dummy_dropbox_sdk.gemspec b/dummy_dropbox_sdk.gemspec index 11a5715..21d98f2 100644 --- a/dummy_dropbox_sdk.gemspec +++ b/dummy_dropbox_sdk.gemspec @@ -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." diff --git a/lib/dummy_dropbox_sdk.rb b/lib/dummy_dropbox_sdk.rb index 59921d8..09d842c 100644 --- a/lib/dummy_dropbox_sdk.rb +++ b/lib/dummy_dropbox_sdk.rb @@ -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 diff --git a/lib/version.rb b/lib/version.rb index 92a74da..e387e2c 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module DummyDropbox - VERSION = '0.0.11' -end \ No newline at end of file + VERSION = '0.0.12' +end