brief.gemspec in brief-0.0.2 vs brief.gemspec in brief-0.0.3

- old
+ new

@@ -2,10 +2,10 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "brief" - spec.version = '0.0.2' + spec.version = '0.0.3' spec.authors = ["Jonathan Soeder"] spec.email = ["jonathan.soeder@gmail.com"] spec.description = %q{Brief is a utility to make writing more productive for software architects. It allows you write to places like Github Wiki, The Github Issues API all from the command line and a single file.} spec.summary = %q{Brief is a utility to make writing more productive for software architects.} spec.homepage = "http://architects.io/brief"