WaveSwissKnife 0.4.0.20130322 → 0.5.0.20131217

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/AUTHORS CHANGED
@@ -5,3 +5,4 @@
5
5
  * 0.3.0.20121227
6
6
  * 0.3.1.20130103
7
7
  * 0.4.0.20130322
8
+ * 0.5.0.20131217
data/ChangeLog CHANGED
@@ -1,5 +1,10 @@
1
1
  = WaveSwissKnife Release History
2
2
 
3
+ == 0.5.0.20131217 (Beta)
4
+
5
+ * Improved way to install on Windows using Ruby DevKit and MSYS tar
6
+ * Bumped version of installed GMP to 5.1.3
7
+
3
8
  == 0.4.0.20130322 (Beta)
4
9
 
5
10
  * GMP library automatically installs if absent
@@ -2,7 +2,7 @@
2
2
  # This file has been generated by RubyPackager during a delivery.
3
3
  # More info about RubyPackager: http://rubypackager.sourceforge.net
4
4
  {
5
- :version => '0.4.0.20130322',
5
+ :version => '0.5.0.20131217',
6
6
  :tags => [ 'Beta' ],
7
7
  :dev_status => 'Beta'
8
8
  }
@@ -41,7 +41,7 @@ end
41
41
 
42
42
  # Build a local copy of GMP, downloaded directly from the Internet
43
43
  def build_local_gmp
44
- lGMPBaseName = 'gmp-5.1.1'
44
+ lGMPBaseName = 'gmp-5.1.3'
45
45
  lGMPDir = "#{ROOT_DIR}/gmp"
46
46
  lGMPInstallDir = "#{ROOT_DIR}/gmp/#{lGMPBaseName}-install"
47
47
 
@@ -62,7 +62,7 @@ def build_local_gmp
62
62
  exec_cmd "tar xjf #{lGMPBaseName}.tar.bz2"
63
63
  Dir.chdir(lGMPBaseName)
64
64
  puts '** Configure GMP for compilation ...'
65
- exec_cmd "./configure --prefix=#{lGMPInstallDir}"
65
+ exec_cmd "sh ./configure --prefix=#{lGMPInstallDir}"
66
66
  puts '** Compile GMP ...'
67
67
  exec_cmd 'make'
68
68
  puts "** Install locally GMP in #{lGMPInstallDir} ..."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: WaveSwissKnife
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.20130322
4
+ version: 0.5.0.20131217
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: 2013-03-22 00:00:00.000000000 Z
12
+ date: 2013-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rUtilAnts