command_mapper 0.1.0.pre1 → 0.1.0

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: a8f5edcef133633cddd3398cb7314514661a48f2803800f43410b1ccd2195679
4
- data.tar.gz: 57dcbb7895fa2dff5ef8528439ae128fe9b86072674fb32da93f13e03c5d2572
3
+ metadata.gz: 7d3986821a50009055f2fe58c4f69e7eb530b5463114f73f838997743c8227fe
4
+ data.tar.gz: dc0ca8143917f12ef8cb72601f5a2ff44cccd6c76c0fdbc23fc75bafff571ff5
5
5
  SHA512:
6
- metadata.gz: 5675fc6957f545350b54cb9a46003c9c059496366c1198b4bf2a1656dc7484d009d6e9bd896f56c14fdce222354fb788cedaf6b54b0f88c4835c28893124fc13
7
- data.tar.gz: d3fbefad0bc588d75a4dfdf0e0f009d2162ed15562d2ee6ae44f08b9e1efc0815547f5d5fe5276548c921bad0b727e72a139b8ffbb8a09838ece1e19688676e7
6
+ metadata.gz: dfaccdfb0892218f9e3b8661d2c80227d492c292407989d3bb2b2ffabe45806898549d463a9bb0aa54fe05092753b0751e797460a94c19849552675b75309ec2
7
+ data.tar.gz: 4bc76e0cd50aaaf790331ce2aab5acac98562c7ed63cd3979a90429cad836ee4e095ab765aa22b57c17eff9bc89fb92f9ed1b09f97d98fe4ab47cfa38dbcc99a
data/ChangeLog.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 0.1.0 / 2021-11-22
1
+ ### 0.1.0 / 2021-11-25
2
2
 
3
3
  * Initial release:
4
4
  * Added {CommandMapper::Error}.
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/postmodern/command_mapper.rb/actions/workflows/ruby.yml/badge.svg)](https://github.com/postmodern/command_mapper.rb/actions/workflows/ruby.yml)
4
4
  [![Code Climate](https://codeclimate.com/github/postmodern/command_mapper.rb.svg)](https://codeclimate.com/github/postmodern/command_mapper.rb)
5
+ [![Gem Version](https://badge.fury.io/rb/command_mapper.svg)](https://badge.fury.io/rb/command_mapper)
5
6
 
6
7
  * [Source](https://github.com/postmodern/command_mapper)
7
8
  * [Issues](https://github.com/postmodern/command_mapper/issues)
@@ -1,4 +1,4 @@
1
1
  module CommandMapper
2
2
  # Version of command_mapper
3
- VERSION = '0.1.0.pre1'
3
+ VERSION = '0.1.0'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command_mapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-22 00:00:00.000000000 Z
11
+ date: 2021-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler