Skip to content

Commit

Permalink
pushed up the version number, added myself as an author and cleaned u…
Browse files Browse the repository at this point in the history
…p the server name in the event the variable isn't set
  • Loading branch information
James Thullbery committed Apr 13, 2012
1 parent 10216d8 commit 0f25008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hipchat.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "hipchat" s.name = "hipchat"
s.version = "0.4.1" s.version = "0.4.2"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["MojoTech"] s.authors = ["MojoTech", "germs12"]
s.date = "2011-10-19" s.date = "2012-04-13"
s.description = "Ruby library to interact with HipChat" s.description = "Ruby library to interact with HipChat"
s.email = "gems@mojotech.com" s.email = "gems@mojotech.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/hipchat/capistrano.rb
Expand Up @@ -39,7 +39,7 @@
end end


def tmp_namespace def tmp_namespace
fetch(:aio_server, "Fail") fetch(:aio_server, "an unknown server")
end end


def deployment_name def deployment_name
Expand Down

0 comments on commit 0f25008

Please sign in to comment.