Skip to content

Commit 782c3f8

Browse files
committed
Version 2.0.2
1 parent 7bb5349 commit 782c3f8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

gist

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env ruby
2+
# encoding: utf-8
23
#
34
# This file, gist, is generated code.
45
# Please DO NOT EDIT or send patches for it.
@@ -79,7 +80,7 @@ module Gist
7980
end
8081
end
8182
module Gist
82-
VERSION = Version = '2.0.0'
83+
VERSION = Version = '2.0.2'
8384
end
8485
require 'open-uri'
8586
require 'net/https'
@@ -290,7 +291,7 @@ __END__
290291
.\" generated with Ronn/v0.7.3
291292
.\" http://github.com/rtomayko/ronn/tree/0.7.3
292293
.
293-
.TH "GIST" "1" "November 2010" "GITHUB" "Gist Manual"
294+
.TH "GIST" "1" "April 2011" "GITHUB" "Gist Manual"
294295
.
295296
.SH "NAME"
296297
\fBgist\fR \- gist on the command line

lib/gist/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Gist
2-
VERSION = Version = '2.0.1'
2+
VERSION = Version = '2.0.2'
33
end

man/gist.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "GIST" "1" "November 2010" "GITHUB" "Gist Manual"
4+
.TH "GIST" "1" "April 2011" "GITHUB" "Gist Manual"
55
.
66
.SH "NAME"
77
\fBgist\fR \- gist on the command line

man/gist.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)