Skip to content

Commit

Permalink
Repo moved, yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
djanowski committed Mar 13, 2012
1 parent 15c3c5a commit 29dd68f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 3.0 (unreleased)

* The repository now lives at [https://github.com/redis/redis-rb](https://github.com/redis/redis-rb).
Thanks, Ezra!

* The `ZRANGE`, `ZREVRANGE`, `ZRANGEBYSCORE` and `ZREVRANGEBYSCORE` commands
now return an array containing `[String, Float]` pairs when
`:with_scores => true` is passed.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ all contributors)

## Contributing

[Fork the project](http://github.com/ezmobius/redis-rb) and send pull requests. You can also ask for help at `#redis-rb` on Freenode.
[Fork the project](https://github.com/redis/redis-rb) and send pull requests. You can also ask for help at `#redis-rb` on Freenode.
2 changes: 1 addition & 1 deletion redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.version = Redis::VERSION

s.homepage = "https://github.com/ezmobius/redis-rb"
s.homepage = "https://github.com/redis/redis-rb"

s.summary = "A Ruby client library for the Redis key-value store."

Expand Down
2 changes: 1 addition & 1 deletion test/lint/internals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
end if $TEST_PIPELINING

test "Recovers from failed commands" do |r, _|
# See http://github.com/ezmobius/redis-rb/issues#issue/28
# See https://github.com/redis/redis-rb/issues#issue/28

assert_raise do
r.command_that_doesnt_exist
Expand Down

0 comments on commit 29dd68f

Please sign in to comment.