Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Feb 24, 2010
1 parent 2bd9fc0 commit 8051748
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.textile
Expand Up @@ -14,6 +14,10 @@ Missing features:
* Only receive hooks from trusted publishers. (currently when gitty is activated on a repository, any hook published to origin is automatically installed)
* It's very young and might break

h2. Documentation

Read the cucumber features for an idea of how it works and what it does

h2. Issues

Report them here: http://github.com/timcharper/gitty/issues
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.1
0.3.0
3 changes: 2 additions & 1 deletion gitty.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{gitty}
s.version = "0.2.1"
s.version = "0.3.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Harper"]
Expand Down Expand Up @@ -41,6 +41,7 @@ Gem::Specification.new do |s|
"lib/gitty/commands/list.rb",
"lib/gitty/commands/publish.rb",
"lib/gitty/commands/shell.rb",
"lib/gitty/commands/show.rb",
"lib/gitty/commands/uninstall.rb",
"lib/gitty/helpers.rb",
"lib/gitty/hook.rb",
Expand Down

0 comments on commit 8051748

Please sign in to comment.