cxxproject 0.6.17 → 0.6.18
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/lib/cxxproject/version.rb +1 -1
- metadata +3 -12
- data/example/ckLayout/cxxproject/Rakefile.rb +0 -4
- data/example/ckLayout/io/Io.cpp +0 -7
- data/example/ckLayout/io/Io.h +0 -6
- data/example/ckLayout/io/project.rb +0 -5
- data/example/ckLayout/lang/Lang.cpp +0 -7
- data/example/ckLayout/lang/Lang.h +0 -6
- data/example/ckLayout/lang/project.rb +0 -3
- data/example/ckLayout/projects/test/main.cpp +0 -8
- data/example/ckLayout/projects/test/project.rb +0 -6
data/lib/cxxproject/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cxxproject
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.18
|
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: 2012-07-
|
12
|
+
date: 2012-07-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: colored
|
@@ -64,15 +64,6 @@ files:
|
|
64
64
|
- example/big_project/.gitignore
|
65
65
|
- example/big_project/Rakefile_generator.rb
|
66
66
|
- example/big_project/fak.h
|
67
|
-
- example/ckLayout/cxxproject/Rakefile.rb
|
68
|
-
- example/ckLayout/io/Io.cpp
|
69
|
-
- example/ckLayout/io/Io.h
|
70
|
-
- example/ckLayout/io/project.rb
|
71
|
-
- example/ckLayout/lang/Lang.cpp
|
72
|
-
- example/ckLayout/lang/Lang.h
|
73
|
-
- example/ckLayout/lang/project.rb
|
74
|
-
- example/ckLayout/projects/test/main.cpp
|
75
|
-
- example/ckLayout/projects/test/project.rb
|
76
67
|
- example/custom/.gitignore
|
77
68
|
- example/custom/Rakefile.rb
|
78
69
|
- example/custom/foo.cpp
|
@@ -227,7 +218,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
227
218
|
version: '0'
|
228
219
|
segments:
|
229
220
|
- 0
|
230
|
-
hash:
|
221
|
+
hash: -3130560578607439146
|
231
222
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
232
223
|
none: false
|
233
224
|
requirements:
|
data/example/ckLayout/io/Io.cpp
DELETED
data/example/ckLayout/io/Io.h
DELETED