pvpgn-twilight 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/Changes CHANGED
@@ -21,4 +21,8 @@ Version 0.0.6
21
21
  - Tweaked source a little
22
22
 
23
23
  Version 0.0.7
24
- - Created GitHub repository
24
+ - Created GitHub repository
25
+
26
+ Version 0.0.8
27
+ - Added G++ compiler specifier
28
+ - GitHub repository now defunkt, use GemCutter instead
data/ext/extconf.rb CHANGED
@@ -2,4 +2,5 @@
2
2
  require 'mkmf'
3
3
 
4
4
  # Do the work
5
+ cpp_command('g++')
5
6
  create_makefile('pvpgn')
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{pvpgn-twilight}
3
- s.version = "0.0.7"
4
- s.date = %q{2009-09-30}
3
+ s.version = "0.0.8"
4
+ s.date = %q{2009-12-02}
5
5
  s.authors = ["Lorenzo Boccetti"]
6
6
  s.email = %q{necrolis@gamil.com}
7
7
  s.summary = %q{A ruby interface for Twilight PVPGN}
8
- s.homepage = %q{http://www.war3.co.za}
8
+ s.homepage = %q{http://www.twilightgaming.co.za}
9
9
  s.description = %q{PVPGN-Twilight allows ruby scripts to communicate with pvpgn, while providing faster varients of certain functions, like hashing}
10
10
  s.files = ["pvpgn-twilight.gemspec","ext/pvpgn.cpp","examples/pvpgn_test.rb","ext/extconf.rb","Changes","docs/pvpgn-twilight.txt","pvpgn-twilight.gemspec"]
11
11
  s.extensions << 'ext/extconf.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pvpgn-twilight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenzo Boccetti
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-30 00:00:00 +02:00
12
+ date: 2009-12-02 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -31,7 +31,7 @@ files:
31
31
  - Changes
32
32
  - docs/pvpgn-twilight.txt
33
33
  has_rdoc: true
34
- homepage: http://www.war3.co.za
34
+ homepage: http://www.twilightgaming.co.za
35
35
  licenses: []
36
36
 
37
37
  post_install_message: