datum 0.8.3 → 0.8.4

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.
@@ -109,6 +109,12 @@ module Datum
109
109
  FileUtils.remove_dir "#{@@local_path}"
110
110
  FileUtils.cp_r "#{@@datum_tmp}", "#{@@local_path}"
111
111
  FileUtils.remove_dir "#{@@datum_tmp}"
112
+
113
+ files = [@@test_drop]
114
+ files.each { |file|
115
+ context.log "Removing file: #{file}"
116
+ FileUtils.remove_file file
117
+ }
112
118
 
113
119
  end
114
120
 
data/lib/datum/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Datum
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
4
4
 
5
5
  ## 0.8.1
@@ -9,3 +9,5 @@ end
9
9
  ## Fixed errors in verification / environment
10
10
  ## 0.8.3
11
11
  ## Added functionality in verification to handle existing datum files
12
+ ## 0.8.4
13
+ ## Fixed bug with leftover verification test case.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: 3533206801691062155
109
+ hash: -3398285783573043644
110
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  none: false
112
112
  requirements:
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: 3533206801691062155
118
+ hash: -3398285783573043644
119
119
  requirements: []
120
120
  rubyforge_project:
121
121
  rubygems_version: 1.8.24