goest 0.0.9 → 0.1.0
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/LICENSE.txt +1 -0
- data/README.md +1 -0
- data/README.rdoc +1 -0
- data/goest.gemspec +3 -3
- metadata +5 -2
data/LICENSE.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
this is a test license
|
data/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is my first version of gem
|
data/README.rdoc
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is my first version of gem
|
data/goest.gemspec
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "goest"
|
|
5
|
-
s.version = "0.0
|
|
5
|
+
s.version = "0.1.0"
|
|
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-
|
|
9
|
+
s.date = "2014-07-03"
|
|
10
10
|
s.description = "A gem that illustrates how to build a gem.Formated for RDocs"
|
|
11
11
|
s.email = "thomas.goes@ verizon.com"
|
|
12
12
|
s.extra_rdoc_files = ["lib/goest.rb"]
|
|
13
|
-
s.files = ["Rakefile", "lib/goest.rb", "lib/goest/translator.rb", "Manifest", "goest.gemspec"]
|
|
13
|
+
s.files = ["Rakefile", "lib/goest.rb", "lib/goest/translator.rb", "Manifest","README.rdoc", "README.md", "LICENSE.txt", "goest.gemspec"]
|
|
14
14
|
s.homepage = ""
|
|
15
15
|
s.rdoc_options = ["--line-numbers", "--title", "Goest", "--main", "README.md"]
|
|
16
16
|
s.require_paths = ["lib"]
|
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.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-07-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: A gem that illustrates how to build a gem.Formated for RDocs
|
|
15
15
|
email: thomas.goes@ verizon.com
|
|
@@ -23,6 +23,9 @@ files:
|
|
|
23
23
|
- lib/goest.rb
|
|
24
24
|
- lib/goest/translator.rb
|
|
25
25
|
- Manifest
|
|
26
|
+
- README.rdoc
|
|
27
|
+
- README.md
|
|
28
|
+
- LICENSE.txt
|
|
26
29
|
- goest.gemspec
|
|
27
30
|
- bin/goest
|
|
28
31
|
homepage: ''
|