baran 0.1.1 → 0.1.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: 3068cb25c24839cb6556c926f4d914c4dd5e943cf0656a0ede8af7e515a77e39
4
- data.tar.gz: 0c9945afc55f29be7f8919e4c8070005bb2debc8a1a0dd38f4507601f3fd1cb7
3
+ metadata.gz: 1ba68ca754f6d94e7d9fa28970f025ecfb24f884bcfa80016949fb642b8eec2d
4
+ data.tar.gz: 63a03a1f15ae69be0c056677357c954980abdfb888b63bb19e0c581cff65b4a9
5
5
  SHA512:
6
- metadata.gz: 8cdada7766879fcba0f198323c3771fa1687878ed411174f554652c99852ce7da39a39173f4716e34d1dcf2100ce811fd7892eb31fe88875f990e3fa58a18120
7
- data.tar.gz: fed82b7b21a026fb4c931bcb739e02f928179bd260337666ab3e4e13a33b8ebff4e629e78400dac64eea2b358746e743265a6e9f4ca62baca1a7c1c744e11411
6
+ metadata.gz: 7909200392f0b439666a0758875147f3fd4f5da55958e42a9db822ca9ef9b518d83d22d47d03609be68972a7e5bfbeaf500a845ac1ca4567513b1a11189bc8b4
7
+ data.tar.gz: e2371e892418e0eddcf09bc4a06b68299c207869ed1313a1150dc4e4341d9bb2feb80ef1a9c0831126a2f59b84b4dcd3c1fdf1df16d500efd485e52c7d5eebf9
data/CHANGELOG.md CHANGED
@@ -6,4 +6,9 @@
6
6
 
7
7
  ## [0.1.1] - 2023-05-28
8
8
 
9
- - Update README
9
+ - Update README
10
+
11
+
12
+ ## [0.1.2] - 2023-05-28
13
+
14
+ - Fix README
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- baran (0.1.1)
4
+ baran (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -77,9 +77,7 @@ Split with the following priority.
77
77
 
78
78
  ## Development
79
79
 
80
- 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.
81
-
82
- 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).
80
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rake` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
83
81
 
84
82
  ## Contributing
85
83
 
data/lib/baran/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Baran
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baran
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moeki Kawakami