selfies 1.1.1 → 1.2.0

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 -1
  3. data/lib/selfies/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3711b01d1e5e486b92f323782493c619d5f08f57
4
- data.tar.gz: 50c1b8454456ac15c5be24922d2177516f231042
3
+ metadata.gz: ed25baf61d270e9914d4f7c70835075d3def13ce
4
+ data.tar.gz: e1ede6a045c29190429201c97e6c5f73426a053d
5
5
  SHA512:
6
- metadata.gz: b822812e8115dcaf894cec5386376c0d8e6f4ec1c0f2cf534f9b08c3d21f65bc9b82c4a5457fe987e4f0425a377e95b089f9d074a4b0b9e5b793c078b1366828
7
- data.tar.gz: 49946d5168ee9f30b0886287f3119a874aafefe72a9f30e701509587b63d4b4fefa5d0d2de50f705682c4332df659f994bbc3fe874aa75eba49f13f5bed187fd
6
+ metadata.gz: 8998144158a23cca198e50dad3acec1de1bd83702cb002f441642bde8e5b69a5aa172b351c6da950ae81bc5cdf743309661f7539826bce6e8f8b1b1b9d1bade6
7
+ data.tar.gz: 94115b17d2ee46c54e58d51d279a8863964861bd4ddf1a6c7892a8dfa911afb08a51811a1a0ccdafc56f29fd5c92cb0bf3cb5bd7c83c2134e2c779d48a7894dd
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Gem Version](https://badge.fury.io/rb/selfies.svg)](https://badge.fury.io/rb/selfies) [![Dependency Status](https://gemnasium.com/badges/github.com/mariodarco/selfies.svg)](https://gemnasium.com/github.com/mariodarco/selfies) [![CircleCI](https://circleci.com/gh/mariodarco/selfies/tree/master.svg?style=shield)](https://circleci.com/gh/mariodarco/selfies/tree/master) [![Coverage Status](https://coveralls.io/repos/github/mariodarco/selfies/badge.svg?branch=master)](https://coveralls.io/github/mariodarco/selfies?branch=master)
1
+ [![Gem Version](https://badge.fury.io/rb/selfies.svg)](https://badge.fury.io/rb/selfies) [![Dependency Status](https://gemnasium.com/badges/github.com/mariodarco/selfies.svg)](https://gemnasium.com/github.com/mariodarco/selfies) [![CircleCI](https://circleci.com/gh/mariodarco/selfies/tree/master.svg?style=shield)](https://circleci.com/gh/mariodarco/selfies/tree/master)
2
2
 
3
3
  # Selfies
4
4
  **A collection of macros for quicker development**
@@ -1,3 +1,3 @@
1
1
  module Selfies
2
- VERSION = '1.1.1'.freeze
2
+ VERSION = '1.2.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selfies
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario D’Arco