e_yazawa 1.0.1 → 1.0.2
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/README.md +20 -17
- data/lib/e_yazawa/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4afe457fc2ac4d5696ccf26871e7ba0a7b03ea2dfc96b8c80a404126fdcffb90
|
|
4
|
+
data.tar.gz: aa3e3cfd20952333d76e27822672269948bbc8990bfb7ccc5670dd3a41f2c1d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a35d5c0e634eaa38824bf0c0d21c2e2eaa962b292f56ee1d40898a02edf5e81b6e80988854902e370b16857a585cd6b427e8d9e4e2365bdfeaa0fc9016d77c61
|
|
7
|
+
data.tar.gz: cd8edc5bc5f95ac900fcdee3e4f951786710cd001b36430bca592e0c23ae59f3287e7fb780aa6aab751c9d7804482839d66192d0f1e6349bd87aacff11bf8bca
|
data/README.md
CHANGED
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
# EYazawa
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
Yazawa will give you some advice. Choose your worry. Your worries will disappear.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
$ bundle add e_yazawa
|
|
7
|
+
Add this line to your application's Gemfile:
|
|
12
8
|
|
|
13
|
-
|
|
9
|
+
```shell
|
|
10
|
+
gem 'e_yazawa'
|
|
11
|
+
```
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
And then execute:
|
|
16
14
|
|
|
17
|
-
|
|
15
|
+
```shell
|
|
16
|
+
$ bundle install
|
|
17
|
+
```
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Or install it yourself as:
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
```shell
|
|
22
|
+
$ gem install e_yazawa
|
|
23
|
+
```
|
|
22
24
|
|
|
23
|
-
|
|
25
|
+
## Usage
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
[](https://gyazo.com/9b040b4aff630ead2837b9ce739ef211)
|
|
26
28
|
|
|
27
29
|
## Contributing
|
|
28
30
|
|
|
29
|
-
|
|
31
|
+
1. Fork it ( https://github.com/shirotamaki/e_yazawa/fork )
|
|
32
|
+
2. Create your feature branch (git checkout -b my-new-feature)
|
|
33
|
+
3. Commit your changes (git commit -am 'Add some feature')
|
|
34
|
+
4. Push to the branch (git push origin my-new-feature)
|
|
35
|
+
5. Create a new Pull Request
|
|
30
36
|
|
|
31
37
|
## License
|
|
32
38
|
|
|
33
39
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
34
40
|
|
|
35
|
-
## Code of Conduct
|
|
36
|
-
|
|
37
|
-
Everyone interacting in the EYazawa project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/e_yazawa/blob/main/CODE_OF_CONDUCT.md).
|
data/lib/e_yazawa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: e_yazawa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- shirotamaki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Yazawa will give you some advice. Choose your worry. Your worries will
|
|
14
14
|
disappear.
|