geoff-importer 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.
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 Volker Pacher
1
+ Copyright (c) 2012 Shutl
2
2
 
3
3
  MIT License
4
4
 
@@ -31,7 +31,6 @@ class Geoff
31
31
  private
32
32
  def set_db db
33
33
  if db.is_a?(String)
34
- debugger
35
34
  raise Geoff::Importer::LockedDatabase.new('database is running') if locked?(db)
36
35
  start_db(db)
37
36
  else
@@ -1,5 +1,5 @@
1
1
  class Geoff
2
2
  module Importer
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoff-importer
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: