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:
Stefan Saasen (author)
Mon Mar 17 20:38:56 -0700 2008
uri-templates / History.txt
100644 11 lines (8 sloc) 0.392 kb
1
2
3
4
5
6
7
8
9
10
11
=== 0.2.0 / 2008-3-18
* Changed lib directory structure to reflect the name of the gem.
  use "require 'uri/templates'" instead of "require 'uri_template'"
 
=== 0.1.1 / 2008-03-17
* Changed git source URL
 
=== 0.1.0 / 2008-03-10
 
* Initial release. Implements version 0.2 (draft-gregorio-uritemplate-02).
  See: http://bitworking.org/projects/URI-Templates/draft-gregorio-uritemplate-02.txt