Commit f001e6d4701026a09878f5f7107dbac0848cbae7
1 parent
6365ba24
Exists in
master
and in
1 other branch
fakeweb, polyglot specifications
Showing
2 changed files
with
78 additions
and
0 deletions
Show diff stats
vendor/gems/fakeweb-1.2.5/.specification
| ... | ... | @@ -0,0 +1,77 @@ |
| 1 | +--- !ruby/object:Gem::Specification | |
| 2 | +name: polyglot | |
| 3 | +version: !ruby/object:Gem::Version | |
| 4 | + version: 0.2.8 | |
| 5 | +platform: ruby | |
| 6 | +authors: | |
| 7 | +- Clifford Heath | |
| 8 | +autorequire: | |
| 9 | +bindir: bin | |
| 10 | +cert_chain: [] | |
| 11 | + | |
| 12 | +date: 2009-08-17 00:00:00 -04:00 | |
| 13 | +default_executable: | |
| 14 | +dependencies: | |
| 15 | +- !ruby/object:Gem::Dependency | |
| 16 | + name: hoe | |
| 17 | + type: :development | |
| 18 | + version_requirement: | |
| 19 | + version_requirements: !ruby/object:Gem::Requirement | |
| 20 | + requirements: | |
| 21 | + - - ">=" | |
| 22 | + - !ruby/object:Gem::Version | |
| 23 | + version: 2.3.2 | |
| 24 | + version: | |
| 25 | +description: Allows custom language loaders for specified file extensions to be hooked into require | |
| 26 | +email: cjheath@rubyforge.org | |
| 27 | +executables: [] | |
| 28 | + | |
| 29 | +extensions: [] | |
| 30 | + | |
| 31 | +extra_rdoc_files: | |
| 32 | +- History.txt | |
| 33 | +- License.txt | |
| 34 | +- Manifest.txt | |
| 35 | +- README.txt | |
| 36 | +files: | |
| 37 | +- History.txt | |
| 38 | +- License.txt | |
| 39 | +- Manifest.txt | |
| 40 | +- README.txt | |
| 41 | +- Rakefile | |
| 42 | +- lib/polyglot.rb | |
| 43 | +- lib/polyglot/version.rb | |
| 44 | +- test/test_helper.rb | |
| 45 | +- test/test_polyglot.rb | |
| 46 | +has_rdoc: true | |
| 47 | +homepage: http://polyglot.rubyforge.org | |
| 48 | +licenses: [] | |
| 49 | + | |
| 50 | +post_install_message: | |
| 51 | +rdoc_options: | |
| 52 | +- --main | |
| 53 | +- README.txt | |
| 54 | +require_paths: | |
| 55 | +- lib | |
| 56 | +required_ruby_version: !ruby/object:Gem::Requirement | |
| 57 | + requirements: | |
| 58 | + - - ">=" | |
| 59 | + - !ruby/object:Gem::Version | |
| 60 | + version: "0" | |
| 61 | + version: | |
| 62 | +required_rubygems_version: !ruby/object:Gem::Requirement | |
| 63 | + requirements: | |
| 64 | + - - ">=" | |
| 65 | + - !ruby/object:Gem::Version | |
| 66 | + version: "0" | |
| 67 | + version: | |
| 68 | +requirements: [] | |
| 69 | + | |
| 70 | +rubyforge_project: polyglot | |
| 71 | +rubygems_version: 1.3.4 | |
| 72 | +signing_key: | |
| 73 | +specification_version: 3 | |
| 74 | +summary: Allows custom language loaders for specified file extensions to be hooked into require | |
| 75 | +test_files: | |
| 76 | +- test/test_helper.rb | |
| 77 | +- test/test_polyglot.rb | ... | ... |