rdfa 0.0.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.
@@ -0,0 +1,2 @@
1
+ require 'test/unit'
2
+ require File.dirname(__FILE__) + '/../lib/rdfa'
data/test/test_rdfa.rb ADDED
@@ -0,0 +1,11 @@
1
+ require File.dirname(__FILE__) + '/test_helper.rb'
2
+
3
+ class TestRdfa < Test::Unit::TestCase
4
+
5
+ def setup
6
+ end
7
+
8
+ def test_truth
9
+ assert true
10
+ end
11
+ end
metadata ADDED
@@ -0,0 +1,90 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: rdfa
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.1
7
+ date: 2007-05-29 00:00:00 +02:00
8
+ summary: description of gem
9
+ require_paths:
10
+ - lib
11
+ email: cedric.mesnage@gmail.com
12
+ homepage: http://rdfa.rubyforge.org
13
+ rubyforge_project: rdfa
14
+ description: description of gem
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
+ - "C\xC3\xA9dric Mesnage"
31
+ files:
32
+ - History.txt
33
+ - Manifest.txt
34
+ - README.txt
35
+ - Rakefile
36
+ - lib/rdfa.rb
37
+ - lib/rdfa/version.rb
38
+ - lib/rdfa/base.rb
39
+ - lib/rdfa/classes.rb
40
+ - lib/rdfa/properties.rb
41
+ - lib/rdfa/partials.rb
42
+ - scripts/txt2html
43
+ - setup.rb
44
+ - test/test_helper.rb
45
+ - test/test_rdfa.rb
46
+ - bin/rdfa-typo
47
+ - rdfa-typo/CONTRIBUTORS
48
+ - rdfa-typo/about.markdown
49
+ - rdfa-typo/images
50
+ - rdfa-typo/images/background.gif
51
+ - rdfa-typo/images/gravatar.gif
52
+ - rdfa-typo/images/header_shadow.gif
53
+ - rdfa-typo/images/rdfa.png
54
+ - rdfa-typo/images/spinner.gif
55
+ - rdfa-typo/layouts
56
+ - rdfa-typo/layouts/default.rhtml
57
+ - rdfa-typo/preview.png
58
+ - rdfa-typo/stylesheets
59
+ - rdfa-typo/stylesheets/application.css
60
+ - rdfa-typo/stylesheets/content.css
61
+ - rdfa-typo/stylesheets/layout.css
62
+ - rdfa-typo/views
63
+ - rdfa-typo/views/articles
64
+ - rdfa-typo/views/articles/_article.rhtml
65
+ - rdfa-typo/views/articles/_comment.rhtml
66
+ - rdfa-typo/views/articles/_comment_form.rhtml
67
+ - rdfa-typo/views/articles/_comment_list.rhtml
68
+ - rdfa-typo/views/articles/_search.rhtml
69
+ - rdfa-typo/views/articles/_trackback.rhtml
70
+ - rdfa-typo/views/articles/comment_preview.rhtml
71
+ - rdfa-typo/views/articles/index.rhtml
72
+ - rdfa-typo/views/articles/read.rhtml
73
+ test_files:
74
+ - test/test_helper.rb
75
+ - test/test_rdfa.rb
76
+ rdoc_options:
77
+ - --main
78
+ - README.txt
79
+ extra_rdoc_files:
80
+ - History.txt
81
+ - Manifest.txt
82
+ - README.txt
83
+ executables:
84
+ - rdfa-typo
85
+ extensions: []
86
+
87
+ requirements: []
88
+
89
+ dependencies: []
90
+