git_presenter.gemspec in git_presenter-0.1.1 vs git_presenter.gemspec in git_presenter-0.2.0

- old
+ new

@@ -3,39 +3,46 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "git_presenter" - s.version = "0.1.1" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Colin Gemmell"] - s.date = "2012-03-20" + s.date = "2012-03-26" s.description = "Code presentation tool using git" s.email = "pythonandchips@gmail.com" s.executables = ["git-presenter"] s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" ] s.files = [ ".rspec", + ".travis.yml", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.markdown", "Rakefile", "VERSION", "bin/git-presenter", "git_presenter.gemspec", "lib/git_presenter.rb", + "lib/git_presenter/parser.rb", + "lib/git_presenter/presentation.rb", + "lib/git_presenter/slide.rb", + "lib/git_presenter/writer.rb", "spec/integration/initialize_presentation_spec.rb", "spec/integration/moving_through_presentation_spec.rb", - "spec/integration/processing_user_command_spec.rb", "spec/integration/start_presentation_spec.rb", - "spec/integration/status_line_spec.rb", + "spec/lib/git_presenter/presentation_spec.rb", + "spec/lib/git_presenter/slide_spec.rb", + "spec/lib/git_presenter/writer_spec.rb", "spec/spec_helper.rb", - "spec/support/repo_helpers.rb" + "spec/support/command_line_helper.rb", + "spec/support/git_helpers.rb" ] s.homepage = "http://github.com/pythonandchips/git-presenter" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.15"