tagify_string 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -1,3 +1,3 @@
1
1
  module TagifyString
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/tagify_string.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require "tagify_string/version"
2
- require File.expand_path("lib/tagify_string/lib/core_ext")
2
+ require "tagify_string/core_ext"
3
3
 
4
4
  module TagifyString
5
5
  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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,7 +90,7 @@ files:
90
90
  - README.md
91
91
  - Rakefile
92
92
  - lib/tagify_string.rb
93
- - lib/tagify_string/lib/core_ext.rb
93
+ - lib/tagify_string/core_ext.rb
94
94
  - lib/tagify_string/version.rb
95
95
  - spec/models/string_spec.rb
96
96
  - spec/spec_helper.rb