goest 0.0.1 → 0.0.2

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 +4 -2
  2. data/goest.gemspec +2 -2
  3. metadata +4 -1
data/Rakefile CHANGED
@@ -1,8 +1,9 @@
1
1
  require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
-
5
- Echoe.new('goest', '0.0.1') do |p|
4
+ require 'yard'
5
+ require 'yard/rake/yardoc_task'
6
+ Echoe.new('goest', '0.0.2') do |p|
6
7
  p.description = "A gem that illustrates how to build a gem"
7
8
  p.url = ""
8
9
  p.author = "Thomas"
@@ -10,3 +11,4 @@ Echoe.new('goest', '0.0.1') do |p|
10
11
  p.ignore_pattern = ["tmp/*", "script/*"]
11
12
  p.development_dependencies = []
12
13
  end
14
+
data/goest.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "goest"
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Thomas"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.extra_rdoc_files = ["lib/goest.rb"]
13
13
  s.files = ["Rakefile", "lib/goest.rb", "Manifest", "goest.gemspec"]
14
14
  s.homepage = ""
15
- s.rdoc_options = ["--line-numbers", "--title", "Goest"]
15
+ s.rdoc_options = ["--line-numbers", "--title", "Goest", "--main", "README.md"]
16
16
  s.require_paths = ["lib"]
17
17
  s.rubyforge_project = "goest"
18
18
  s.rubygems_version = "1.8.11"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,6 +29,8 @@ rdoc_options:
29
29
  - --line-numbers
30
30
  - --title
31
31
  - Goest
32
+ - --main
33
+ - README.md
32
34
  require_paths:
33
35
  - lib
34
36
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -50,3 +52,4 @@ signing_key:
50
52
  specification_version: 3
51
53
  summary: A gem that illustrates how to build a gem
52
54
  test_files: []
55
+ has_rdoc: