Classy_Name 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,6 @@ require 'Classy_Name/version'
2
2
 
3
3
  def Classy_Name str
4
4
  str
5
- .sub( /\.log\z/i, '' )
6
5
  .gsub( /[^a-z0-9A]+/i, '_')
7
6
  .sub( /^[^a-z]+/i, '')
8
7
  .split( "_" )
@@ -1 +1 @@
1
- Classy_Name_Version = "0.1.0"
1
+ Classy_Name_Version = "0.1.1"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Classy_Name
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: