shia 0.0.0 → 0.0.3

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 (3) hide show
  1. data/README +4 -0
  2. data/lib/shia.rb +4 -0
  3. metadata +4 -3
data/README ADDED
@@ -0,0 +1,4 @@
1
+ Author: Rory Walker
2
+ Date: Feb 20th, 2012
3
+
4
+ Simple santiizing gem for ruby.
data/lib/shia.rb CHANGED
@@ -2,4 +2,8 @@ class Shia
2
2
  def self.hi
3
3
  puts "Shia: a quick sanitizing gem"
4
4
  end
5
+ def self.clean(input)
6
+ clean_input = input.strip
7
+ puts clean_input
8
+ end
5
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,14 +11,15 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-02-18 00:00:00.000000000Z
13
13
  dependencies: []
14
- description: a gem for sanitizing
14
+ description: sanitizing gem
15
15
  email: redrory@gmail.com
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - lib/shia.rb
21
- homepage:
21
+ - README
22
+ homepage: http://rubygems.org/gems/shia
22
23
  licenses: []
23
24
  post_install_message:
24
25
  rdoc_options: []