battery-staple 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/battery-staple.rb +3 -0
  2. metadata +2 -1
@@ -0,0 +1,3 @@
1
+ require 'random_password'
2
+ require 'randomizer'
3
+ require 'dictionary_reader'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: battery-staple
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.0
5
+ version: 0.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jim Suchy
@@ -23,6 +23,7 @@ extensions: []
23
23
  extra_rdoc_files: []
24
24
 
25
25
  files:
26
+ - lib/battery-staple.rb
26
27
  - lib/dictionary.txt
27
28
  - lib/dictionary_reader.rb
28
29
  - lib/random_password.rb