public
Description: URITemplate is a parser for URI Templates as defined in the URI Template specification (http://bitworking.org/projects/URI-Templates).
Homepage: http://uri-templates.rubyforge.org/
Clone URL: git://github.com/juretta/uri-templates.git
Search Repo:
Preparing gem release 0.1.0
Stefan Saasen (author)
Thu Mar 13 20:51:10 -0700 2008
commit  7a1ecf98d753b3e2a44c1ddaabe945fbcc5d9bd0
tree    3d503b57418ec9f7517aa31ab1326b1557cb961a
parent  1199da2554006590cf7a2bf292dbcb95e7baed47
...
2
3
4
5
6
7
8
 
 
...
2
3
4
 
 
 
5
6
7
0
@@ -2,6 +2,5 @@ History.txt
0
 Manifest.txt
0
 README.txt
0
 Rakefile
0
-bin/uri-templates
0
-lib/uri-templates.rb
0
-test/test_uri-templates.rb
0
\ No newline at end of file
0
+lib/uri_template.rb
0
+test/test_uri_template.rb
...
2
3
4
5
 
6
7
 
8
9
10
...
2
3
4
 
5
6
 
7
8
9
10
0
@@ -2,9 +2,9 @@
0
 
0
 require 'rubygems'
0
 require 'hoe'
0
-require './lib/uri-templates.rb'
0
+require './lib/uri_template/version.rb'
0
 
0
-Hoe.new('uri-templates', Uri-templates::VERSION) do |p|
0
+Hoe.new('uri-templates', UriTemplate::VERSION) do |p|
0
   p.rubyforge_name = 'uri-templates'
0
   # p.author = 'FIX'
0
   # p.email = 'FIX'

Comments

    No one has commented yet.