optout 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. data/README.rdoc +31 -8
  2. data/lib/optout.rb +238 -62
  3. data/spec/optout_spec.rb +369 -217
  4. metadata +9 -9
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: optout
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Skye Shaw
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-04 00:00:00 Z
18
+ date: 2012-03-03 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rake
@@ -41,15 +41,15 @@ dependencies:
41
41
  requirements:
42
42
  - - ~>
43
43
  - !ruby/object:Gem::Version
44
- hash: 27
44
+ hash: 47
45
45
  segments:
46
- - 1
47
- - 3
46
+ - 2
47
+ - 8
48
48
  - 0
49
- version: 1.3.0
49
+ version: 2.8.0
50
50
  type: :development
51
51
  version_requirements: *id002
52
- description: " Optout helps you write code that will call exec() and system() like functions. It allows you to map hash keys to command line \n arguments and define validation rules that must be me before the command line options are created. \n"
52
+ description: " Optout helps you write code that will call exec() and system() like functions. It allows you to map hash keys to command line \n arguments and define validation rules that must be met before the command line options are created. \n"
53
53
  email: sshaw@lucas.cis.temple.edu
54
54
  executables: []
55
55