Skip to content

Commit

Permalink
Revert "Regenerated gemspec for version 0.1.9"
Browse files Browse the repository at this point in the history
This reverts commit a0d10f1.
  • Loading branch information
sr committed Mar 13, 2009
1 parent a0d10f1 commit 61603a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integrity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nicol\303\241s Sanguinetti", "Simon Rozet"]
s.date = %q{2009-03-13}
s.date = %q{2009-03-11}
s.default_executable = %q{integrity}
s.description = %q{Your Friendly Continuous Integration server. Easy, fun and painless!}
s.email = %q{contacto@nicolassanguinetti.info}
s.executables = ["integrity"]
s.extra_rdoc_files = ["README.markdown"]
s.files = ["README.markdown", "Rakefile", "VERSION.yml", "bin/integrity", "config/config.sample.ru", "config/config.sample.yml", "config/thin.sample.yml", "integrity.gemspec", "lib/integrity.rb", "lib/integrity/app.rb", "lib/integrity/author.rb", "lib/integrity/build.rb", "lib/integrity/commit.rb", "lib/integrity/core_ext/object.rb", "lib/integrity/helpers.rb", "lib/integrity/helpers/authorization.rb", "lib/integrity/helpers/breadcrumbs.rb", "lib/integrity/helpers/forms.rb", "lib/integrity/helpers/pretty_output.rb", "lib/integrity/helpers/rendering.rb", "lib/integrity/helpers/resources.rb", "lib/integrity/helpers/urls.rb", "lib/integrity/installer.rb", "lib/integrity/migrations.rb", "lib/integrity/notifier.rb", "lib/integrity/notifier/base.rb", "lib/integrity/notifier/test_helpers.rb", "lib/integrity/project.rb", "lib/integrity/project_builder.rb", "lib/integrity/scm.rb", "lib/integrity/scm/git.rb", "lib/integrity/scm/git/uri.rb", "public/buttons.css", "public/reset.css", "public/spinner.gif", "test/helpers.rb", "test/helpers/acceptance.rb", "test/helpers/acceptance/email_notifier.rb", "test/helpers/acceptance/git_helper.rb", "test/helpers/acceptance/textfile_notifier.rb", "test/helpers/expectations.rb", "test/helpers/expectations/be_a.rb", "test/helpers/expectations/change.rb", "test/helpers/expectations/have.rb", "test/helpers/expectations/predicates.rb", "test/helpers/fixtures.rb", "test/helpers/initial_migration_fixture.sql", "vendor/webrat", "views/_commit_info.haml", "views/build.haml", "views/error.haml", "views/home.haml", "views/integrity.sass", "views/layout.haml", "views/new.haml", "views/not_found.haml", "views/notifier.haml", "views/project.builder", "views/project.haml", "views/unauthorized.haml"]
s.has_rdoc = true
s.homepage = %q{http://integrityapp.com}
s.post_install_message = %q{Run `integrity help` for information on how to setup Integrity.}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{integrity}
s.rubygems_version = %q{1.3.1}
Expand Down

0 comments on commit 61603a0

Please sign in to comment.