stimulus_reflex 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of stimulus_reflex might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d807548446462e67ea049821b1de6da399d1575da3b679df3055e7bf2973fba
4
- data.tar.gz: d204d0a31de01ac1c88baefb597982fc99882c1b25b17899593e8b90c32032d7
3
+ metadata.gz: 8966252da698bc7f603c5899b1f2a8b38aa3d8af53d20188eba815a293b1388d
4
+ data.tar.gz: 4ca61b2211ff6cbafb84ccf59ac9cfdb6803bfb5dcf38f56782ec8babb307e4c
5
5
  SHA512:
6
- metadata.gz: 6e37b24a2783cc89a54b47bb2ba1d7305f2a64be4efbc05f9b57120dc9ee8f13e42e9299a93c205e243fb991324f5180387eb054ba11a88e46f4fc33a963ff79
7
- data.tar.gz: 0d6dbfe3e29c00e5fd0d211ac13405953f89995ab8dfab519f0e2eab992e2372eadd63696bb3f1fde59d426f9c1d92a3329bb22603618778168b1f647601938a
6
+ metadata.gz: 6b21d5c651bd372d5cdd2ddc2928f8e15f118121a430db8fc0bf609585a2fc1a02d5e19a5decb504d5e262aae36c89b1b706093a4aa9eadc9e69886b56da5bda
7
+ data.tar.gz: 19cea4683e33acfd2abe563e4c27c37a7335d9ce32b543e59b606d7d58a6e5c58d819fac0f4eaf1cc9c9bee4524c01a8b00a13a5c9d329ac4b403ee980615f8f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stimulus_reflex (2.1.0)
4
+ stimulus_reflex (2.1.1)
5
5
  cable_ready (>= 4.0.7)
6
6
  nokogiri
7
7
  rack
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Lines of Code](http://img.shields.io/badge/lines_of_code-472-brightgreen.svg?style=flat)](http://blog.codinghorror.com/the-best-code-is-no-code-at-all/)
1
+ [![Lines of Code](http://img.shields.io/badge/lines_of_code-466-brightgreen.svg?style=flat)](http://blog.codinghorror.com/the-best-code-is-no-code-at-all/)
2
2
  [![Maintainability](https://api.codeclimate.com/v1/badges/2b24fdbd1ae37a24bedb/maintainability)](https://codeclimate.com/github/hopsoft/stimulus_reflex/maintainability)
3
3
  ![Prettier-Standard](https://github.com/hopsoft/stimulus_reflex/workflows/Prettier-Standard/badge.svg)
4
4
  ![StandardRB](https://github.com/hopsoft/stimulus_reflex/workflows/StandardRB/badge.svg)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusReflex
4
- VERSION = "2.1.0"
4
+ VERSION = "2.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_reflex
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-10-07 00:00:00.000000000 Z
12
+ date: 2019-10-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack