ceedling 0.0.17 → 0.0.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/ceedling.gemspec +1 -1
- data/lib/ceedling/version.rb +1 -1
- data/lib/ceedling/version.rb.erb +1 -1
- metadata +6 -8
data/ceedling.gemspec
CHANGED
data/lib/ceedling/version.rb
CHANGED
data/lib/ceedling/version.rb.erb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ceedling
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 59
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 18
|
|
10
|
+
version: 0.0.18
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mike Karlesky, Mark VanderVoord
|
|
@@ -17,8 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2011-07-06 00:00:00
|
|
21
|
-
default_executable:
|
|
20
|
+
date: 2011-07-06 00:00:00 Z
|
|
22
21
|
dependencies:
|
|
23
22
|
- !ruby/object:Gem::Dependency
|
|
24
23
|
name: thor
|
|
@@ -26,7 +25,7 @@ dependencies:
|
|
|
26
25
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
27
26
|
none: false
|
|
28
27
|
requirements:
|
|
29
|
-
- - "
|
|
28
|
+
- - ">="
|
|
30
29
|
- !ruby/object:Gem::Version
|
|
31
30
|
hash: 45
|
|
32
31
|
segments:
|
|
@@ -293,7 +292,6 @@ files:
|
|
|
293
292
|
- new_project_template/vendor/ceedling/vendor/unity/src/unity.c
|
|
294
293
|
- new_project_template/vendor/ceedling/vendor/unity/src/unity.h
|
|
295
294
|
- new_project_template/vendor/ceedling/vendor/unity/src/unity_internals.h
|
|
296
|
-
has_rdoc: true
|
|
297
295
|
homepage: http://throwtheswitch.org/
|
|
298
296
|
licenses: []
|
|
299
297
|
|
|
@@ -323,7 +321,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
323
321
|
requirements: []
|
|
324
322
|
|
|
325
323
|
rubyforge_project: ceedling
|
|
326
|
-
rubygems_version: 1.
|
|
324
|
+
rubygems_version: 1.8.2
|
|
327
325
|
signing_key:
|
|
328
326
|
specification_version: 3
|
|
329
327
|
summary: Gemified version of the Ceedling C testing / build environment
|