BackAtCha 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +2 -1
  4. data/lib/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3fa1bd236ed6b6dd206c30360c373b05bae155f8e6f9b1d5421e97539ef29838
4
- data.tar.gz: 2b05c416b01d46a4e6ee3813ef0e105429df3f62e371196f2a18f8ce994098c9
3
+ metadata.gz: 000c508a721f4e2e7bbfa5f15a82296db9d1b035dc7885739c3372efe906b72c
4
+ data.tar.gz: 38ec4d9d18124fb4f58053a7ae677a67fb99749c2a76667ebe53f5bec6461f8b
5
5
  SHA512:
6
- metadata.gz: 1ca898308d0465fe7114078de5f8987468b291e1716728cab7c5f7fa6caf343ce608b682328bc541b323930a4c5c31decee4728c74f515e2a76b6a93c5737fb2
7
- data.tar.gz: 7c83fe13e4373fa67c29e04cb7132329818c0375ab62e2e728d9ec4b5255ff6a2b2d91ae376884f8e9760e12e74fb1e170822340890d7a348ec9d7e4a664823d
6
+ metadata.gz: 714ef8c85ec3f61e01a0ea4c716ce62f57583be40519d8c4dcabe2494c03cbcc6a9d179443a84bc05c081406ad19a9826cc19b750d10083f680018e01869ec4a
7
+ data.tar.gz: 8c739f459331c4036088d9cdf071fdc49243c4718d49391ddfa52f073ef8896972462d04cb9323670208a38dda6d92091a9544c92d24a525c2db94f9cdd42a4c
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  - Sorbet incoming
11
11
 
12
+ ## [0.0.6] - 2020-04-06
13
+
14
+ ### Changed
15
+
16
+ - Fix the gem homepage link in the gemspec
17
+
12
18
  ## [0.0.5] - 2020-04-06
13
19
 
14
20
  ### Added
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # BackAtCha
1
+ # BackAtCha ![BackAt](https://img.shields.io/badge/BackAt%3F-Cha-brightgreen) [![Gem Version](https://badge.fury.io/rb/BackAtCha.svg)](https://badge.fury.io/rb/BackAtCha) ![downloads](https://img.shields.io/gem/dt/BackAtCha) ![Tests](https://github.com/almiche/BackAtCha/workflows/Tests/badge.svg?branch=master) ![Code Cov == 100%](https://github.com/almiche/BackAtCha/workflows/Code%20Cov%20==%20100%25/badge.svg?branch=master) ![Lint](https://github.com/almiche/BackAtCha/workflows/Lint/badge.svg?branch=master) [![license](https://img.shields.io/badge/LICENSE-MIT-blue)](https://github.com/almiche/BackAtCha/blob/master/LICENSE) ![bullshit?](https://img.shields.io/badge/bullshit%3F-none-red)
2
2
  Oh hey! Didn't see you there! Did I tell you about the time my friend [@jusleg](https://github.com/jusleg) accidentally ordered me some "Ben and Jerry's Cookies Dough Ice Cream" © and how I then promplty reciprocated with 3 "SpongeBob Squarepants" © popsickles... Oh what's that you don't care? You're just here to find out what this repo is about? Well that's kinda rude but ok...
3
3
 
4
4
  ## What is this ?
@@ -53,3 +53,4 @@ As for me, I'm going to playing around with my new guitar and taking some more s
53
53
 
54
54
  ## The Pivot
55
55
  After discussing this further with [@jusleg](https://github.com/jusleg) we've come to the conclusion that a more pressing right now is creating a service which would allow blog writers to embed ModelViews into Medium articles. So look out for that next time you write a Medium article.
56
+
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Quotifier
4
- VERSION = '0.0.5'
4
+ VERSION = '0.0.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: BackAtCha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michel Chatmajian
@@ -105,7 +105,7 @@ files:
105
105
  - Rakefile
106
106
  - lib/back_at_cha.rb
107
107
  - lib/version.rb
108
- homepage: http://rubygems.org/gems/backatcha
108
+ homepage: http://rubygems.org/gems/BackAtCha
109
109
  licenses:
110
110
  - MIT
111
111
  metadata: