operation-great-justice 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/adjectives.txt +5089 -57597
- data/bin/ogj +13 -1
- data/lib/operation/great/justice.rb +37 -3
- data/lib/operation/great/justice/version.rb +1 -1
- data/nouns.txt +30254 -128555
- data/tools/TOOLS.md +5 -0
- data/tools/great.rb +9 -0
- data/tools/operation-uniq.txt +100000 -0
- metadata +6 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: operation-great-justice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Harton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -59,6 +59,9 @@ files:
|
|
59
59
|
- operation-great-justice.gemspec
|
60
60
|
- part-of-speech.txt
|
61
61
|
- test.rb
|
62
|
+
- tools/TOOLS.md
|
63
|
+
- tools/great.rb
|
64
|
+
- tools/operation-uniq.txt
|
62
65
|
homepage: ''
|
63
66
|
licenses:
|
64
67
|
- MIT
|
@@ -79,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
82
|
version: '0'
|
80
83
|
requirements: []
|
81
84
|
rubyforge_project:
|
82
|
-
rubygems_version: 2.
|
85
|
+
rubygems_version: 2.4.8
|
83
86
|
signing_key:
|
84
87
|
specification_version: 4
|
85
88
|
summary: Deterministically generate a code name from a string token
|