ymdp 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -1,5 +1,3 @@
1
- require "#{APPLICATION_PATH}/tag_helper"
2
-
3
1
  module ApplicationView
4
2
  include ActionView::Helpers::TagHelper
5
3
 
@@ -1,5 +1,3 @@
1
- require 'support/timer'
2
-
3
1
  include Grit
4
2
 
5
3
  include ApplicationView::Config
@@ -8,6 +8,7 @@ $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
8
8
  #
9
9
 
10
10
  require File.expand_path("#{dir}/tag_helper")
11
+ require File.expand_path("#{dir}/asset_tag_helper")
11
12
 
12
13
  Dir["#{dir}/*.rb"].each do |path|
13
14
  require File.expand_path(path)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ymdp}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jeff Coleman"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ymdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Coleman