polyglot 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/polyglot.rb +1 -1
  2. data/lib/polyglot/version.rb +1 -1
  3. metadata +39 -46
@@ -32,7 +32,7 @@ module Polyglot
32
32
  loader.load(source_file)
33
33
  @loaded[a[0]] = true
34
34
  else
35
- raise load_error
35
+ raise LoadError
36
36
  end
37
37
  end
38
38
  end
@@ -2,7 +2,7 @@ module Polyglot #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.0
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
- has_rdoc: true
54
- homepage: http://polyglot.rubyforge.org
55
- post_install_message:
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
- require_paths:
60
- - lib
61
- required_ruby_version: !ruby/object:Gem::Requirement
62
- requirements:
63
- - - ">="
64
- - !ruby/object:Gem::Version
65
- version: "0"
66
- version:
67
- required_rubygems_version: !ruby/object:Gem::Requirement
68
- requirements:
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
- rubyforge_project: polyglot
76
- rubygems_version: 1.0.1
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
+