urturn-cli 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -174,7 +174,7 @@ module Webdoc
|
|
174
174
|
begin
|
175
175
|
Zip::ZipOutputStream.open(f.path) do |z|
|
176
176
|
Dir.glob(File.join(exp_path, '**/*.*')) do |path|
|
177
|
-
if(File.file?(path))
|
177
|
+
if(File.file?(path) && !(path =~ /\.expression$/) )
|
178
178
|
zip_path = Pathname.new(path).relative_path_from(exp_path)
|
179
179
|
z.put_next_entry(zip_path)
|
180
180
|
z.print File.read(path)
|
data/lib/webdoc-cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: urturn-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-01-
|
13
|
+
date: 2013-01-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: gli
|