madgab 0.0.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.
@@ -0,0 +1,3 @@
1
+ module Madgab
2
+ VERSION = "0.0.1"
3
+ end
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :madgab do
3
+ # # Task goes here
4
+ # end
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: madgab
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Ryan Hall
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-06-28 00:00:00.000000000 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+ description: Generates random strings of words that can be used for things like password
16
+ suggestions.
17
+ email: ryan@allegroapps.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/madgab/dictionaries/adj.csv
23
+ - lib/madgab/dictionaries/adv.csv
24
+ - lib/madgab/dictionaries/noun.csv
25
+ - lib/madgab/dictionaries/verb.csv
26
+ - lib/madgab/version.rb
27
+ - lib/madgab.rb
28
+ - lib/tasks/madgab_tasks.rake
29
+ - MIT-LICENSE
30
+ - README.markdown
31
+ has_rdoc: true
32
+ homepage: https://github.com/halloffame/Magdab
33
+ licenses: []
34
+ post_install_message:
35
+ rdoc_options: []
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ none: false
46
+ requirements:
47
+ - - ! '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ requirements: []
51
+ rubyforge_project:
52
+ rubygems_version: 1.6.2
53
+ signing_key:
54
+ specification_version: 3
55
+ summary: Madgab random string generator
56
+ test_files: []