muck-contents 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/muck-contents.gemspec +1 -1
  3. data/rails/init.rb +4 -4
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{muck-contents}
8
- s.version = "0.1.9"
8
+ s.version = "0.1.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Ball"]
data/rails/init.rb CHANGED
@@ -7,15 +7,15 @@ rescue LoadError
7
7
  end
8
8
 
9
9
  if config.respond_to?(:gems)
10
- config.gem "rgrove-sanitize", :lib => 'sanitize'
10
+ config.gem "sanitize"
11
11
  else
12
12
  begin
13
- require 'rgrove-sanitize'
13
+ require 'sanitize'
14
14
  rescue LoadError
15
15
  begin
16
- gem 'rgrove-sanitize'
16
+ gem 'sanitize'
17
17
  rescue Gem::LoadError
18
- puts "Please install the rgrove-sanitize gem"
18
+ puts "Please install the sanitize gem"
19
19
  end
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-contents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball