Skip to content

Commit

Permalink
prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
freels committed Mar 15, 2010
1 parent eb8f323 commit bc01619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.0
0.0.0.pre
8 changes: 4 additions & 4 deletions murder.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{murder}
s.version = "0.0.0"
s.version = "0.0.0.pre"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Larry Gadea"]
s.date = %q{2010-02-28}
s.date = %q{2010-03-15}
s.description = %q{Large scale server deploys using BitTorrent and the BitTornado library}
s.email = %q{lg@twitter.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -85,7 +85,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/lg/murder}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Large scale server deploys using BitTorrent and the BitTornado library}

if s.respond_to? :specification_version then
Expand Down

0 comments on commit bc01619

Please sign in to comment.