antetype 0.0.3 → 0.0.3.1
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/antetype.gemspec +2 -2
- metadata +2 -2
data/antetype.gemspec
CHANGED
|
@@ -3,12 +3,12 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "antetype"
|
|
6
|
-
s.version = "0.0.3"
|
|
6
|
+
s.version = "0.0.3.1"
|
|
7
7
|
s.authors = ["Gudao Luo"]
|
|
8
8
|
s.email = ["gudao.luo@gmail.com"]
|
|
9
9
|
s.homepage = "http://www.lycom.de"
|
|
10
10
|
s.summary = %q{Learn how to develop the Gem package}
|
|
11
|
-
s.description = %q{
|
|
11
|
+
s.description = %q{Learn how to develop the Gem package.}
|
|
12
12
|
|
|
13
13
|
s.rubyforge_project = "antetype"
|
|
14
14
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: antetype
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.3
|
|
5
|
+
version: 0.0.3.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Gudao Luo
|
|
@@ -177,7 +177,7 @@ dependencies:
|
|
|
177
177
|
version: 0.3.2
|
|
178
178
|
type: :development
|
|
179
179
|
version_requirements: *id015
|
|
180
|
-
description:
|
|
180
|
+
description: Learn how to develop the Gem package.
|
|
181
181
|
email:
|
|
182
182
|
- gudao.luo@gmail.com
|
|
183
183
|
executables:
|