genZPK 0.1.14 → 0.1.15
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.
- data/.idea/genZPK.iml +1 -1
- data/.idea/workspace.xml +5 -5
- data/bin/genZPK +3 -3
- data/lib/genZPK/version.rb +1 -1
- metadata +2 -2
data/.idea/genZPK.iml
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
<orderEntry type="inheritedJdk" />
|
17
17
|
<orderEntry type="sourceFolder" forTests="false" />
|
18
18
|
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.5.3, ruby-1.9.3-p484) [gem]" level="application" />
|
19
|
-
<orderEntry type="library" scope="PROVIDED" name="highline (v1.6.
|
19
|
+
<orderEntry type="library" scope="PROVIDED" name="highline (v1.6.21, ruby-1.9.3-p484) [gem]" level="application" />
|
20
20
|
<orderEntry type="library" scope="PROVIDED" name="mini_portile (v0.5.2, ruby-1.9.3-p484) [gem]" level="application" />
|
21
21
|
<orderEntry type="library" scope="PROVIDED" name="nokogiri (v1.6.1, ruby-1.9.3-p484) [gem]" level="application" />
|
22
22
|
<orderEntry type="library" scope="PROVIDED" name="rake (v10.1.1, ruby-1.9.3-p484) [gem]" level="application" />
|
data/.idea/workspace.xml
CHANGED
@@ -49,7 +49,7 @@
|
|
49
49
|
<file leaf-file-name="genZPK" pinned="false" current="true" current-in-tab="true">
|
50
50
|
<entry file="file://$PROJECT_DIR$/bin/genZPK">
|
51
51
|
<provider selected="true" editor-type-id="text-editor">
|
52
|
-
<state line="
|
52
|
+
<state line="372" column="5" selection-start="13145" selection-end="13145" vertical-scroll-proportion="0.3875546" vertical-offset="5969" max-vertical-offset="6885">
|
53
53
|
<folding />
|
54
54
|
</state>
|
55
55
|
</provider>
|
@@ -67,7 +67,7 @@
|
|
67
67
|
<file leaf-file-name="version.rb" pinned="false" current="false" current-in-tab="false">
|
68
68
|
<entry file="file://$PROJECT_DIR$/lib/genZPK/version.rb">
|
69
69
|
<provider selected="true" editor-type-id="text-editor">
|
70
|
-
<state line="
|
70
|
+
<state line="1" column="19" selection-start="33" selection-end="33" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="136">
|
71
71
|
<folding />
|
72
72
|
</state>
|
73
73
|
</provider>
|
@@ -325,7 +325,7 @@
|
|
325
325
|
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
326
326
|
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
327
327
|
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
328
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.
|
328
|
+
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.1123348" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
329
329
|
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
330
330
|
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
331
331
|
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
@@ -694,14 +694,14 @@
|
|
694
694
|
</entry>
|
695
695
|
<entry file="file://$PROJECT_DIR$/lib/genZPK/version.rb">
|
696
696
|
<provider selected="true" editor-type-id="text-editor">
|
697
|
-
<state line="
|
697
|
+
<state line="1" column="19" selection-start="33" selection-end="33" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="136">
|
698
698
|
<folding />
|
699
699
|
</state>
|
700
700
|
</provider>
|
701
701
|
</entry>
|
702
702
|
<entry file="file://$PROJECT_DIR$/bin/genZPK">
|
703
703
|
<provider selected="true" editor-type-id="text-editor">
|
704
|
-
<state line="
|
704
|
+
<state line="372" column="5" selection-start="13145" selection-end="13145" vertical-scroll-proportion="0.3875546" vertical-offset="5969" max-vertical-offset="6885">
|
705
705
|
<folding />
|
706
706
|
</state>
|
707
707
|
</provider>
|
data/bin/genZPK
CHANGED
@@ -342,7 +342,7 @@ if not File.exists? dir + "/scripts"
|
|
342
342
|
end
|
343
343
|
|
344
344
|
# get the templates for the deployment configuration and pre-activation script
|
345
|
-
scriptTemplate = getTemplate 'pre_activate.php'
|
345
|
+
#scriptTemplate = getTemplate 'pre_activate.php'
|
346
346
|
deploymentTemplate = getTemplate 'deployment.xml'
|
347
347
|
|
348
348
|
# These are used to populate the tamplates
|
@@ -350,11 +350,11 @@ releaseName = options[:name]
|
|
350
350
|
zpkVersion = options[:version]
|
351
351
|
|
352
352
|
# Generate the files
|
353
|
-
script = ERB.new(scriptTemplate)
|
353
|
+
#script = ERB.new(scriptTemplate)
|
354
354
|
deployment = ERB.new(deploymentTemplate)
|
355
355
|
|
356
356
|
# Write out the files
|
357
|
-
File.open(dir + '/scripts/pre_activate.php', 'w') {|f| f.puts(script.result(binding))}
|
357
|
+
#File.open(dir + '/scripts/pre_activate.php', 'w') {|f| f.puts(script.result(binding))}
|
358
358
|
File.open(dir + '/deployment.xml', 'w') {|f| f.puts(deployment.result(binding))}
|
359
359
|
|
360
360
|
|
data/lib/genZPK/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: genZPK
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
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: 2014-02-
|
12
|
+
date: 2014-02-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|