Skip to content

Commit

Permalink
Update links to Shrine gems
Browse files Browse the repository at this point in the history
Shrine and shrine-* gems have been moved to the "shrinerb" organization.
  • Loading branch information
janko committed Mar 11, 2018
1 parent 5580d90 commit 446ca26
Show file tree
Hide file tree
Showing 17 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -114,6 +114,6 @@ post = Post.create(image: open("https://example.com/image-from-internet.jpg"))
```

[ruby-shrine]: https://groups.google.com/forum/#!forum/ruby-shrine
[Shrine code of conduct]: https://github.com/janko-m/shrine/blob/master/CODE_OF_CONDUCT.md
[Shrine code of conduct]: https://github.com/shrinerb/shrine/blob/master/CODE_OF_CONDUCT.md
[libmagic]: https://github.com/threatstack/libmagic
[SQLite]: https://www.sqlite.org
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Expand Up @@ -12,7 +12,7 @@ Tell us what you expected to happen.
Tell us what happens instead.

### Simplest self-contained example code to demonstrate issue
Provide a self-contained example code (see the [Sequel/ActiveRecord templates](https://github.com/janko-m/shrine/blob/master/CONTRIBUTING.md)) to show the problem, and the full backtrace of any exception.
Provide a self-contained example code (see the [Sequel/ActiveRecord templates](https://github.com/shrinerb/shrine/blob/master/CONTRIBUTING.md)) to show the problem, and the full backtrace of any exception.

### System configuration
**Ruby version**:
Expand Down
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -8,8 +8,8 @@ If you're not sure why you should care, you're encouraged to read the
## Resources

- Documentation: [shrinerb.com](http://shrinerb.com)
- Source: [github.com/janko-m/shrine](https://github.com/janko-m/shrine)
- Bugs: [github.com/janko-m/shrine/issues](https://github.com/janko-m/shrine/issues)
- Source: [github.com/shrinerb/shrine](https://github.com/shrinerb/shrine)
- Bugs: [github.com/shrinerb/shrine/issues](https://github.com/shrinerb/shrine/issues)
- Help & Discussion: [groups.google.com/group/ruby-shrine](https://groups.google.com/forum/#!forum/ruby-shrine)

## Quick start
Expand Down Expand Up @@ -1008,7 +1008,7 @@ The gem is available as open source under the terms of the [MIT License].
[plugins]: http://shrinerb.com/#plugins
[`file`]: http://linux.die.net/man/1/file
[backgrounding]: http://shrinerb.com/rdoc/classes/Shrine/Plugins/Backgrounding.html
[Context]: https://github.com/janko-m/shrine#context
[Context]: https://github.com/shrinerb/shrine#context
[image_processing]: https://github.com/janko-m/image_processing
[ffmpeg]: https://github.com/streamio/streamio-ffmpeg
[Uppy]: https://uppy.io
Expand All @@ -1017,22 +1017,22 @@ The gem is available as open source under the terms of the [MIT License].
[Microsoft Azure Storage]: https://azure.microsoft.com/en-us/services/storage/
[upload_endpoint]: http://shrinerb.com/rdoc/classes/Shrine/Plugins/UploadEndpoint.html
[presign_endpoint]: http://shrinerb.com/rdoc/classes/Shrine/Plugins/PresignEndpoint.html
[Cloudinary]: https://github.com/janko-m/shrine-cloudinary
[Imgix]: https://github.com/janko-m/shrine-imgix
[Uploadcare]: https://github.com/janko-m/shrine-uploadcare
[Cloudinary]: https://github.com/shrinerb/shrine-cloudinary
[Imgix]: https://github.com/shrinerb/shrine-imgix
[Uploadcare]: https://github.com/shrinerb/shrine-uploadcare
[Dragonfly]: http://markevans.github.io/dragonfly/
[tus]: http://tus.io
[tus-ruby-server]: https://github.com/janko-m/tus-ruby-server
[tus-js-client]: https://github.com/tus/tus-js-client
[shrine-tus-demo]: https://github.com/janko-m/shrine-tus-demo
[shrine-url]: https://github.com/janko-m/shrine-url
[shrine-tus-demo]: https://github.com/shrinerb/shrine-tus-demo
[shrine-url]: https://github.com/shrinerb/shrine-url
[Roda]: https://github.com/jeremyevans/roda
[Refile]: https://github.com/refile/refile
[MIT License]: http://opensource.org/licenses/MIT
[CoC]: https://github.com/janko-m/shrine/blob/master/CODE_OF_CONDUCT.md
[roda_demo]: https://github.com/janko-m/shrine/tree/master/demo
[CoC]: https://github.com/shrinerb/shrine/blob/master/CODE_OF_CONDUCT.md
[roda_demo]: https://github.com/shrinerb/shrine/tree/master/demo
[rails_demo]: https://github.com/erikdahlstrand/shrine-rails-example
[backgrounding libraries]: https://github.com/janko-m/shrine/wiki/Backgrounding-libraries
[backgrounding libraries]: https://github.com/shrinerb/shrine/wiki/Backgrounding-libraries
[S3 lifecycle Console]: http://docs.aws.amazon.com/AmazonS3/latest/UG/lifecycle-configuration-bucket-no-versioning.html
[S3 lifecycle API]: https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#put_bucket_lifecycle_configuration-instance_method
[processing post]: https://twin.github.io/better-file-uploads-with-shrine-processing/
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -51,7 +51,7 @@ namespace :website do
file_link = document.css(".header .paths li a").first
file_link_html = file_link.to_xml

file_link["href"] = "https://github.com/janko-m/shrine/blob/#{revision}/#{file_link.text}"
file_link["href"] = "https://github.com/shrinerb/shrine/blob/#{revision}/#{file_link.text}"

new_html = html.sub(file_link_html, "#{file_link.to_xml} #{github_icon}")

Expand Down
2 changes: 1 addition & 1 deletion demo/README.md
Expand Up @@ -73,6 +73,6 @@ Once you have all of these things set up, you can run the app:
$ bundle exec rackup
```

[Shrine]: https://github.com/janko-m/shrine
[Shrine]: https://github.com/shrinerb/shrine
[setup CORS]: http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html
[Uppy]: https://uppy.io
6 changes: 3 additions & 3 deletions doc/carrierwave.md
Expand Up @@ -704,10 +704,10 @@ Shrine::Storage::S3.new(endpoint: "https://s3-accelerate.amazonaws.com", **optio
```

[image_processing]: https://github.com/janko-m/image_processing
[demo app]: https://github.com/janko-m/shrine/tree/master/demo
[demo app]: https://github.com/shrinerb/shrine/tree/master/demo
[Reprocessing versions]: http://shrinerb.com/rdoc/files/doc/regenerating_versions_md.html
[shrine-fog]: https://github.com/janko-m/shrine-fog
[shrine-fog]: https://github.com/shrinerb/shrine-fog
[direct uploads]: http://shrinerb.com/rdoc/files/doc/direct_s3_md.html
[`Shrine::Storage::S3`]: http://shrinerb.com/rdoc/classes/Shrine/Storage/S3.html
[`Shrine::Storage::GoogleCloudStorage`]: https://github.com/renchap/shrine-google_cloud_storage
[`Shrine::Storage::Fog`]: https://github.com/janko-m/shrine-fog
[`Shrine::Storage::Fog`]: https://github.com/shrinerb/shrine-fog
2 changes: 1 addition & 1 deletion doc/creating_storages.md
Expand Up @@ -226,4 +226,4 @@ tests for your storage. There will likely be some edge cases that won't be
tested by the linter.

[HTTP.rb]: https://github.com/httprb/http
[fake IO]: https://github.com/janko-m/shrine-cloudinary/blob/ca587c580ea0762992a2df33fd590c9a1e534905/test/test_helper.rb#L20-L27
[fake IO]: https://github.com/shrinerb/shrine-cloudinary/blob/ca587c580ea0762992a2df33fd590c9a1e534905/test/test_helper.rb#L20-L27
2 changes: 1 addition & 1 deletion doc/direct_s3.md
Expand Up @@ -354,7 +354,7 @@ end
```

[`Aws::S3::PresignedPost`]: http://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Bucket.html#presigned_post-instance_method
[demo app]: https://github.com/janko-m/shrine/tree/master/demo
[demo app]: https://github.com/shrinerb/shrine/tree/master/demo
[Uppy]: https://uppy.io
[Amazon S3 Data Consistency Model]: http://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html#ConsistencyMode
[CORS guide]: http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html
Expand Down
8 changes: 4 additions & 4 deletions doc/refile.md
Expand Up @@ -473,12 +473,12 @@ Shrine.plugin :remote_url
<% end %>
```

[shrine-cloudinary]: https://github.com/janko-m/shrine-cloudinary
[shrine-imgix]: https://github.com/janko-m/shrine-imgix
[shrine-uploadcare]: https://github.com/janko-m/shrine-uploadcare
[shrine-cloudinary]: https://github.com/shrinerb/shrine-cloudinary
[shrine-imgix]: https://github.com/shrinerb/shrine-imgix
[shrine-uploadcare]: https://github.com/shrinerb/shrine-uploadcare
[Attache]: https://github.com/choonkeat/attache
[image_processing]: https://github.com/janko-m/image_processing
[Uppy]: https://uppy.io
[Direct Uploads to S3]: http://shrinerb.com/rdoc/files/doc/direct_s3_md.html
[demo app]: https://github.com/janko-m/shrine/tree/master/demo
[demo app]: https://github.com/shrinerb/shrine/tree/master/demo
[Multiple Files]: http://shrinerb.com/rdoc/files/doc/multiple_files_md.html
12 changes: 6 additions & 6 deletions doc/release_notes/1.1.0.md
Expand Up @@ -171,14 +171,14 @@ Shrine::Storage::S3.new(upload_options: {acl: "public-read"}, **s3_options)
* `Shrine.direct_endpoint` from the `direct_upload` plugin has been deprecated,
you should use `Shrine::UploadEndpoint` instead.

[shrine-fog]: https://github.com/janko-m/shrine-fog
[shrine-fog]: https://github.com/shrinerb/shrine-fog
[Fog]: https://github.com/fog/fog
[shrine-imgix]: https://github.com/janko-m/shrine-imgix
[shrine-imgix]: https://github.com/shrinerb/shrine-imgix
[Imgix]: http://www.imgix.com
[shrine-cloudinary]: https://github.com/janko-m/shrine-cloudinary
[shrine-cloudinary]: https://github.com/shrinerb/shrine-cloudinary
[Cloudinary]: http://cloudinary.com
[shrine-flickr]: https://github.com/janko-m/shrine-flickr
[shrine-flickr]: https://github.com/shrinerb/shrine-flickr
[Flickr]: https://www.flickr.com
[shrine-gridfs]: https://github.com/janko-m/shrine-gridfs
[shrine-gridfs]: https://github.com/shrinerb/shrine-gridfs
[GridFS]: https://docs.mongodb.org/v3.0/core/gridfs/
[shrine-sql]: https://github.com/janko-m/shrine-sql
[shrine-sql]: https://github.com/shrinerb/shrine-sql
6 changes: 3 additions & 3 deletions doc/release_notes/2.0.0.md
Expand Up @@ -166,8 +166,8 @@ end

* `Shrine::Attacher` now allocates less strings.

[shrine-reform]: https://github.com/janko-m/shrine-reform
[shrine-reform]: https://github.com/shrinerb/shrine-reform
[Reform]: https://github.com/apotonick/reform
[shrine-mongoid]: https://github.com/janko-m/shrine-mongoid
[shrine-mongoid]: https://github.com/shrinerb/shrine-mongoid
[Mongoid]: https://github.com/mongodb/mongoid
[shrine-memory]: https://github.com/janko-m/shrine-memory
[shrine-memory]: https://github.com/shrinerb/shrine-memory
2 changes: 1 addition & 1 deletion doc/testing.md
Expand Up @@ -282,7 +282,7 @@ server (instead of `s3.amazonaws.com`), and `:force_path_style` tells it not
to use subdomains when generating URLs.

[DatabaseCleaner]: https://github.com/DatabaseCleaner/database_cleaner
[shrine-memory]: https://github.com/janko-m/shrine-memory
[shrine-memory]: https://github.com/shrinerb/shrine-memory
[factory_bot]: https://github.com/thoughtbot/factory_bot
[Capybara]: https://github.com/jnicklas/capybara
[`#attach_file`]: http://www.rubydoc.info/github/jnicklas/capybara/master/Capybara/Node/Actions#attach_file-instance_method
Expand Down
2 changes: 1 addition & 1 deletion lib/shrine/plugins/remote_url.rb
Expand Up @@ -79,7 +79,7 @@ module Plugins
# plugin :infer_extension
#
# [Down]: https://github.com/janko-m/down
# [shrine-url]: https://github.com/janko-m/shrine-url
# [shrine-url]: https://github.com/shrinerb/shrine-url
module RemoteUrl
def self.configure(uploader, opts = {})
raise Error, "The :max_size option is required for remote_url plugin" if !opts.key?(:max_size) && !uploader.opts.key?(:remote_url_max_size)
Expand Down
2 changes: 1 addition & 1 deletion shrine.gemspec
Expand Up @@ -18,7 +18,7 @@ tying them to record's lifecycle. It natively supports background jobs and
direct uploads for fully asynchronous user experience.
END

gem.homepage = "https://github.com/janko-m/shrine"
gem.homepage = "https://github.com/shrinerb/shrine"
gem.authors = ["Janko Marohnić"]
gem.email = ["janko.marohnic@gmail.com"]
gem.license = "MIT"
Expand Down
38 changes: 19 additions & 19 deletions www/_data/external.yml
Expand Up @@ -116,13 +116,13 @@
url: https://github.com/zillou/shrine-aliyun-oss
-
name: shrine-cloudinary
url: https://github.com/janko-m/shrine-cloudinary
url: https://github.com/shrinerb/shrine-cloudinary
-
name: shrine-flickr
url: https://github.com/janko-m/shrine-flickr
url: https://github.com/shrinerb/shrine-flickr
-
name: shrine-fog
url: https://github.com/janko-m/shrine-fog
url: https://github.com/shrinerb/shrine-fog
-
name: shrine-ftp
url: https://github.com/ProjectResound/shrine-ftp
Expand All @@ -134,13 +134,13 @@
url: https://github.com/verynear/shrine-google_drive_storage
-
name: shrine-gridfs
url: https://github.com/janko-m/shrine-gridfs
url: https://github.com/shrinerb/shrine-gridfs
-
name: shrine-imgix
url: https://github.com/janko-m/shrine-imgix
url: https://github.com/shrinerb/shrine-imgix
-
name: shrine-memory
url: https://github.com/janko-m/shrine-memory
url: https://github.com/shrinerb/shrine-memory
-
name: shrine-redis
url: https://github.com/dbongo/shrine-redis
Expand All @@ -149,19 +149,19 @@
url: https://github.com/jordanandree/shrine-scp
-
name: shrine-sql
url: https://github.com/janko-m/shrine-sql
url: https://github.com/shrinerb/shrine-sql
-
name: shrine-thumbor
url: https://github.com/havran/shrine-thumbor
-
name: shrine-transloadit
url: https://github.com/janko-m/shrine-transloadit
url: https://github.com/shrinerb/shrine-transloadit
-
name: shrine-uploadcare
url: https://github.com/janko-m/shrine-uploadcare
url: https://github.com/shrinerb/shrine-uploadcare
-
name: shrine-url
url: https://github.com/janko-m/shrine-url
url: https://github.com/shrinerb/shrine-url
-
name: shrine-storage-you_tube
url: https://github.com/thedyrt/shrine-storage-you_tube
Expand All @@ -182,20 +182,20 @@
url: https://github.com/katafrakt/hanami-shrine
-
name: shrine-mongoid
url: https://github.com/janko-m/shrine-mongoid
url: https://github.com/shrinerb/shrine-mongoid
-
name: shrine-reform
url: https://github.com/janko-m/shrine-reform
url: https://github.com/shrinerb/shrine-reform
-
name: shrine-tus
url: https://github.com/janko-m/shrine-tus
url: https://github.com/shrinerb/shrine-tus
-
-
title: Applications
items:
-
name: Cloudinary demo
url: https://github.com/janko-m/shrine-cloudinary/tree/master/demo
url: https://github.com/shrinerb/shrine-cloudinary/tree/master/demo
-
name: Dropzone demo
url: https://github.com/codyeatworld/example-shrine-dropzone
Expand All @@ -207,19 +207,19 @@
url: https://github.com/erikdahlstrand/shrine-rails-example
-
name: Resumable uploads demo
url: https://github.com/janko-m/shrine-tus-demo
url: https://github.com/shrinerb/shrine-tus-demo
-
name: Roda demo (official)
url: https://github.com/janko-m/shrine/tree/master/demo
url: https://github.com/shrinerb/shrine/tree/master/demo
-
name: ROM & dry-rb demo
url: https://github.com/janko-m/shrine-rom-example
url: https://github.com/shrinerb/shrine-rom-example
-
name: Transloadit demo
url: https://github.com/janko-m/shrine-transloadit/tree/master/demo
url: https://github.com/shrinerb/shrine-transloadit/tree/master/demo
-
name: Uploadcare demo
url: https://github.com/janko-m/shrine-uploadcare/tree/master/demo
url: https://github.com/shrinerb/shrine-uploadcare/tree/master/demo

-
title: Libraries
Expand Down
2 changes: 1 addition & 1 deletion www/_layouts/default.html
Expand Up @@ -14,7 +14,7 @@
{{ content }}

<!-- -->
<a href="https://github.com/janko-m/shrine" class="github-corner">
<a href="https://github.com/shrinerb/shrine" class="github-corner">
<svg width="80" height="80" viewBox="0 0 250 250" style="fill:#DD2F16; color:#F8DCCE; position: absolute; top: 0; border: 0; right: 0;">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;"
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Expand Up @@ -109,6 +109,6 @@ <h3>{{ section.title }}</h3>

<footer class="footer">
<div class="container">
<p>Coded with :heart: by <a href="https://github.com/janko-m">Janko Marohnić</a> and published under the <a href="https://github.com/janko-m/shrine/blob/master/LICENSE.txt">MIT license</a>.</p>
<p>Coded with :heart: by <a href="https://github.com/janko-m">Janko Marohnić</a> and published under the <a href="https://github.com/shrinerb/shrine/blob/master/LICENSE.txt">MIT license</a>.</p>
</div>
</footer>

0 comments on commit 446ca26

Please sign in to comment.