Skip to content

Commit

Permalink
Minor fixes in the travis and gemspec url
Browse files Browse the repository at this point in the history
Also bundled so travis can run
  • Loading branch information
Tiago Scolari committed Aug 23, 2013
1 parent 74a16c2 commit 155c6f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
remote_lock (0.4.0.b1)
remote_lock (1.0.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/HouseTrip/remote_lock.png)](https://travis-ci.org/HouseTrip/remote-lock)
[![Build Status](https://travis-ci.org/HouseTrip/remote_lock.png)](https://travis-ci.org/HouseTrip/remote_lock)

remote_lock
===========
Expand Down
2 changes: 1 addition & 1 deletion remote_lock.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["julien.letessier@gmail.com", "tscolari@gmail.com", "arne.hartherz@makandra.de", "pkunha@gmail.com", "kle@housetrip.com"]
gem.description = %q(remote-based mutexes)
gem.summary = %q{Leverages (memcached|redis)'s atomic operation to provide a distributed locking / synchromisation mechanism.}
gem.homepage = "http://github.com/HouseTrip/remote-lock"
gem.homepage = "http://github.com/HouseTrip/remote_lock"
gem.license = 'MIT'

# gem.add_runtime_dependancy
Expand Down

0 comments on commit 155c6f0

Please sign in to comment.