diff --git a/bandshell.gemspec b/bandshell.gemspec index fa14125..523f82d 100644 --- a/bandshell.gemspec +++ b/bandshell.gemspec @@ -2,12 +2,11 @@ require 'rake' Gem::Specification.new do |s| s.name = 'bandshell' - s.version = '0.0.21' - s.date = '2013-12-08' + s.version = '0.8' s.summary = 'Concerto Client Tools' s.description = 'Client-side tools for Concerto digital signage' - s.authors = ['Andrew Armenia'] - s.email = 'andrew@asquaredlabs.com' + s.authors = ['Concerto Team'] + s.email = 'team@concerto-signage.org' s.add_dependency "sinatra" s.add_dependency "haml" s.add_dependency "sys-uptime"