Skip to content

Commit

Permalink
Ensure all files have a newline at end-of-file.
Browse files Browse the repository at this point in the history
This is to avoid spurious git diffs.
  • Loading branch information
floehopper committed Feb 18, 2013
1 parent 2f2e7f5 commit 6cca59f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion COPYING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright Revieworld Ltd. 2006

You may use, copy and redistribute this library under the same terms as [Ruby itself](http://www.ruby-lang.org/en/LICENSE.txt) or under the [MIT license](http://www.opensource.org/licenses/MIT).
You may use, copy and redistribute this library under the same terms as [Ruby itself](http://www.ruby-lang.org/en/LICENSE.txt) or under the [MIT license](http://www.opensource.org/licenses/MIT).
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source :rubygems

gemspec
gemspec
2 changes: 1 addition & 1 deletion MIT-LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.minitest.1.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec :path=>"../"

group :development do
gem "minitest", "1.3.0"
end
end
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.minitest.1.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec :path=>"../"

group :development do
gem "minitest", "1.4.0"
end
end
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.minitest.2.11.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec :path=>"../"

group :development do
gem "minitest", "2.11.0"
end
end
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.minitest.2.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec :path=>"../"

group :development do
gem "minitest", "2.11.2"
end
end
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.minitest.2.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec :path=>"../"

group :development do
gem "minitest", "2.3.0"
end
end
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.minitest.latest
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec :path=>"../"

group :development do
gem "minitest"
end
end
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.test-unit.2.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gemspec :path=>"../"

group :development do
gem "test-unit", "2.0.3"
end
end
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Mocha should no longer be loaded at plugin load time
# You should explicitly load Mocha *after* Test::Unit or MiniTest have been loaded
# e.g. by adding "require 'mocha'" at the bottom of test/test_helper.rb
# e.g. by adding "require 'mocha'" at the bottom of test/test_helper.rb

0 comments on commit 6cca59f

Please sign in to comment.