Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Commit

Permalink
Version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
freels committed Oct 11, 2010
1 parent 5956706 commit a19d769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
10 changes: 5 additions & 5 deletions murder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Larry Gadea", "Matt Freels"]
s.date = %q{2010-09-23}
s.date = %q{2010-10-11}
s.description = %q{Large scale server deploys using BitTorrent and the BitTornado library}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE",
"README.md"
"README.md"
]
s.files = [
".gitignore",
Expand Down Expand Up @@ -85,14 +85,14 @@ 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.6}
s.rubygems_version = %q{1.3.7}
s.summary = %q{Large scale server deploys using BitTorrent and the BitTornado library}

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
Expand Down

0 comments on commit a19d769

Please sign in to comment.