update
This commit is contained in:
parent
0bfa640774
commit
a814f6a388
|
@ -4,8 +4,8 @@ require File.expand_path('../lib/attentive/version', __FILE__)
|
|||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["John Bintz"]
|
||||
gem.email = ["john@coswellproductions.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.description = %q{A new take on Ruby presentation software}
|
||||
gem.summary = %q{A new take on Ruby presentation software}
|
||||
gem.homepage = ""
|
||||
|
||||
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
||||
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|||
|
||||
gem.add_dependency 'sinatra'
|
||||
|
||||
gem.add_dependency 'sprockets', '~> 2.1.0'
|
||||
gem.add_dependency 'sprockets'
|
||||
gem.add_dependency 'sprockets-vendor_gems'
|
||||
gem.add_dependency 'coffee-script'
|
||||
gem.add_dependency 'sprockets-sass'
|
||||
|
|
|
@ -9,6 +9,8 @@ rescue Bundler::GemfileNotFound
|
|||
$: << File.expand_path('../../lib', __FILE__)
|
||||
end
|
||||
|
||||
puts $:.join("\n")
|
||||
|
||||
require 'thor'
|
||||
require 'rack'
|
||||
require 'attentive'
|
||||
|
|
Loading…
Reference in New Issue