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 +4 -4
- data/.rubocop.yml +1 -1
- data/.ruby-version +1 -0
- data/lib/sample_problems/version.rb +1 -1
- data/sample_problems.gemspec +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d417760789993b4b55cf9e6b3c64c31bcae79601966019cfb4788d4dfd7b3b6
|
4
|
+
data.tar.gz: fe26b77b977c405f6e5709d193b58376c3573f297fb257c78776bbbdef4b203d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8831234f87e5550ccb04c49bb51163198173c7e02799582f83ee64ef45b2d301c80aa823e75545927cc4a46b7318d99c30dd24faae1722db4908d247d3b6a346
|
7
|
+
data.tar.gz: cc34de24434a69e27dceabe9cf10a9b460887a1e85a2a2d61765dbc6946f217d5f2945a8cc7eb00d193275f19b76fe0d2982d5a7b7708db72a96e47d24fab577
|
data/.rubocop.yml
CHANGED
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.7.2
|
data/sample_problems.gemspec
CHANGED
@@ -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(">=
|
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.
|
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:
|
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.
|
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: []
|