rakepp 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/rakepp/osxcompiler.rb +2 -2
  3. metadata +6 -8
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rake/gempackagetask'
4
4
  desc "Default Task"
5
5
  task :default => :package
6
6
 
7
- PKG_VERSION = '0.1.1'
7
+ PKG_VERSION = '0.1.2'
8
8
  PKG_FILES = FileList[
9
9
  'lib/**/*.rb',
10
10
  '*.xml',
@@ -1,7 +1,7 @@
1
1
  class OsxCompiler < GccCompiler
2
2
 
3
- def initialize(defines, gui=true)
4
- super('osx', defines)
3
+ def initialize(defines, gui=true, output_suffix='')
4
+ super("osx#{output_suffix}", defines)
5
5
  @gui = gui
6
6
  end
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rakepp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Koestlin
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-14 00:00:00 +01:00
12
+ date: 2010-01-26 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -22,7 +22,7 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.0.3
24
24
  version:
25
- description: " Some more high level building blocks for cpp projects.\n"
25
+ description: Some more high level building blocks for cpp projects.
26
26
  email: gizmoATflopcodeDOTcom
27
27
  executables: []
28
28
 
@@ -50,10 +50,8 @@ files:
50
50
  - lib/rakepp/sourcelib.rb
51
51
  - lib/rakepp.rb
52
52
  - Rakefile
53
- has_rdoc: true
53
+ has_rdoc: false
54
54
  homepage: http://www.flopcode.com
55
- licenses: []
56
-
57
55
  post_install_message:
58
56
  rdoc_options: []
59
57
 
@@ -74,9 +72,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
72
  requirements: []
75
73
 
76
74
  rubyforge_project: rakepp
77
- rubygems_version: 1.3.5
75
+ rubygems_version: 1.3.1
78
76
  signing_key:
79
- specification_version: 3
77
+ specification_version: 2
80
78
  summary: Cpp Support for Rake.
81
79
  test_files: []
82
80