xqcoretools 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 (2) hide show
  1. data/bin/xqcoretools +1 -1
  2. metadata +2 -2
data/bin/xqcoretools CHANGED
@@ -13,7 +13,7 @@ class XQCoreTools < Thor
13
13
  pathList = paths.split(';')
14
14
 
15
15
  currentPath = Dir.pwd
16
- puts "PACKFILE: #{currentPath}/#{output}"
16
+ puts "PACKFILE: #{output}"
17
17
 
18
18
  Zip::ZipFile.open(output, Zip::ZipFile::CREATE) do |zipfile|
19
19
  pathList.each do |path|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xqcoretools
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:
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  version: '0'
43
43
  requirements: []
44
44
  rubyforge_project:
45
- rubygems_version: 1.8.23
45
+ rubygems_version: 1.8.25
46
46
  signing_key:
47
47
  specification_version: 3
48
48
  summary: Tools for using the XQ.Core framework.