slimline 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +2 -1
  3. data/lib/slimline/version.rb +1 -1
  4. metadata +7 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: e691cb372c001d5942752407d73173453a7fa2c7
4
- data.tar.gz: ccf5e09939fd898c0b94425fdb6f2a9af01bd808
2
+ SHA256:
3
+ metadata.gz: 54f0d93375f916c76a37ef047024b58247944daad40c3bc6d875d1d3e354dee2
4
+ data.tar.gz: 1a01b2909a5d5a09f7f2be465e0f61b8c82267b8f592733d309e020f2fa6ae25
5
5
  SHA512:
6
- metadata.gz: 49f6a381821154bc35a4300e434b60f26c8ad20439693c76a529766bb70ea8bf49692bfe9f5593ad1ada3382e0d94c8f46827a86b0428f1823ccfa1f4ac91c4c
7
- data.tar.gz: 4eaad94fc0e64827599d0c45f6f629130ed5621e7aa5de094d5f4239ddbac8cc0980f5b57e73be6ed6541b62cf7c2af7f1b43fae08ba622c41f23d0f1d3c1d08
6
+ metadata.gz: c134e4379564755087c922f3567ab4e29e8bda27c3eca933b5ef9b62b2b3faa2d2a543d8e26d1a576f74ce76e0c8e5c3cf96c0957d99ef1fcb92a139108543d0
7
+ data.tar.gz: ab230546f1977786cf25f7e6acf0347db3f3dffd0359327ce62bf4bb513072a25f5efd9444bedbd1ffb85c23598d0b0c80c7a0406194e479205c2f10c559e0b6
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Slimline
2
+ [![Gem Version](https://badge.fury.io/rb/slimline.svg)](https://badge.fury.io/rb/slimline)
2
3
  A small basic helper to allow progressively loading images, Nothing really special this was done more as a test to myself to create a rails gem :)
3
4
 
4
5
  ## Installation
@@ -24,7 +25,7 @@ Once installed to make sure that your images still work when javascript isn't ac
24
25
  class="<%= slimline_js_check_class %>"
25
26
  ```
26
27
 
27
- Then in the `<html>` section before any css rendering enter:
28
+ Then in the `<head>` section before any css rendering enter:
28
29
  ```erb
29
30
  <%= slimline_js_check %>
30
31
  ```
@@ -1,3 +1,3 @@
1
1
  module Slimline
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slimline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Deloughry
@@ -24,9 +24,10 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.1.0
27
- description: Give a nice helper to progressively load images
27
+ description: A small basic helper to allow progressively loading images, Nothing really
28
+ special this was done more as a test to myself to create a rails gem :)
28
29
  email:
29
- - matt@deloughry.com
30
+ - matt@deloughry.co.uk
30
31
  executables: []
31
32
  extensions: []
32
33
  extra_rdoc_files: []
@@ -38,7 +39,7 @@ files:
38
39
  - lib/slimline/railtie.rb
39
40
  - lib/slimline/version.rb
40
41
  - lib/slimline/view_helper.rb
41
- homepage: https://deloughry.co.uk
42
+ homepage: https://github.com/trickierstinky/SlimLine
42
43
  licenses:
43
44
  - MIT
44
45
  metadata: {}
@@ -58,8 +59,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
59
  version: '0'
59
60
  requirements: []
60
61
  rubyforge_project:
61
- rubygems_version: 2.2.5
62
+ rubygems_version: 2.7.6
62
63
  signing_key:
63
64
  specification_version: 4
64
- summary: Give a nice helper to progressively load images
65
+ summary: A small basic helper to allow progressively loading images
65
66
  test_files: []