slighty 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/slighty/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 322139357a21eb62fae71dee4e32281cebedb0a9
4
- data.tar.gz: 2dd3e0216840e2d78b9b69e14c153acd9c9b2958
3
+ metadata.gz: 8e7d7eb853bcc55b7b88e2429775fa0fde39d4fd
4
+ data.tar.gz: ae3ba1d9f186e38f970648a64b49ca23ad3fbc99
5
5
  SHA512:
6
- metadata.gz: 78f8ed4be4fed6f195a4dcc1a9c8668d89092d6e355694e107cb3689d3ec667a4494ddc24bffea696fb80b0a31bca4dbc59b5290d391f951d37463d644030265
7
- data.tar.gz: 76f341b534cdb3a35defb421786719cfc62ed4f1cc7bf135328e45f7f7116658b93eead00123aa7bb680d7af18b100d415d43a8827bf90bd72d599103cd5b4d8
6
+ metadata.gz: 8d38bcf70d0795bb74f5358372d74d733368b43538f4e975c8eba190f6650360bb48c83f905aabe526f39058641fafb26143e789a64c0b11a401aeb007a57c34
7
+ data.tar.gz: 58de75f61f0f553e1cd589991a5c8fe218b26048ada9de4867db45bd4fa3cbe11538a30851f80693ea0a508be7e8610bf7651c560f21e5734e09d025bb18e99b
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # slighty
2
+ [![Gem Version](https://badge.fury.io/rb/slighty.svg)](https://badge.fury.io/rb/slighty)
2
3
 
3
4
  a simple lightbox plugin that runs with Rails Asset Pipeline.
4
5
 
@@ -1,3 +1,3 @@
1
1
  module Slighty
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slighty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Okan Vurdu
@@ -24,7 +24,7 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
- description: A simple lightbox plugin for Rails asset pipeline.
27
+ description: a simple lightbox plugin for Rails Asset Pipeline.
28
28
  email:
29
29
  - okanvurdu@gmail.com
30
30
  executables: []
@@ -62,5 +62,5 @@ rubyforge_project:
62
62
  rubygems_version: 2.6.8
63
63
  signing_key:
64
64
  specification_version: 4
65
- summary: A simple lightbox plugin for Rails asset pipeline.
65
+ summary: a simple lightbox plugin for Rails Asset Pipeline.
66
66
  test_files: []