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 +4 -4
- data/CHANGELOG.md +1 -1
- data/README.md +4 -4
- data/lib/composable/core/gem_version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 960767ce63c36c7c89a386d26483cccda2b730c182176f657a85dfee7aa86512
|
4
|
+
data.tar.gz: 1e621ec868f8d033acf444a41cde9784e29fe822baa40a179d24b8df35b1e5b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df9c5438296638f802450c8d7ee4edb3776b2f94043d5618a648446ea5243f8e9a4d64d00808cb69574b27bf0b360362370e7c315a706b2a28bd5823a686d311
|
7
|
+
data.tar.gz: 75bd282773bc0cdb7595aad9c862501f5d5bd587d6c8fb9225162518abe93e8bb4bab043ae6fdddc0e026dbda23c772cf822792900432037b1073bc5e5ea8d30
|
data/CHANGELOG.md
CHANGED
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/
|
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/
|
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).
|
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.
|
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-
|
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:
|