conred 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/conred.rb +1 -1
  2. data/lib/conred/version.rb +1 -1
  3. metadata +1 -1
data/lib/conred.rb CHANGED
@@ -3,7 +3,7 @@ require "action_view"
3
3
 
4
4
  module Conred
5
5
 
6
- class Helpers
6
+ module Helpers
7
7
  def self.sanitize_and_trim(text, word_count = nil, omission = '...')
8
8
  action_view = ActionView::Base.new
9
9
  text = action_view.strip_tags(text)
@@ -1,3 +1,3 @@
1
1
  module Conred
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conred
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: