uri_template 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ # 0.5.1 - 23.09.2012
2
+ - * f*** bug.
3
+
1
4
  # 0.5.0 - 23.09.2012
2
5
  - - Removed draft7
3
6
  - - splitted absoulte? method into host? and scheme?
@@ -315,7 +315,7 @@ RUBY
315
315
 
316
316
  if tail.ends_with_slash?
317
317
  if head.starts_with_slash?
318
- return self.class.new( remove_double_slash(self.tokens, other.tokens) )
318
+ return self.class.new( remove_double_slash(self.tokens, other.tokens).join )
319
319
  end
320
320
  elsif !head.starts_with_slash?
321
321
  return self.class.new( (self.tokens + ['/'] + other.tokens).join)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'uri_template'
3
- s.version = '0.5.0'
3
+ s.version = '0.5.1'
4
4
  s.date = Time.now.strftime('%Y-%m-%d')
5
5
  s.authors = ["HannesG"]
6
6
  s.email = %q{hannes.georg@googlemail.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uri_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: