Skip to content

Commit

Permalink
bumped version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesG committed Nov 19, 2011
1 parent 2232c3d commit 983bd2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
# 0.1.4 - 19.11.2011
* Compatiblity: Works now with MRI 1.9.3, Rubinius and JRuby
* Various (significant!) performance improvements

# 0.1.3 - 15.11.2011
* BUGFIX: Draft7./ now concatenates literals correctly
* BUGFIX: Draft7.tokens is now public
Expand Down
6 changes: 3 additions & 3 deletions uri_template.gemspec
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = 'uri_template'
s.version = '0.1.3'
s.date = '2011-11-15'
s.version = '0.1.4'
s.date = '2011-11-19'
s.authors = ["HannesG"]
s.email = %q{hannes.georg@googlemail.com}
s.summary = 'A templating system for URIs.'
s.homepage = 'http://github.com/hannesg/uri_template'
s.description = 'A templating system for URIs, which implements http://tools.ietf.org/html/draft-gregorio-uritemplate-07 . An implementation of an older version of that spec is known as addressable. This gem however is intended to be extended when newer specs evolve. For now only draft 7 is supported. Downside: only for 1.9 compatible since it uses Oniguruma regexp.'
s.description = 'A templating system for URIs, which implements http://tools.ietf.org/html/draft-gregorio-uritemplate-07 . An implementation of an older version of that spec is known as addressable. This gem however is intended to be extended when newer specs evolve. For now only draft 7 is supported. Downside: not for 1.8.7.'

s.require_paths = ['lib']

Expand Down

0 comments on commit 983bd2b

Please sign in to comment.