usefuldb 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.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/usefuldb/utilities.rb +1 -1
  3. metadata +5 -12
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  usefuldb gem CHANGELOG
2
2
 
3
+ ## Version 0.0.2
4
+ - Fixed bug with database not being copied to the users home directory correctly
5
+
3
6
  ## Version 0.0.1
4
7
  - Added test for adding entries to the database
5
8
  - Added test for removing entries from the database
@@ -76,7 +76,7 @@ module UsefulDB
76
76
  else
77
77
  # We need to create this folder and install the DB there.
78
78
  FileUtils.mkdir(resourceDir)
79
- dbpath = File.expand_path(File.dirname(__FILE__) + '/../resources/db.yaml')
79
+ dbpath = File.expand_path(File.dirname(__FILE__) + '/../../resources/db.yaml')
80
80
  FileUtils.cp(dbpath, resourceDir)
81
81
  end
82
82
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usefuldb
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-25 00:00:00.000000000 Z
12
+ date: 2012-07-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -67,16 +67,9 @@ files:
67
67
  homepage: http://rubygems.org/gems/usefuldb
68
68
  licenses:
69
69
  - CC BY-SA 3.0
70
- post_install_message: ! 'usefuldb - simple commands and or urls database for storage
71
- of useful information.
72
-
73
-
74
- usefuldb is released under the creative commons attribution-sharealike 3.0 unported
75
- (cc by-sa 3.0) licence.
76
-
77
- for more information see: http://creativecommons.org/licenses/by-sa/3.0/
78
-
79
- '
70
+ post_install_message: ! " \nusefuldb - simple commands and or urls database for storage
71
+ of useful information.\n\nusefuldb is released under the creative commons attribution-sharealike
72
+ 3.0 unported (cc by-sa 3.0) licence.\nfor more information see: http://creativecommons.org/licenses/by-sa/3.0/\n\n"
80
73
  rdoc_options: []
81
74
  require_paths:
82
75
  - lib