stimulus_reflex 2.2.0 → 2.2.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: b59cee3f140e6a7788cb494990238f7b139059300d51aa5875d32fa20f71cf1d
4
- data.tar.gz: dfbab0deec097762a108ad1ed2c1a818d86b63d929d4579898f23cfe394f7932
3
+ metadata.gz: 844e7f1ac114f7caa54e09bc234fbebbc512199b6f65dea4bfb261d9482acbee
4
+ data.tar.gz: 239604e4a357514260dcb8e8e38b4c00991420f78c82320d002ddfe133f5de42
5
5
  SHA512:
6
- metadata.gz: 8d5474a0cbb8cc0fbf76ad0282a3dac7bcf08e032afaf74691259e1fbe72b22ee00ac3df1beb170f1cff64ad9e2535e564c8f3bc83f3033ab518b2d7ef95a6e7
7
- data.tar.gz: f799e483594b82ce5c8cf452209743e2357b5c3258ca10147890da1989c6a25d36f954aafc75d99fc405fba3940a10ee94aede2cea43493609bd89c9a42c351a
6
+ metadata.gz: aa206dacfb298d6f9e8c087b2e31d57cb21f62851018d89671e3980598d3716e9074ff474c0eaf3efb8c0976c6f347568ca76c7bce018078902e1d9145672306
7
+ data.tar.gz: 59abefb476f59e884689d47343dcbfe3f6030e83978cb1564c7728cb281bb89c58fa32b32d6557cf4e90d439b08604943b98ae26375a70673fae6e6976e4552b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stimulus_reflex (2.2.0)
4
+ stimulus_reflex (2.2.1)
5
5
  cable_ready (>= 4.0)
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-636-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-639-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.2.0"
4
+ VERSION = "2.2.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.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins