operation-great-justice 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/test.rb ADDED
@@ -0,0 +1,5 @@
1
+ require 'operation/great/justice'
2
+
3
+ names = (1..100000).map { |i| Operation::Great::Justice.generate(i.to_s) }
4
+ puts "total operation names: #{names.size}"
5
+ puts "unique operation names: #{names.sort.uniq.size}"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Harton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-04 00:00:00.000000000 Z
11
+ date: 2013-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -57,6 +57,8 @@ files:
57
57
  - lib/operation/great/justice/version.rb
58
58
  - nouns.txt
59
59
  - operation-great-justice.gemspec
60
+ - part-of-speech.txt
61
+ - test.rb
60
62
  homepage: ''
61
63
  licenses:
62
64
  - MIT