cold_shoulder 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/cold_shoulder.rb +5 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4def3a47720f4183e6d38e685adda2c59295355b
4
+ data.tar.gz: 85d74eb8f3155d38c0da04457d62f773fa7e609a
5
+ SHA512:
6
+ metadata.gz: 2eef70c8d823ee08fb863dbbc3c0cb5e1fa6820af60bcb77c5bff9b9203cb68b40846b088f480d4c9bd316606ef373e596e237d770789c3d531de8f82feccb42
7
+ data.tar.gz: c30189aafa66e30c0b92aa541f236bbc809c92b4d020a8424453728c78e6ce7586ff394c7585c9aabeaf13be9a94046ceb56bd9be4c8c2fd0371976edf4a075d
@@ -0,0 +1,5 @@
1
+ class ColdShoulder
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cold_shoulder
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Dustin Hoffman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-11-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Rails validation gem which ensures no contact information can be passed
14
+ through a field
15
+ email: dustin.hoffman@breefield.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/cold_shoulder.rb
21
+ homepage: https://github.com/Breefield/cold_shoulder
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.0.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Validate that there is no contact information in a field
45
+ test_files: []