goest 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +2 -2
- data/goest.gemspec +4 -4
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -3,8 +3,8 @@ require 'rake'
|
|
|
3
3
|
require 'echoe'
|
|
4
4
|
require 'yard'
|
|
5
5
|
require 'yard/rake/yardoc_task'
|
|
6
|
-
Echoe.new('goest', '0.0.
|
|
7
|
-
p.description = "A gem that illustrates how to build a gem"
|
|
6
|
+
Echoe.new('goest', '0.0.3') do |p|
|
|
7
|
+
p.description = "A gem that illustrates how to build a gem.Including RDocs"
|
|
8
8
|
p.url = ""
|
|
9
9
|
p.author = "Thomas"
|
|
10
10
|
p.email = "thomas.goes@ verizon.com"
|
data/goest.gemspec
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "goest"
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.3"
|
|
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"]
|
|
9
|
-
s.date = "2014-04-
|
|
10
|
-
s.description = "A gem that illustrates how to build a gem"
|
|
9
|
+
s.date = "2014-04-03"
|
|
10
|
+
s.description = "A gem that illustrates how to build a gem.Including RDocs"
|
|
11
11
|
s.email = "thomas.goes@ verizon.com"
|
|
12
12
|
s.extra_rdoc_files = ["lib/goest.rb"]
|
|
13
13
|
s.files = ["Rakefile", "lib/goest.rb", "Manifest", "goest.gemspec"]
|
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
s.require_paths = ["lib"]
|
|
17
17
|
s.rubyforge_project = "goest"
|
|
18
18
|
s.rubygems_version = "1.8.11"
|
|
19
|
-
s.summary = "A gem that illustrates how to build a gem"
|
|
19
|
+
s.summary = "A gem that illustrates how to build a gem.Including RDocs"
|
|
20
20
|
|
|
21
21
|
if s.respond_to? :specification_version then
|
|
22
22
|
s.specification_version = 3
|
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.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,9 +9,9 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-04-
|
|
12
|
+
date: 2014-04-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: A gem that illustrates how to build a gem
|
|
14
|
+
description: A gem that illustrates how to build a gem.Including RDocs
|
|
15
15
|
email: thomas.goes@ verizon.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
@@ -50,6 +50,6 @@ rubyforge_project: goest
|
|
|
50
50
|
rubygems_version: 1.8.11
|
|
51
51
|
signing_key:
|
|
52
52
|
specification_version: 3
|
|
53
|
-
summary: A gem that illustrates how to build a gem
|
|
53
|
+
summary: A gem that illustrates how to build a gem.Including RDocs
|
|
54
54
|
test_files: []
|
|
55
55
|
has_rdoc:
|