diff --git a/attentive.gemspec b/attentive.gemspec index b77913a..67ffb42 100644 --- a/attentive.gemspec +++ b/attentive.gemspec @@ -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' diff --git a/bin/attentive b/bin/attentive index 92d369b..361bc5f 100755 --- a/bin/attentive +++ b/bin/attentive @@ -9,6 +9,8 @@ rescue Bundler::GemfileNotFound $: << File.expand_path('../../lib', __FILE__) end +puts $:.join("\n") + require 'thor' require 'rack' require 'attentive'