sample_problems 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
  SHA256:
3
- metadata.gz: 22be9da45c6ef579b44fe7e99f730178c16cb9b7093e2e02bef6cb3f001c6d5b
4
- data.tar.gz: 24c40cc6856189a1ecb02d98b71638775522ef249e07b5d999f006d8edaf36d7
3
+ metadata.gz: 3d417760789993b4b55cf9e6b3c64c31bcae79601966019cfb4788d4dfd7b3b6
4
+ data.tar.gz: fe26b77b977c405f6e5709d193b58376c3573f297fb257c78776bbbdef4b203d
5
5
  SHA512:
6
- metadata.gz: 20b97ce0e94537031dc33a73421087a8728906d388ae20a55f601c0d23430ac0bc6c282f06abcd4def60b84ca93b8d357722289c5ac836f6be1e62da3aff5496
7
- data.tar.gz: bf18ee246fb8dff62522f7715c27fe9fbabdbdd4665a94e846a42853d5f571b84539544e6309afac17bd06185f31a54483b05f3624f8e6277094f4cea60c31d8
6
+ metadata.gz: 8831234f87e5550ccb04c49bb51163198173c7e02799582f83ee64ef45b2d301c80aa823e75545927cc4a46b7318d99c30dd24faae1722db4908d247d3b6a346
7
+ data.tar.gz: cc34de24434a69e27dceabe9cf10a9b460887a1e85a2a2d61765dbc6946f217d5f2945a8cc7eb00d193275f19b76fe0d2982d5a7b7708db72a96e47d24fab577
data/.rubocop.yml CHANGED
@@ -6,7 +6,7 @@ require:
6
6
  AllCops:
7
7
  RubyInterpreters:
8
8
  - ruby
9
- TargetRubyVersion: 3.0
9
+ TargetRubyVersion: 2.7.2
10
10
  NewCops: enable
11
11
 
12
12
  Style/StringLiterals:
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.7.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SampleProblems
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = ["sample gem for my product"]
13
13
  spec.homepage = "https://github.com/watsumi/sample_problems"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = Gem::Requirement.new(">= 3.0")
15
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.7.2")
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org/"
18
18
 
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sample_problems
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
  - watsumi
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-11-14 00:00:00.000000000 Z
@@ -20,6 +20,7 @@ files:
20
20
  - ".gitignore"
21
21
  - ".rspec"
22
22
  - ".rubocop.yml"
23
+ - ".ruby-version"
23
24
  - CODE_OF_CONDUCT.md
24
25
  - Gemfile
25
26
  - LICENSE.txt
@@ -122,7 +123,7 @@ metadata:
122
123
  homepage_uri: https://github.com/watsumi/sample_problems
123
124
  source_code_uri: https://github.com/watsumi/sample_problems
124
125
  changelog_uri: https://github.com/watsumi/sample_problems
125
- post_install_message:
126
+ post_install_message:
126
127
  rdoc_options: []
127
128
  require_paths:
128
129
  - lib
@@ -130,15 +131,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
130
131
  requirements:
131
132
  - - ">="
132
133
  - !ruby/object:Gem::Version
133
- version: '3.0'
134
+ version: 2.7.2
134
135
  required_rubygems_version: !ruby/object:Gem::Requirement
135
136
  requirements:
136
137
  - - ">="
137
138
  - !ruby/object:Gem::Version
138
139
  version: '0'
139
140
  requirements: []
140
- rubygems_version: 3.2.3
141
- signing_key:
141
+ rubygems_version: 3.1.4
142
+ signing_key:
142
143
  specification_version: 4
143
144
  summary: '["sample gem for my product"]'
144
145
  test_files: []