Skip to content

Commit

Permalink
removing version clash
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Feb 24, 2012
1 parent c5f84d4 commit 4c6ebac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions guard-sprockets.gemspec
@@ -1,10 +1,9 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require 'guard/sprockets/version'

Gem::Specification.new do |s|
s.name = "guard-sprockets"
s.version = Guard::Sprockets::VERSION
s.version = "0.2.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Aaron Cruz", 'Kematzy']
s.email = ["aaron@aaroncruz.com", "kematzy at gmail"]
Expand Down
3 changes: 1 addition & 2 deletions lib/guard/sprockets.rb
Expand Up @@ -3,7 +3,6 @@
require 'erb'

require 'sprockets'

module Guard
class Sprockets < Guard
def initialize(watchers=[], options={})
Expand All @@ -17,7 +16,7 @@ def initialize(watchers=[], options={})
@asset_paths.each do |p|
@sprockets_env.append_path p
end

if options.delete(:minify)
begin
require 'uglifier'
Expand Down
3 changes: 2 additions & 1 deletion lib/guard/sprockets/version.rb
@@ -1,4 +1,5 @@
# encoding: utf-8
#encoding: utf-8

module Guard
module Sprockets
VERSION = '0.2.0'
Expand Down

0 comments on commit 4c6ebac

Please sign in to comment.