Skip to content

Commit 053dd63

Browse files
committed
The repository is transferred from k-tsj/power_assert to ruby/power_assert
1 parent 600f3d3 commit 053dd63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Use following test frameworks or extensions instead.
7878
condition ? expected == actual : expected == actual
7979
end
8080

81-
== Travis Build Status {<img src="https://secure.travis-ci.org/k-tsj/power_assert.png?branch=master"/>}[http://travis-ci.org/k-tsj/power_assert]
81+
== Travis Build Status {<img src="https://secure.travis-ci.org/ruby/power_assert.png?branch=master"/>}[http://travis-ci.org/ruby/power_assert]

power_assert.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.version = PowerAssert::VERSION
99
s.authors = ['Kazuki Tsujimoto']
1010
s.email = ['[email protected]']
11-
s.homepage = 'https://github.com/k-tsj/power_assert'
11+
s.homepage = 'https://github.com/ruby/power_assert'
1212
s.summary = "Power Assert for Ruby"
1313
s.description = "Power Assert for Ruby. Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied."
1414

0 commit comments

Comments
 (0)