swdyh-gisty 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +0 -1
  2. data/lib/gisty.rb +1 -1
  3. metadata +3 -4
data/Rakefile CHANGED
@@ -25,7 +25,6 @@ CLEAN.include ['**/.*.sw?', '*.gem', '.config', '*.gemspec']
25
25
  RDOC_OPTS = [
26
26
  '--title', "#{NAME} documentation",
27
27
  "--charset", "utf-8",
28
- "--opname", "index.html",
29
28
  "--line-numbers",
30
29
  "--main", "README.rdoc",
31
30
  "--inline-source",
data/lib/gisty.rb CHANGED
@@ -6,7 +6,7 @@ require 'rubygems'
6
6
  require 'nokogiri'
7
7
 
8
8
  class Gisty
9
- VERSION = '0.0.13'
9
+ VERSION = '0.0.14'
10
10
  GIST_URL = 'http://gist.github.com/'
11
11
  GISTY_URL = 'http://github.com/swdyh/gisty/tree/master'
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swdyh-gisty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - swdyh
@@ -50,14 +50,13 @@ files:
50
50
  - lib/gisty.rb
51
51
  has_rdoc: false
52
52
  homepage: http://github.com/swdyh/gisty/tree/master
53
+ licenses:
53
54
  post_install_message:
54
55
  rdoc_options:
55
56
  - --title
56
57
  - gisty documentation
57
58
  - --charset
58
59
  - utf-8
59
- - --opname
60
- - index.html
61
60
  - --line-numbers
62
61
  - --main
63
62
  - README.rdoc
@@ -81,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
80
  requirements: []
82
81
 
83
82
  rubyforge_project: gisty
84
- rubygems_version: 1.2.0
83
+ rubygems_version: 1.3.5
85
84
  signing_key:
86
85
  specification_version: 3
87
86
  summary: yet another command line client for gist