birthgem 1.0.0 → 1.0.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
  SHA256:
3
- metadata.gz: '0519e8a0a3097d9cf18e5c12ac95bda0a36c17b1c21e2f5ef99af99238376f7f'
4
- data.tar.gz: 91cfb4fa51fa56bcaad4a80163bd07d07e6ad99465ac461ad9afea1814a80cf9
3
+ metadata.gz: de80e486fe56de94dd5a41e5f3e2fa2c6b83d722dd3dfc05bc3097a88ac501e2
4
+ data.tar.gz: 20d0b4c866be5e09bd8832c300e5b52a193b27e5fb0ed07467aa5577190a6988
5
5
  SHA512:
6
- metadata.gz: 3b0ac3f88f02899e256029c03a55a677d952bfd706fa2f17208e3c4c74b2fb35f9398b49c87edb41b3b12cf2c57d8562b99988ba7c98ac2b91f1290618e0c94d
7
- data.tar.gz: 6012a9a5cb77a0a66cf6bc75ce00eafcbf2d381be0216542d03a76c9e6a44a37653db0a790e17f8c505db92c360e6631ed105337c827d415e2a555e69b4d037e
6
+ metadata.gz: d402f442b1802a6cb8cf25753cbfcc4a18dc1fd05a0377da92c4aca4d01e7825ed5dce722a9cdc8644171445322ac73a24b835ded16e00e7c3e2750510d2f2c2
7
+ data.tar.gz: 2baccdbfa77fcc948e5291c92d140f1bd15c05caf62635d958e7fdfb92cda80933addea569173f72a890c8ca46b1f601e8f54c426cb75b504260c1e43533385e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- birthgem (1.0.0)
4
+ birthgem (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/birthgem.gemspec ADDED
@@ -0,0 +1,39 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'lib/birthgem/version'
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = 'birthgem'
7
+ spec.version = Birthgem::VERSION
8
+ spec.authors = ['kaisumi']
9
+ spec.email = ['kaisumi@langue-lab.com']
10
+
11
+ spec.summary = 'Find your birthgem.'
12
+ spec.description = 'You can find the birthstone(s) of your birthday.'
13
+ spec.homepage = 'https://github.com/kaisumi/birthgem'
14
+ spec.license = 'MIT'
15
+ spec.required_ruby_version = '>= 2.6.0'
16
+
17
+ # spec.metadata['allowed_push_host'] = "TODO: Set to your gem server 'https://example.com'"
18
+
19
+ spec.metadata['homepage_uri'] = spec.homepage
20
+ spec.metadata['source_code_uri'] = 'https://github.com/kaisumi/birthgem'
21
+ spec.metadata['changelog_uri'] = 'https://github.com/kaisumi/birthgem/blob/main/CHANGELOG.md'
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
+ `git ls-files -z`.split("\x0").reject do |f|
27
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
28
+ end
29
+ end
30
+ spec.bindir = 'exe'
31
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
32
+ spec.require_paths = ['lib']
33
+
34
+ # Uncomment to register a new dependency of your gem
35
+ # spec.add_dependency "example-gem", "~> 1.0"
36
+
37
+ # For more information and examples about making a new gem, check out our
38
+ # guide at: https://bundler.io/guides/creating_gem.html
39
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Birthgem
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: birthgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaisumi
@@ -10,7 +10,7 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: You can find birthgem of entered month of birth.
13
+ description: You can find the birthstone(s) of your birthday.
14
14
  email:
15
15
  - kaisumi@langue-lab.com
16
16
  executables: []
@@ -24,6 +24,7 @@ files:
24
24
  - LICENSE.txt
25
25
  - README.md
26
26
  - Rakefile
27
+ - birthgem.gemspec
27
28
  - lib/birthgem.rb
28
29
  - lib/birthgem/version.rb
29
30
  - sig/birthgem.rbs