wrongdoc 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
 
3
3
  GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.1.0.GIT
4
+ DEF_VER=v1.1.1.GIT
5
5
 
6
6
  LF='
7
7
  '
@@ -6,8 +6,8 @@ require 'nokogiri'
6
6
 
7
7
  module Wrongdoc
8
8
 
9
- # the version of wrongdoc, currently 1.1.0
10
- VERSION = '1.1.0'
9
+ # the version of wrongdoc, currently 1.1.1
10
+ VERSION = '1.1.1'
11
11
 
12
12
  autoload :Readme, 'wrongdoc/readme'
13
13
  autoload :History, 'wrongdoc/history'
@@ -6,7 +6,7 @@ module Wrongdoc::History
6
6
  # returns a cgit URI for a given +tag_name+
7
7
  def tag_uri(tag_name)
8
8
  uri = @cgit_uri.dup
9
- uri.path = "/tag/"
9
+ uri.path += "/tag/"
10
10
  uri.query = "id=#{tag_name}"
11
11
  uri
12
12
  end
@@ -3,7 +3,7 @@ module Wrongdoc::NewsRdoc
3
3
  include Wrongdoc::History
4
4
 
5
5
  def puts_tag(fp, tag)
6
- time = tag[:time].tr!('T', ' ').gsub!(/:\d\dZ/, ' UTC')
6
+ time = tag[:time].tr('T', ' ').gsub!(/:\d\dZ/, ' UTC')
7
7
  fp.puts "=== #{tag[:subject]} / #{time}"
8
8
  fp.puts ""
9
9
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wrongdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - wrongdoc hackers