From a814f6a388d8495beedf09a0a20c074f6a401f81 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 13 Feb 2012 11:45:38 -0500 Subject: [PATCH] update --- attentive.gemspec | 6 +++--- bin/attentive | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) 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'