smart_tag 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
@@ -1,4 +1,4 @@
1
- require "taggingform"
1
+ require "smart_tag"
2
2
  require "rails"
3
3
  require "action_controller"
4
4
 
File without changes
@@ -1,3 +1,3 @@
1
1
  module SmartTag
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/smart_tag.rb CHANGED
@@ -1,5 +1,5 @@
1
- require 'taggingform/engine'
2
- require 'taggingform/helper'
1
+ require 'smart_tag/engine'
2
+ require 'smart_tag/helper'
3
3
 
4
4
  module SmartTag
5
5
  def self.setup
data/smart_tag.gemspec CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: