image_placeholder 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09cc95cfc9b99a98561a832dffa850e100f85b145e099d92d4ebcca38b6d159c'
4
- data.tar.gz: fe2702dcaade847bb7ef9c206d0dc15d8f958b594b60e2866fb847dea381d4ed
3
+ metadata.gz: 0ae0a1352b41c78852dfded3e196675f048db770be2bf6800a5415b625fc00df
4
+ data.tar.gz: e90f5124bcc00759fa8b3904a5c28df327486f0bddf8d1613060051433367c92
5
5
  SHA512:
6
- metadata.gz: cec383a79353a884e60810ab618752e23594c4019dc75aecdcd0e436fef336e631a6955341b524b4c70124d2abede4479355491e519bc10479bc851953a5e370
7
- data.tar.gz: 6a9d3fcf20c739179c757089ff63a31bde976a868f63909757bc00cd1b94c9e0d8fd4e5a4b22097e42a4d37484cb4037ae39a46f00283cc34467f3daf8fb3b2a
6
+ metadata.gz: 6a2e1d62b1a8c2433f25e3f3fbd5a3396e917668992b260b282ba9ff5af42db805a64317187fc7f981d8022952d3b8dee657b2e3d9a70f7d4e66a8b45dfe18f3
7
+ data.tar.gz: 032e11c36fa0b5decb57db9e7f4770bdb821a52baadcd136287350de95f947b9ac7872a58a303ca80009b3bb3e267ca5807af92ac3d85788fdca6133d133e633
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # ImagePlaceholder
2
2
 
3
- Rack middleware that intercepts not found image requests and replaces them with [placeholders](https://via.placeholder.com/600). Useful for your development data references uploaded images but static files are no longer where they're supposed to be 😅.
3
+ Rack middleware that intercepts not found image requests and replaces them with [placeholders](https://www.hanselman.com/blog/TheInternetsBestPlaceholderImageSitesForWebDevelopment.aspx). Useful for your development data references uploaded images but static files are no longer where they're supposed to be 😅.
4
+
5
+ [![Build Status](https://travis-ci.org/arkency/image_placeholder.svg?branch=master)](https://travis-ci.org/arkency/image_placeholder)
6
+ [![Gem Version](https://badge.fury.io/rb/image_placeholder.svg)](https://badge.fury.io/rb/image_placeholder)
4
7
 
5
8
  ## Installation
6
9
 
@@ -84,3 +87,9 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/arkenc
84
87
  ## License
85
88
 
86
89
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
90
+
91
+ ## About
92
+
93
+ <img src="http://arkency.com/images/arkency.png" alt="Arkency" width="14%" align="left" />
94
+
95
+ This gem is funded and maintained by [Arkency](http://blog.arkency.com). Check out our other [open-source projects](https://github.com/arkency).
@@ -11,6 +11,11 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Image placeholder middleware for any Rack application.}
13
13
  spec.license = "MIT"
14
+ spec.metadata = {
15
+ "changelog_uri" => "https://github.com/arkency/image_placeholder/releases",
16
+ "source_code_uri" => "https://github.com/arkency/image_placeholder",
17
+ "bug_tracker_uri" => "https://github.com/arkency/image_placeholder/issues",
18
+ }
14
19
 
15
20
  # Specify which files should be added to the gem when it is released.
16
21
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module ImagePlaceholder
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_placeholder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arkency
@@ -96,7 +96,10 @@ files:
96
96
  homepage:
97
97
  licenses:
98
98
  - MIT
99
- metadata: {}
99
+ metadata:
100
+ changelog_uri: https://github.com/arkency/image_placeholder/releases
101
+ source_code_uri: https://github.com/arkency/image_placeholder
102
+ bug_tracker_uri: https://github.com/arkency/image_placeholder/issues
100
103
  post_install_message:
101
104
  rdoc_options: []
102
105
  require_paths: