microfiche 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/ProjectInfo +31 -0
- data/README +24 -0
- data/Rakefile +2 -0
- data/VERSION +1 -0
- data/lib/facets/json.rb +917 -0
- data/lib/facets/xoxo.rb +541 -0
- data/test/lib/facets/test_json.rb +232 -0
- data/test/lib/facets/test_xoxo.rb +288 -0
- metadata +61 -0
metadata
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.2
|
3
|
+
specification_version: 1
|
4
|
+
name: microfiche
|
5
|
+
version: !ruby/object:Gem::Version
|
6
|
+
version: 1.0.0
|
7
|
+
date: 2007-03-16 00:00:00 -04:00
|
8
|
+
summary: Collection of microformat libraries.
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: facets-universal@rubyforge.org
|
12
|
+
homepage: http://facets.rubyforge.org
|
13
|
+
rubyforge_project: facets
|
14
|
+
description: Micorfiche is an assortment of microformat libraries. So far only XOXO is included, but other will be added soon. Also included in a JSON library, not strictly a micorformat, its usage is closely paired with these other technologies, and so is included.
|
15
|
+
autorequire:
|
16
|
+
default_executable:
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: true
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.0.0
|
24
|
+
version:
|
25
|
+
platform: ruby
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
29
|
+
authors:
|
30
|
+
-
|
31
|
+
files:
|
32
|
+
- ProjectInfo
|
33
|
+
- Rakefile
|
34
|
+
- VERSION
|
35
|
+
- README
|
36
|
+
- lib/facets/xoxo.rb
|
37
|
+
- lib/facets/json.rb
|
38
|
+
- test/lib/facets/test_xoxo.rb
|
39
|
+
- test/lib/facets/test_json.rb
|
40
|
+
test_files: []
|
41
|
+
|
42
|
+
rdoc_options: []
|
43
|
+
|
44
|
+
extra_rdoc_files: []
|
45
|
+
|
46
|
+
executables: []
|
47
|
+
|
48
|
+
extensions: []
|
49
|
+
|
50
|
+
requirements: []
|
51
|
+
|
52
|
+
dependencies:
|
53
|
+
- !ruby/object:Gem::Dependency
|
54
|
+
name: corsets
|
55
|
+
version_requirement:
|
56
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
57
|
+
requirements:
|
58
|
+
- - ">"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: 0.0.0
|
61
|
+
version:
|