unnecessary_censorship 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  A simple gem for unnecessarily censoring strings of text
4
4
 
5
+ [![Build Status](https://travis-ci.org/JDStraughan/unnecessary-censorship.png)](https://travis-ci.org/JDStraughan/unnecessary-censorship.png)
6
+
7
+ ## Prerequisites
8
+
9
+ To us Unnecessary Censorship you need the following:
10
+
11
+ Ruby 1.9.2 or 1.9.3 or compatible.
12
+
5
13
  ## Basic Usage
6
14
 
7
15
  You can use the `unnecessarily_censor` method as you would any String method
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ task "spec" => "spec:normal"
17
17
 
18
18
  task "default" => "spec"
19
19
 
20
- Echoe.new('unnecessary_censorship', '0.1.2') do |p|
20
+ Echoe.new('unnecessary_censorship', '0.1.3') do |p|
21
21
  p.description = "Unnecessarily censor a string of english words. Extends String class for simple integration into any Ruby project."
22
22
  p.summary = "Unnecessarily censor a string of english words."
23
23
  p.url = "http://github.com/jdstraughan/unnecessary-censorship"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "unnecessary_censorship"
5
- s.version = "0.1.2"
5
+ s.version = "0.1.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["JDStraughan"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unnecessary_censorship
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: