e_yazawa 1.0.0 → 1.0.2

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: 61cf8a06d0a5ad857d86b45c4a8c19cc5eb8b0fcc34d085b33aec5f43fbad57d
4
- data.tar.gz: '0987a352d42ee6f2e4655bbc374953bb5b998aa18915d24c45d3650438558f0a'
3
+ metadata.gz: 4afe457fc2ac4d5696ccf26871e7ba0a7b03ea2dfc96b8c80a404126fdcffb90
4
+ data.tar.gz: aa3e3cfd20952333d76e27822672269948bbc8990bfb7ccc5670dd3a41f2c1d6
5
5
  SHA512:
6
- metadata.gz: e905891295df599779409c3805e78ea910cd36e65457bce388dbaea40e7866e8d99e5df24cf5480f657470d18b9d52797adda05bfe9ad87844d38c9eac6d5ee4
7
- data.tar.gz: 908505238e183eb30ebe8be0bf3bf911fc01961e61b4a7212836c137973a6b6c7d0da7550469593b08041d25c5a2b93cfef637c70611627032c5c30d860546ff
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.0"
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.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-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.
@@ -25,17 +25,16 @@ files:
25
25
  - LICENSE.txt
26
26
  - README.md
27
27
  - Rakefile
28
- - e_yazawa-0.1.0.gem
29
28
  - exe/e_yazawa
30
29
  - lib/database.rb
31
30
  - lib/e_yazawa.rb
32
31
  - lib/e_yazawa/version.rb
33
32
  - sig/e_yazawa.rbs
34
- homepage: https://github.com/shirotamaki/e_yazawa
33
+ homepage: https://rubygems.org/gems/e_yazawa
35
34
  licenses:
36
35
  - MIT
37
36
  metadata:
38
- homepage_uri: https://github.com/shirotamaki/e_yazawa
37
+ homepage_uri: https://rubygems.org/gems/e_yazawa
39
38
  source_code_uri: https://github.com/shirotamaki/e_yazawa
40
39
  changelog_uri: https://github.com/shirotamaki/e_yazawa
41
40
  post_install_message:
data/e_yazawa-0.1.0.gem DELETED
Binary file