eff_passphrase 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: 64a013de2942fc88936bd48c8f9dba5792517cc58f8345ceadf509cbed40ffd0
4
- data.tar.gz: d90ee3d87be418c363c90b148fe99c803625f8210077b8766cc1f1da79f362bc
3
+ metadata.gz: ecd3f5efa336b4d609fd386673d7990300cb14fffba1294827ff7ed7382ea1aa
4
+ data.tar.gz: c162d6ad06aa60a1b91763ca0f781865d5a03fd816340c9992c2a446dff7af1a
5
5
  SHA512:
6
- metadata.gz: 6498b3b39f2281ff62317392b65e1eb6402652186326700ef0a66612e7164ffae8e43672db08c0e5b174dba32ed684dfb1f3a9556cec3444951cd6ea53a7bfb0
7
- data.tar.gz: 94297d30056efab7b7eec98aed05ac28d6d6a652a7df68ac0e8e674eafda80babdbcf3f9ddcc7e19e13b374dd409687777af9b5078b624bb325f134d41b2cd26
6
+ metadata.gz: 42cd4446fdcc76484a32453fc12e5b12dc2684137b99d1b7c77d57ef34bcdbcabce1c959f8724393eff24035205ca5254a5b5022ccd67cf95cee1c981f9f78c6
7
+ data.tar.gz: 928ee356bba14c2cc9a390dcfb8b34a415fb342a661ad4757745368fabf4713d0bfb1d9d6cf06cf55c9b2dbbca0cb793b77a489238adc54c9514d761ba08755e
data/CHANGELOG.md CHANGED
@@ -1 +1,9 @@
1
1
  # ChangeLog
2
+
3
+ ## 0.1.1
4
+
5
+ - Fix gemspec bug
6
+
7
+ ## 0.1.0
8
+
9
+ - Initial release
data/README.md CHANGED
@@ -2,6 +2,9 @@ This repository contains a very simple Ruby library for using the EFF's [Dicewar
2
2
 
3
3
  "EFF®" is a registered trademark of the [Electronic Frontier Foundation](https://www.eff.org/). This repository and project are in no way affiliated by, endorsed by, or associated with the Electronic Frontier Foundation Foundation.
4
4
 
5
+ [![CI](https://github.com/instrumentl/eff_passphrase/actions/workflows/ci.yml/badge.svg)](https://github.com/instrumentl/eff_passphrase/actions/workflows/ci.yml)
6
+ [![Gem Version](https://badge.fury.io/rb/eff_passphrase.svg)](https://badge.fury.io/rb/eff_passphrase)
7
+
5
8
  ## Usage
6
9
 
7
10
  ## Installation
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EffPassphrase
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end