Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/shrinerb/shrine-tus

Plugin and storage for integrating Shrine and tus-ruby-server
https://github.com/shrinerb/shrine-tus

Bump to 2.1.1

d586ee03ddbdb6a8eb2a66acc08203c40527d5c5 authored over 4 years ago
Bump shrine dependency to >= 3.2

50ab9dedc97f17fad979de80d2d06c1b01de3ac2 authored over 4 years ago
Update plugin for Shrine 3.2 (#6)

Shrine 3.2 changed Attacher.cached's arguments to accept options. The
shrine-tus plugin needs t...

f3377bd5abf61e9c32512cc8de36ab10aa1e1bb1 authored over 4 years ago
Bump to 2.1.0

fa31a1b7271ddabcac000895d68b9c71d5c52d58 authored over 5 years ago
Update for Shrine 3.0.0.rc

f34c4592fd4bc721ebe38fe88ed56d3d27023511 authored over 5 years ago
Bump to 2.0.0

aec8995b2962a31c90092833438cb41f3f7b138d authored over 5 years ago
Accept :rewindable with tus storage

06957e70ed9af464ae77b42f8b7607d0d82af651 authored over 5 years ago
Remove Tus#download

It is not used anymore by Shrine.

35439016591f2a37a449862a48391e8cb0ee14db authored over 5 years ago
Update plugin for Shrine 3.0

fb738ae95fe0c2b78fa6c6d84569e32abc4ee245 authored over 5 years ago
Bump shrine to 3.x

be4ea8bea838dd6621970c638c9e3752b7255661 authored over 5 years ago
Bump to 1.2.3

53ecce92a747e0c1c5d1968b0438f7a99f91ba47 authored over 5 years ago
Make Mongo test opt-in

35b20ccb1154e133d53bb978edada689d4fe5bc7 authored over 5 years ago
Update "janko-m" to "janko"

e1082f234e36cd3d38b53090f037d5ad1991615d authored over 5 years ago
Make compatible with Shrine 2.17.1 and above (#5)

- As from version 2.17.1, Shrine's AttacherMethods::assign has an
additional *options* paramete...

87e1df8855e7560cf1312bf760f8625e59213b10 authored over 5 years ago
Bump to 1.2.2

78e38963bcea8c0b100d47de2948cffbb6d3ef17 authored about 6 years ago
Enable deleting on #delete on shrine-url 2.2.0 or higher

15ca8e65bde21f594fdbcd0d3db78f2995453579 authored about 6 years ago
Remove all caps

fb66237ab4248b51cfafa105e2fcf009fda532c8 authored over 6 years ago
Link to section in Shrine docs about metadata extraction

845bce9501b8f0ee83e221ae92abb917179d2cba authored over 6 years ago
Note where FFMPEG::Movie is coming from

25ffd891d9dae67421fb5758a1b9bac3646748b9 authored over 6 years ago
Add more clarification in the README

d295233058c40654deb543e4ee00830fe5c0c7ab authored over 6 years ago
Add section about metadata extraction

People get confused that metadata is not extracted by default when doing
resumable uploads, so w...

15b01a6953f7e8febfd485be43bbc066e2d5c003 authored over 6 years ago
Bump to 1.2.1

15a5460b848ee670e52961f588c555870b1680a6 authored over 6 years ago
Deallocate chunks retrieved from tus storage in Storage::Tus#download

String#clear deallocates the string in Ruby, so we use it to deallocate
chunks of the file retri...

ed8ad96684d53e920036e434dd1a3b864dddba4e authored over 6 years ago
Support forwarding options to Url#open and Url#download

As of version 2.1.0, shrine-url supports additional
Down::Backend#download and Down::Backend#ope...

bbc05a632cf1241685e3be5430485260cbafe195 authored over 6 years ago
Bump to 1.2.0

3c28b9bc3c95fb2316efd3dd390f82bdc8c56a61 authored almost 7 years ago
Bump shrine-url dependency to "~> 2.0"

shrine-url 2.0 uses HTTP.rb instead of Net::HTTP, which has numerous
benefits:

* shrine-url 2.0...

7c6318143322be04acbb9d6ef4c9e26d6061110a authored almost 7 years ago
Recommend using the HTTP.rb backend

HTTP.rb 3.2.0 or higher now uses 10x less memory than open-uri/Net::HTTP, which
makes a big diff...

d3c20c9527f5221d383b895c69e44d884f4bdc1c authored almost 7 years ago
Update links to Shrine gems

Shrine gems have been moved to the "shrinerb" organization.

173e5511cdcf6ce442bea67614bfdb6fd8f3def5 authored almost 7 years ago
Bump to 1.1.0

c14479d05043c25e9ff0474fbe9802c960f07cdd authored about 7 years ago
Update tus-server dependency to 2.x

Tus-ruby-server 2.x removed Tus::Response#length, so we have to read the
content length from the...

a8de7954068e2a4af4eded318f48253b622b3c6d authored about 7 years ago
Replace aws-sdk with aws-sdk-s3

552a96ce4e065f6d95f4077441eca93488e85482 authored over 7 years ago
Mention delete_promoted plugin not being recommended

6b994388e7eb004022d791f1dae5cec1ccacee0d authored over 7 years ago
Fix tests

d883714a3bc03568db8d8cf768ba706eb7f29591 authored over 7 years ago
Bump to 1.0.0

9a4e17021dfa3c872fe21a52d601624d6252df93 authored over 7 years ago
Use NetHttp download backend by default

The Wget Down backend that was added in Down 4.0 is still considered
experimental, so for now we...

903c9490f069e11754c2f65b664154d9f07ddad2 authored over 7 years ago
Update for tus-ruby-server 1.0

5ae18b60c2afa60df263951b77906e85bf485436 authored over 7 years ago
Bump shrine-url dependency to 1.0

766acaa9b69133e091dc3538bf66c8beb35beab7 authored over 7 years ago
Improve README

e56e83bf2876e026c2341d4c59ef81b44ab1d737 authored over 7 years ago
Bump to 0.1.2

706bc60dbb06f353a6a2e12db4ada25e48112e2b authored over 7 years ago
Constrain dependencies to current major version

That way we can make backwards incompatible changes in these
dependencies on the next major vers...

450575ae24bcfca2068fe6dcf2a8a675d5ede278 authored over 7 years ago
Bump to 0.1.1

58e4f1b645efcd13e2d9a5416fa476157b23852f authored over 7 years ago
Work correctly with cached_attachment_data

When `cached_attachment_data` plugin is used, the cached file that's
assigned can be the already...

85cdfd35c34f3772e49532b82befbc80f3f71b53 authored over 7 years ago
Mention that the last approach doesn't use Shrine::Storage::Tus or shrine-url

b712aa958e6adc246c5b6f3575050307a2b59371 authored almost 8 years ago
Fix README

43d1910b81917042cb723127359ac1ca185a9c64 authored almost 8 years ago
Initial commit

4a91bdf03030f095926f4dd79061c010dae17b59 authored almost 8 years ago