detroit-custom 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/.index +45 -0
- data/.yardopts +11 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa6a00f013e2fcbfaead20c9d92b114cca62f989
|
|
4
|
+
data.tar.gz: 717da173e39f8960c04b2583fe6e83d31bb9caa7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ce02ea91d4926197d36e95b64d53bf8527ddfbc43a39bf545b4a0d71b08ac640179be36b90baae5deba5903c57a208c56d61f33ac71616b4dd2db4af372c730
|
|
7
|
+
data.tar.gz: 1bc30778c84e364784f8c5f093b7f1f59cec8318fca084e1c74f6088b251b46c243b01431c002a8602e1d24a8dbba76ef640d3f82071ec30f65bb21163aa909d
|
data/.index
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
revision: 2013
|
|
3
|
+
type: ruby
|
|
4
|
+
sources:
|
|
5
|
+
- var
|
|
6
|
+
authors:
|
|
7
|
+
- name: Trans
|
|
8
|
+
email: transfire@gmail.com
|
|
9
|
+
organizations:
|
|
10
|
+
- name: Rubyworks
|
|
11
|
+
requirements:
|
|
12
|
+
- version: 0.4.0+
|
|
13
|
+
name: detroit
|
|
14
|
+
conflicts: []
|
|
15
|
+
alternatives: []
|
|
16
|
+
resources:
|
|
17
|
+
- type: home
|
|
18
|
+
uri: http://detroit.github.com
|
|
19
|
+
label: Homepage
|
|
20
|
+
- type: code
|
|
21
|
+
uri: http://github.com/detroit/detroit-custom
|
|
22
|
+
label: Source Code
|
|
23
|
+
- type: mail
|
|
24
|
+
uri: http://groups.google.com/group/rubyworks-mailinglist
|
|
25
|
+
label: Mailing List
|
|
26
|
+
repositories: []
|
|
27
|
+
categories: []
|
|
28
|
+
copyrights:
|
|
29
|
+
- holder: Rubyworks
|
|
30
|
+
year: '2011'
|
|
31
|
+
license: GPL-3.0
|
|
32
|
+
customs: []
|
|
33
|
+
paths:
|
|
34
|
+
lib:
|
|
35
|
+
- lib
|
|
36
|
+
name: detroit-custom
|
|
37
|
+
title: Detroit Custom
|
|
38
|
+
summary: Custom tool plugin for Detroit
|
|
39
|
+
created: '2014-01-13'
|
|
40
|
+
description: |-
|
|
41
|
+
Custom tool plugin for Detroit build system. Allows any procedure
|
|
42
|
+
to be run at any point in the assembly.
|
|
43
|
+
suite: detroit
|
|
44
|
+
version: 0.1.1
|
|
45
|
+
date: '2014-01-15'
|
data/.yardopts
ADDED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: detroit-custom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trans
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: detroit
|
|
@@ -36,6 +36,8 @@ extra_rdoc_files:
|
|
|
36
36
|
- README.md
|
|
37
37
|
- HISTORY.md
|
|
38
38
|
files:
|
|
39
|
+
- .index
|
|
40
|
+
- .yardopts
|
|
39
41
|
- lib/detroit-custom.rb
|
|
40
42
|
- man/detroit-custom.5
|
|
41
43
|
- man/detroit-custom.5.html
|