repomate 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. data/lib/repomate/base.rb +3 -3
  2. metadata +1 -1
data/lib/repomate/base.rb CHANGED
@@ -109,11 +109,11 @@ module RepoMate
109
109
  end
110
110
 
111
111
  FileUtils.move(stage_fullname, pool_fullname) unless File.exists?(pool_fullname)
112
- @link.destroy(unlink_workload) unless unlink_workload.empty?
113
- @link.create(link_workload) unless link_workload.empty?
114
112
  end
115
113
  end
116
-
114
+
115
+ @link.destroy(unlink_workload) unless unlink_workload.empty?
116
+ @link.create(link_workload) unless link_workload.empty?
117
117
  @metafile.create unless link_workload.empty?
118
118
  end
119
119
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repomate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: