ahoward-tagz 5.1.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.
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ahoward-tagz
3
+ version: !ruby/object:Gem::Version
4
+ version: 5.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ara T. Howard
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-05-16 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: ara.t.howard@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - gen_readme.rb
26
+ - install.rb
27
+ - lib
28
+ - lib/tagz.rb
29
+ - README
30
+ - README.tmpl
31
+ - samples
32
+ - samples/a.rb
33
+ - samples/b.rb
34
+ - samples/c.rb
35
+ - samples/d.rb
36
+ - samples/e.rb
37
+ - samples/f.rb
38
+ - samples/g.rb
39
+ - tagz-5.1.0.gem
40
+ - tagz.gemspec
41
+ - test
42
+ - test/tagz.rb
43
+ has_rdoc: true
44
+ homepage: http://github.com/ahoward/tagz/tree/master
45
+ post_install_message:
46
+ rdoc_options: []
47
+
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ version:
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: "0"
61
+ version:
62
+ requirements: []
63
+
64
+ rubyforge_project: codeforpeople
65
+ rubygems_version: 1.2.0
66
+ signing_key:
67
+ specification_version: 2
68
+ summary: tagz
69
+ test_files:
70
+ - test/tagz.rb