Skip to content

Commit

Permalink
[Truffle] Adding uri stdlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 2, 2015
1 parent b69d00f commit 4bd7fc1
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri.rb
@@ -0,0 +1 @@
require_relative '../../stdlib/uri'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/common.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/common'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/ftp.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/ftp'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/generic.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/generic'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/http.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/http'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/https.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/https'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/ldap.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/ldap'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/ldaps.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/ldaps'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/mailto.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/mailto'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/rfc2396_parser.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/rfc2396_parser'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/uri/rfc3986_parser.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/uri/rfc3986_parser'
3 changes: 2 additions & 1 deletion spec/truffle/truffle.mspec
Expand Up @@ -107,7 +107,8 @@ class MSpecScript
"spec/ruby/library/set",
"spec/ruby/library/strscan",
"spec/ruby/library/stringio",
"spec/ruby/library/thread"
"spec/ruby/library/thread",
"spec/ruby/library/uri"
]

set :tags_patterns, [
Expand Down

0 comments on commit 4bd7fc1

Please sign in to comment.