mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Replace master_shake.jpg with image having permissive license
The new image has a Creative Commons Attribution-ShareAlike 2.0 Generic
license; credits are in README
(cherry picked from commit 07e09fe7d4
)
This commit is contained in:
parent
af25689658
commit
c5c85a7a36
3 changed files with 6 additions and 2 deletions
|
@ -286,3 +286,7 @@ Written by Adam Wiggins, major modifications by Blake Mizerany, maintained by Ju
|
|||
Patches contributed by many, including Chris Anderson, Greg Borenstein, Ardekantur, Pedro Belo, Rafael Souza, Rick Olson, Aman Gupta, François Beausoleil and Nick Plante.
|
||||
|
||||
Released under the MIT License: http://www.opensource.org/licenses/mit-license.php
|
||||
|
||||
"Master Shake" photo (http://www.flickr.com/photos/solgrundy/924205581/) by
|
||||
"SolGrundy"; used under terms of the Creative Commons Attribution-ShareAlike 2.0
|
||||
Generic license (http://creativecommons.org/licenses/by-sa/2.0/)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 75 KiB |
|
@ -172,8 +172,8 @@ Content-Type: text/plain\r
|
|||
it "should properly determine the size of file payloads" do
|
||||
f = File.new(File.dirname(__FILE__) + "/master_shake.jpg")
|
||||
payload = RestClient::Payload.generate(f)
|
||||
payload.size.should == 22_545
|
||||
payload.length.should == 22_545
|
||||
payload.size.should == 76_988
|
||||
payload.length.should == 76_988
|
||||
end
|
||||
|
||||
it "should properly determine the size of other kinds of streaming payloads" do
|
||||
|
|
Loading…
Reference in a new issue