thehack-atom-tools 2.0.3

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,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: thehack-atom-tools
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Brendan Taylor
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-04-30 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: whateley@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - COPYING
26
+ - README
27
+ - Rakefile
28
+ - setup.rb
29
+ - bin/atom-grep
30
+ - bin/atom-post
31
+ - bin/atom-purge
32
+ - bin/atom-cp
33
+ - test/test_constructs.rb
34
+ - test/runtests.rb
35
+ - test/test_feed.rb
36
+ - test/test_protocol.rb
37
+ - test/conformance
38
+ - test/conformance/updated.rb
39
+ - test/conformance/xmlnamespace.rb
40
+ - test/conformance/title.rb
41
+ - test/conformance/order.rb
42
+ - test/conformance/xhtmlcontentdiv.rb
43
+ - test/test_xml.rb
44
+ - test/test_http.rb
45
+ - test/test_general.rb
46
+ - lib/atom
47
+ - lib/atom/cache.rb
48
+ - lib/atom/feed.rb
49
+ - lib/atom/text.rb
50
+ - lib/atom/collection.rb
51
+ - lib/atom/service.rb
52
+ - lib/atom/entry.rb
53
+ - lib/atom/tools.rb
54
+ - lib/atom/element.rb
55
+ - lib/atom/http.rb
56
+ has_rdoc: false
57
+ homepage: http://code.necronomicorp.com/atom-tools
58
+ post_install_message:
59
+ rdoc_options: []
60
+
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - ">="
66
+ - !ruby/object:Gem::Version
67
+ version: "0"
68
+ version:
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: "0"
74
+ version:
75
+ requirements: []
76
+
77
+ rubyforge_project: ibes
78
+ rubygems_version: 1.2.0
79
+ signing_key:
80
+ specification_version: 2
81
+ summary: Tools for working with Atom Entries, Feeds and Collections
82
+ test_files:
83
+ - test/runtests.rb