composable-core 0.0.2 → 0.0.3

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: d56d924c8b49a41a1dd25112961b582c628ac71f6f16d4d8bcc39e5a1c1dd657
4
- data.tar.gz: e7417b50a4acb0540ecb9f0b4f46556f0db36d74866081dc9451e34dce702f3e
3
+ metadata.gz: 960767ce63c36c7c89a386d26483cccda2b730c182176f657a85dfee7aa86512
4
+ data.tar.gz: 1e621ec868f8d033acf444a41cde9784e29fe822baa40a179d24b8df35b1e5b5
5
5
  SHA512:
6
- metadata.gz: e791a3a17e333488b297be1d3822a2fac9eebd9910ff0d3f4f3038b91087cc36cfe1505213c154b5efa8f7894b8aad7b4832ad2a64642ae4af91d47d85e64147
7
- data.tar.gz: c3fe7a0ee96143036adde71194bc38d17d47caea05d662b6672f2f36ebad2296cbc1fc67b78b3f0d962da439c5425a19e45afec317dc92406a69e7ffb649f9e1
6
+ metadata.gz: df9c5438296638f802450c8d7ee4edb3776b2f94043d5618a648446ea5243f8e9a4d64d00808cb69574b27bf0b360362370e7c315a706b2a28bd5823a686d311
7
+ data.tar.gz: 75bd282773bc0cdb7595aad9c862501f5d5bd587d6c8fb9225162518abe93e8bb4bab043ae6fdddc0e026dbda23c772cf822792900432037b1073bc5e5ea8d30
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.1.0] - 2022-01-20
3
+ ## [0.0.1] - 2022-01-20
4
4
 
5
5
  - Initial release
data/README.md CHANGED
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'core'
12
+ gem 'composable-core'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -18,7 +18,7 @@ And then execute:
18
18
 
19
19
  Or install it yourself as:
20
20
 
21
- $ gem install core
21
+ $ gem install composable-core
22
22
 
23
23
  ## Usage
24
24
 
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/jairovm/core. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/jairovm/composables/tree/main/core/CODE_OF_CONDUCT.md).
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/jairovm/composables. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/jairovm/composables/tree/main/CODE_OF_CONDUCT.md).
36
36
 
37
37
  ## License
38
38
 
@@ -40,4 +40,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
40
40
 
41
41
  ## Code of Conduct
42
42
 
43
- Everyone interacting in the Core project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jairovm/composables/tree/main/core/CODE_OF_CONDUCT.md).
43
+ Everyone interacting in the Core project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jairovm/composables/tree/main/CODE_OF_CONDUCT.md).
@@ -10,7 +10,7 @@ module Composable
10
10
  module VERSION
11
11
  MAJOR = 0
12
12
  MINOR = 0
13
- TINY = 2
13
+ TINY = 3
14
14
  PRE = nil
15
15
 
16
16
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: composable-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jairo Vazquez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-22 00:00:00.000000000 Z
11
+ date: 2022-01-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Core composable object to work with ruby services and forms
14
14
  email:
@@ -28,8 +28,8 @@ licenses:
28
28
  - MIT
29
29
  metadata:
30
30
  homepage_uri: https://github.com/jairovm/composables
31
- source_code_uri: https://github.com/jairovm/composables/tree/main/core
32
- changelog_uri: https://github.com/jairovm/composables/tree/main/CHANGELOG.md
31
+ source_code_uri: https://github.com/jairovm/composables/tree/main/composable-core
32
+ changelog_uri: https://github.com/jairovm/composables/tree/main/composable-core/CHANGELOG.md
33
33
  post_install_message:
34
34
  rdoc_options: []
35
35
  require_paths: