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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +20 -17
  3. data/lib/e_yazawa/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93a4a9bc538154c62a5a1e661e639e2ac5b58e3e06177601fb502749162fbec3
4
- data.tar.gz: 1b32f765390cfbd8b63c707c7899c3c727537d4072feabec21d01031012ea369
3
+ metadata.gz: 4afe457fc2ac4d5696ccf26871e7ba0a7b03ea2dfc96b8c80a404126fdcffb90
4
+ data.tar.gz: aa3e3cfd20952333d76e27822672269948bbc8990bfb7ccc5670dd3a41f2c1d6
5
5
  SHA512:
6
- metadata.gz: cb6687f623ba57f81028a705f5a35d3418ce88dd0f2b22f020514271d78f8b64ccb7ee99629cf19ce8bf3624aeae67f561379426f132e1eed1bfdb6baed36ada
7
- data.tar.gz: 5244eecfad94b9613a438289f4d976f66460027ed78a0335143012f19da980a311700f0c5c47cee680ae07cdf7a56e4c4799df60c731a8b6579c9943d21cd5ff
6
+ metadata.gz: a35d5c0e634eaa38824bf0c0d21c2e2eaa962b292f56ee1d40898a02edf5e81b6e80988854902e370b16857a585cd6b427e8d9e4e2365bdfeaa0fc9016d77c61
7
+ data.tar.gz: cd8edc5bc5f95ac900fcdee3e4f951786710cd001b36430bca592e0c23ae59f3287e7fb780aa6aab751c9d7804482839d66192d0f1e6349bd87aacff11bf8bca
data/README.md CHANGED
@@ -1,37 +1,40 @@
1
1
  # EYazawa
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/e_yazawa`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- Install the gem and add to the application's Gemfile by executing:
10
-
11
- $ bundle add e_yazawa
7
+ Add this line to your application's Gemfile:
12
8
 
13
- If bundler is not being used to manage dependencies, install the gem by executing:
9
+ ```shell
10
+ gem 'e_yazawa'
11
+ ```
14
12
 
15
- $ gem install e_yazawa
13
+ And then execute:
16
14
 
17
- ## Usage
15
+ ```shell
16
+ $ bundle install
17
+ ```
18
18
 
19
- TODO: Write usage instructions here
19
+ Or install it yourself as:
20
20
 
21
- ## Development
21
+ ```shell
22
+ $ gem install e_yazawa
23
+ ```
22
24
 
23
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
25
+ ## Usage
24
26
 
25
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
27
+ [![Image from Gyazo](https://i.gyazo.com/9b040b4aff630ead2837b9ce739ef211.gif)](https://gyazo.com/9b040b4aff630ead2837b9ce739ef211)
26
28
 
27
29
  ## Contributing
28
30
 
29
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/e_yazawa. 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/[USERNAME]/e_yazawa/blob/main/CODE_OF_CONDUCT.md).
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).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EYazawa
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
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.1
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-15 00:00:00.000000000 Z
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.