simple_command_dispatcher 1.2.4 → 1.2.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a09fd8856ab83feabd34a789edec420ec39d69680885d024c9b51fbb9831e394
4
- data.tar.gz: 371d4532229cbdfcd2bb8b8afa0ab27983be80633cccd74395980fa7386bf0ce
3
+ metadata.gz: 95c093ccfa0a342868fddd8b78ca422b248e916dabfe9ed0c31118958ace096b
4
+ data.tar.gz: 132b1063e35a327e1c4103646a0d3381bcce74893c95aac1cd831bbac454878f
5
5
  SHA512:
6
- metadata.gz: cdf48115c723d821e66a87b8111373d1745bc45d506fc32447400120ace6b92eaf565a36e409476804c70ce4407dbf25bbd27da8035a0eeab8542bd5ea5a5bdc
7
- data.tar.gz: 231bed183f3dbdda9f9f7b3f650ee0e42c23323fffb7d8ee5c3b6e8b26788916de6f9cf54fc54f3c8829a79252ad4ba7b7c854ab58bf2d3ce2618420913f1ecc
6
+ metadata.gz: c5c7fd6af29ce88e18b704eba5fd7928b74d292c703360213dfd32195cac3d36fc6badaafe54bb3eff436d336e493897df4cba6db646ad51aae80e8e3118d0f7
7
+ data.tar.gz: 754821039179acb50169b44856fbc8973c69c7a6c7977552a6de325eea91f55f51a192ee319044a8f9438d3984dba87535d546d3775dec8c762018a39d212bba
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ### Version 1.2.5
2
+ * Check in Gemfile.lock
1
3
  ### Version 1.2.4
2
4
  * Now requires Ruby 2.6.3
3
5
  * Fix broken spec.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_command_dispatcher (1.2.4)
4
+ simple_command_dispatcher (1.2.5)
5
5
  activesupport (~> 5.0, >= 5.0.0.1)
6
6
  simple_command (~> 0.2.0)
7
7
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SimpleCommand
4
4
  module Dispatcher
5
- VERSION = '1.2.4'
5
+ VERSION = '1.2.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_command_dispatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.