mast 1.0.0

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/meta/authors ADDED
@@ -0,0 +1 @@
1
+ - Thomas Sawyer <transfire@gmail.com>
data/meta/contact ADDED
@@ -0,0 +1 @@
1
+ <tigerops-community@googlegroups.com>
data/meta/description ADDED
@@ -0,0 +1 @@
1
+ Mast is a command line tool for generating manifests.
data/meta/package ADDED
@@ -0,0 +1 @@
1
+ mast
data/meta/project ADDED
@@ -0,0 +1 @@
1
+ proutils
data/meta/ruby ADDED
@@ -0,0 +1,2 @@
1
+ - 1.8.6
2
+ - 1.8.7
data/meta/sitemap ADDED
@@ -0,0 +1 @@
1
+ doc/rdoc: mast
data/meta/version ADDED
@@ -0,0 +1 @@
1
+ 1.0.0
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mast
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - <tigerops-community@googlegroups.com>
8
+ - "- Thomas Sawyer <transfire@gmail.com>"
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2009-09-04 00:00:00 -04:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: Mast is a command line tool for generating manifests.
18
+ email: <tigerops-community@googlegroups.com>
19
+ executables:
20
+ - mast
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - TUTORIAL.rdoc
25
+ - HISTORY.rdoc
26
+ - MANIFEST
27
+ - LICENSE
28
+ - README.rdoc
29
+ files:
30
+ - bin/mast
31
+ - lib/mast/cli.rb
32
+ - lib/mast/core_ext.rb
33
+ - lib/mast/manifest.rb
34
+ - lib/mast.rb
35
+ - meta/authors
36
+ - meta/contact
37
+ - meta/description
38
+ - meta/package
39
+ - meta/project
40
+ - meta/ruby
41
+ - meta/sitemap
42
+ - meta/version
43
+ - TUTORIAL.rdoc
44
+ - HISTORY.rdoc
45
+ - LICENSE
46
+ - README.rdoc
47
+ - MANIFEST
48
+ has_rdoc: true
49
+ homepage:
50
+ licenses: []
51
+
52
+ post_install_message:
53
+ rdoc_options:
54
+ - --inline-source
55
+ - --title
56
+ - mast api
57
+ require_paths:
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
70
+ version:
71
+ requirements: []
72
+
73
+ rubyforge_project: mast
74
+ rubygems_version: 1.3.5
75
+ signing_key:
76
+ specification_version: 3
77
+ summary: Mast is a command line tool for generating manifests.
78
+ test_files: []
79
+