smart_tag 0.0.3 → 0.0.4

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.
@@ -1,3 +1,3 @@
1
1
  module SmartTag
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/smart_tag.rb CHANGED
@@ -4,10 +4,6 @@ require "smart_tag/version"
4
4
 
5
5
  module SmartTag
6
6
  def self.create_tag(name, value)
7
- root_path ||= Pathname.new(File.dirname(File.expand_path('../', __FILE__)))
8
- Dir[root_path.join('vendor/assets/javascripts/smart_tag/**', '*.{js,css}')].inject([]) do |assets, path|
9
- puts assets << Pathname.new(path).relative_path_from(root_path.join('vendor/assets/javascripts'))
10
- end
11
7
  puts "#{name} #{value}"
12
8
  end
13
9
  end
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: