sliding_window 1.1.1 → 1.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd210721af10c0749d4c6aa6655a3a067598d8ea5f1c1e37b703fb42130bf242
4
- data.tar.gz: 66c6ad531957768da4c3326f8607b89f21f23a5d1e83b78d58994c5d55bd0a41
3
+ metadata.gz: f591944ea0a5a2b4b138fdf02f5f04de451e968aa70be93f59b332ce8d6944bd
4
+ data.tar.gz: 210eeec31a7f1d5212659f209354c80030a5a9855ca7c3152c32e1a77d7d90e5
5
5
  SHA512:
6
- metadata.gz: 9369d73f44028c32c753c4085312319566b9b215af6e9c0c398e7560cd6bc5e7c764a9259b190db30643ad463e844a25448897741d388d726d345c0abe742288
7
- data.tar.gz: 2371b1c67362021d688b9667c75de18abd71e9af177840f785941ba4d1ab8a86393e24cbb3a1c1ee3cf5bad49a2bf5aedbe97715b3211ebea5ab74413d2a36ae
6
+ metadata.gz: 551f6996003ca59d6320ecb4a389614d2c43756e6f1bc13be9d2f2ee15cc8bb631d9dfb15b43f09fef498a4037f4f8c39ac6eafc0edf61508daea374a03e2379
7
+ data.tar.gz: 0f6c0530733f048037098c2623007bfc190a98284195ba49e10d4ce3924f95f34c1faf2140dd37a204f6d4cb8a30f33b9ccf2bd140f6c946f940c0ee35b99da8
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Sliding Window [![Build Status](https://travis-ci.org/nathankleyn/sliding_window.svg)](https://travis-ci.org/nathankleyn/sliding_window) [![RubyGems Version Of gitignore_rb](https://img.shields.io/gem/v/sliding_window.svg)](https://rubygems.org/gems/sliding_window)
1
+ # Sliding Window [![Build Status](https://github.com/nathankleyn/sliding_window/workflows/Tests/badge.svg)](https://github.com/nathankleyn/sliding_window/actions?query=workflow%3ATests) [![RubyGems Version Of gitignore_rb](https://img.shields.io/gem/v/sliding_window.svg)](https://rubygems.org/gems/sliding_window)
2
2
 
3
3
  Implements the sliding window algorithm. This is useful for traversing phrases during NEL processing.
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sliding_window
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Kleyn