smartname 0.1.0 → 0.1.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/Rakefile +2 -2
- data/VERSION +1 -1
- metadata +5 -5
data/Rakefile
CHANGED
@@ -25,8 +25,8 @@ begin
|
|
25
25
|
gem.summary = "Wagn names without all the wagn"
|
26
26
|
gem.email = "gerryg@inbox.com"
|
27
27
|
gem.homepage = "https://github.com/wagn/smartname"
|
28
|
-
gem.description = "
|
29
|
-
gem.authors = ["Gerry Gleason
|
28
|
+
gem.description = "Naming patterns abstracted from the Wagn platform"
|
29
|
+
gem.authors = ["Gerry Gleason", "Ethan McCutchen"]
|
30
30
|
gem.files = FileList[
|
31
31
|
'[A-Z]*',
|
32
32
|
'*.rb',
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smartname
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
- Gerry Gleason
|
9
|
-
- Ethan McCutchen
|
8
|
+
- Gerry Gleason
|
9
|
+
- Ethan McCutchen
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
@@ -108,7 +108,7 @@ dependencies:
|
|
108
108
|
- - ~>
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: 1.8.3
|
111
|
-
description:
|
111
|
+
description: Naming patterns abstracted from the Wagn platform
|
112
112
|
email: gerryg@inbox.com
|
113
113
|
executables: []
|
114
114
|
extensions: []
|
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
143
143
|
version: '0'
|
144
144
|
segments:
|
145
145
|
- 0
|
146
|
-
hash:
|
146
|
+
hash: -1300013571457468358
|
147
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
148
148
|
none: false
|
149
149
|
requirements:
|