genZPK 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.20, ruby-1.9.3-p484) [gem]" level="application" />
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" />
@@ -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="374" column="29" selection-start="13173" selection-end="13173" vertical-scroll-proportion="0.59170306" vertical-offset="5816" max-vertical-offset="6885">
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="2" column="3" selection-start="38" selection-end="38" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="136">
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.11123348" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
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="2" column="3" selection-start="38" selection-end="38" vertical-scroll-proportion="0.0" vertical-offset="0" max-vertical-offset="136">
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="374" column="29" selection-start="13173" selection-end="13173" vertical-scroll-proportion="0.59170306" vertical-offset="5816" max-vertical-offset="6885">
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
 
@@ -1,3 +1,3 @@
1
1
  module GenZPK
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.15"
3
3
  end
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.14
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-23 00:00:00.000000000 Z
12
+ date: 2014-02-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri