gem_minitest_practice 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54e7c8f4142ebd914e79419a549fade4da79e91a
4
- data.tar.gz: 8e4f01d268f0f88d428ab0fce819ae5097999cac
3
+ metadata.gz: c744e03e65f5af65c5d383ce771cf11665c30d55
4
+ data.tar.gz: c780d258c5c99635fe871dc8b7f11778bd0ee13e
5
5
  SHA512:
6
- metadata.gz: eae84345a2b1679d8c5ea0fa52dbf2c3b9514dfc9b3af59a8892867d3ffe0257037116b18e39ba335bbcda8048e594f23bd397ab518a3bf9229c71e06afd88b1
7
- data.tar.gz: b4c58b3d12985b2af8c735db9cfd1e93aefcde104924f73f2d2b2020aa0be2c6bb98d74ba104d65b3dabf6e31cbc2483a1bc85a04efd912b0bff0e5a3d25e199
6
+ metadata.gz: 17175fd0bea0dfa1f9b053a7bcf6ea11508c6aae2f5f06e1b7e44d0b373e20d484edd9129b171a17580ad2aede8a5bab358ed695d09bb685e3e38988fbbf4769
7
+ data.tar.gz: 1a8d6936de30dff8bd5fda166ee65605c41bde520ced684b0906e009959ad4b7f4b685919a5ee0092af0359093cd0e7499d2855b7935a9d56a04b868cf16e56b
Binary file
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{minitest practice}
13
13
  spec.description = %q{minitest practice}
14
- spec.homepage = "https://github.com/ShinyaIshikawa/e1515si_check_age"
14
+ spec.homepage = "https://github.com/ShinyaIshikawa/gem_minitest_practice"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
@@ -1,3 +1,3 @@
1
1
  module GemMinitestPractice
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_minitest_practice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shinya Ishikawa
@@ -68,10 +68,11 @@ files:
68
68
  - Rakefile
69
69
  - bin/console
70
70
  - bin/setup
71
+ - gem_minitest_practice-0.1.0.gem
71
72
  - gem_minitest_practice.gemspec
72
73
  - lib/gem_minitest_practice.rb
73
74
  - lib/gem_minitest_practice/version.rb
74
- homepage: https://github.com/ShinyaIshikawa/e1515si_check_age
75
+ homepage: https://github.com/ShinyaIshikawa/gem_minitest_practice
75
76
  licenses:
76
77
  - MIT
77
78
  metadata: {}