meteor 0.9.7.2

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,5 @@
1
+ require File.dirname(__FILE__) + '/test_helper.rb'
2
+
3
+ require "test/unit"
4
+ class MeteorTest < Test::Unit::TestCase
5
+ end
@@ -0,0 +1,3 @@
1
+ require 'test/unit'
2
+ require File.dirname(__FILE__) + '/../lib/meteor'
3
+
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: meteor
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.7.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Yasumasa Ashida
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-10-30 00:00:00.000000000Z
13
+ dependencies: []
14
+ description: A lightweight (X)HTML(5) & XML parser
15
+ email: ys.ashida@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files:
19
+ - README
20
+ - ChangeLog
21
+ files:
22
+ - README
23
+ - ChangeLog
24
+ - Rakefile
25
+ - test/meteor_test.rb
26
+ - test/test_helper.rb
27
+ - lib/meteor.rb
28
+ homepage: https://github.com/asip/meteor
29
+ licenses: []
30
+ post_install_message:
31
+ rdoc_options:
32
+ - --title
33
+ - meteor documentation
34
+ - --charset
35
+ - utf-8
36
+ - --opname
37
+ - index.html
38
+ - --line-numbers
39
+ - --main
40
+ - README
41
+ - --inline-source
42
+ - --exclude
43
+ - ^(examples|extras)/
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ none: false
48
+ requirements:
49
+ - - ! '>='
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ! '>='
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubyforge_project: meteor
60
+ rubygems_version: 1.8.6
61
+ signing_key:
62
+ specification_version: 3
63
+ summary: A lightweight (X)HTML(5) & XML parser
64
+ test_files:
65
+ - test/meteor_test.rb