tagify_string 0.0.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/tagify_string/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TagifyString
2
2
 
3
- TODO: Write a gem description
3
+ This gem is a fancy wrapper for string#parameterize from Active support. It is written so that a number of projects that I work on can consistently operate on strings the way that is needed so that global changes can be simple. As the functionality may grow a lot (in a backward-compatible way), it's best to examine lib/tagify_string/core_ext.rb. At present this adds 'tagify(options={})' and 'tagify!(options={})' to the standard Ruby string.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,3 +1,3 @@
1
1
  module TagifyString
2
- VERSION = "0.0.3"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagify_string
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: