polyglot 0.2.0 → 0.2.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.
- data/lib/polyglot.rb +1 -1
- data/lib/polyglot/version.rb +1 -1
- metadata +39 -46
data/lib/polyglot.rb
CHANGED
data/lib/polyglot/version.rb
CHANGED
metadata
CHANGED
@@ -1,30 +1,33 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.4
|
3
|
+
specification_version: 1
|
2
4
|
name: polyglot
|
3
5
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
6
|
+
version: 0.2.1
|
7
|
+
date: 2008-03-05 00:00:00 +11:00
|
8
|
+
summary: Allows custom language loaders for specified file extensions to be hooked into require
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: cjheath@rubyforge.org
|
12
|
+
homepage: http://polyglot.rubyforge.org
|
13
|
+
rubyforge_project: polyglot
|
14
|
+
description: Allows custom language loaders for specified file extensions to be hooked into require
|
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:
|
5
25
|
platform: ruby
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
6
29
|
authors:
|
7
30
|
- Clifford Heath
|
8
|
-
autorequire:
|
9
|
-
bindir: bin
|
10
|
-
cert_chain: []
|
11
|
-
|
12
|
-
date: 2008-02-13 00:00:00 +11:00
|
13
|
-
default_executable:
|
14
|
-
dependencies: []
|
15
|
-
|
16
|
-
description: Allows custom language loaders for specified file extensions to be hooked into require
|
17
|
-
email: cjheath@rubyforge.org
|
18
|
-
executables: []
|
19
|
-
|
20
|
-
extensions: []
|
21
|
-
|
22
|
-
extra_rdoc_files:
|
23
|
-
- History.txt
|
24
|
-
- License.txt
|
25
|
-
- Manifest.txt
|
26
|
-
- README.txt
|
27
|
-
- website/index.txt
|
28
31
|
files:
|
29
32
|
- History.txt
|
30
33
|
- License.txt
|
@@ -50,33 +53,23 @@ files:
|
|
50
53
|
- website/javascripts/rounded_corners_lite.inc.js
|
51
54
|
- website/stylesheets/screen.css
|
52
55
|
- website/template.rhtml
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
+
test_files:
|
57
|
+
- test/test_helper.rb
|
58
|
+
- test/test_polyglot.rb
|
56
59
|
rdoc_options:
|
57
60
|
- --main
|
58
61
|
- README.txt
|
59
|
-
|
60
|
-
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
- - ">="
|
70
|
-
- !ruby/object:Gem::Version
|
71
|
-
version: "0"
|
72
|
-
version:
|
62
|
+
extra_rdoc_files:
|
63
|
+
- History.txt
|
64
|
+
- License.txt
|
65
|
+
- Manifest.txt
|
66
|
+
- README.txt
|
67
|
+
- website/index.txt
|
68
|
+
executables: []
|
69
|
+
|
70
|
+
extensions: []
|
71
|
+
|
73
72
|
requirements: []
|
74
73
|
|
75
|
-
|
76
|
-
|
77
|
-
signing_key:
|
78
|
-
specification_version: 2
|
79
|
-
summary: Allows custom language loaders for specified file extensions to be hooked into require
|
80
|
-
test_files:
|
81
|
-
- test/test_helper.rb
|
82
|
-
- test/test_polyglot.rb
|
74
|
+
dependencies: []
|
75
|
+
|