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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.index +45 -0
  3. data/.yardopts +11 -0
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa8de884d07e7134701722a58b816b2db999c57b
4
- data.tar.gz: ea362097ffba8ea852adcb17858364cb7b7c9164
3
+ metadata.gz: fa6a00f013e2fcbfaead20c9d92b114cca62f989
4
+ data.tar.gz: 717da173e39f8960c04b2583fe6e83d31bb9caa7
5
5
  SHA512:
6
- metadata.gz: bfac84e27179b39a7c96ad5760f2144ffa35d215beb7ba940dbf79973358104e454194d2fd3e06d597d6d8c24f6612c7db99e1cc9741ff5db5d174cfc7ee2a84
7
- data.tar.gz: e483421af20771e06992981ae91562eecf597f5b1338563660858c5c21a8f2f8670cc198e6c2061070a9e4c296118b54c06c5646e5fd77710e90c8e98f033abe
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'
@@ -0,0 +1,11 @@
1
+ --title "Detroit Custom"
2
+ --output-dir doc
3
+ --readme README.md
4
+ --exclude lib/detroit.yml
5
+ --protected
6
+ --private
7
+ lib
8
+ -
9
+ *.md
10
+ *.txt
11
+
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.0
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-13 00:00:00.000000000 Z
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