joyce_quiz_app_gem 0.2.2 → 0.2.3

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: 1b7d9fb5e45f9f25282d4a44ab48eaf1eebdee7110bbb262ef938ca9586c5671
4
- data.tar.gz: 3bd748e9b6430499777b80fcb3fa0df2daffca94720b477a638b13519bf7cec8
3
+ metadata.gz: cacf22d555dbf9735990a3ba21d02914ab6ee120e05eafef192ba03aedf59f50
4
+ data.tar.gz: 1bef450ccbdf143e37ff10bc65acfa0b44544db2ad06584de22ae507d24969f0
5
5
  SHA512:
6
- metadata.gz: 9ef5408c3384b65d8e0e67d82b66d427fb9574c56d7413ced232bc64d37875aa7485d43816737ae00d0e02e7982b32418a867d9a7ba12faf6e49ea2fa42bccdc
7
- data.tar.gz: '048d5997f733e9c136b4d0f454c81a3e32eb8d6407afa979d7e2438e93c91bb254667c56cf6f8ee05a9bf7b36908a9b78fdb257dae7aaaeea8c95ac8387e50e6'
6
+ metadata.gz: be96179a9131fb26516d010a903623910d3297072337e6a7cf9705e13cd22746d64af53edecc1612c39b3fd787de5d0c4a38e16f2331804a418580f9b1b36f16
7
+ data.tar.gz: 664dca2b25e6e1c29fcc34b9cc76a3d0ecaf9c5c88d1c8b449fbe9f397f92ffd4afa6d02f3a1a6d73b940295ad9c3536e1efc64061a0b0b2117512dbb221a5a3
@@ -6,9 +6,9 @@ Gem::Specification.new do |spec|
6
6
  spec.authors = ["Joyce"]
7
7
  spec.email = ["nokjo86@hotmail.com"]
8
8
 
9
- spec.summary = "3 min quiz gem"
9
+ spec.summary = "1 min quiz gem"
10
10
  spec.description = "a gem that contains a short quiz"
11
- spec.homepage = "https://github.com/nokjo86/3_mins_quiz"
11
+ spec.homepage = "https://github.com/nokjo86/1_min_quiz"
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
13
 
14
14
  # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
@@ -1,3 +1,3 @@
1
1
  module JoyceQuizAppGem
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: joyce_quiz_app_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joyce
@@ -132,7 +132,7 @@ files:
132
132
  - lib/test_user.rb
133
133
  - lib/tester.rb
134
134
  - lib/tester_summary.csv
135
- homepage: https://github.com/nokjo86/3_mins_quiz
135
+ homepage: https://github.com/nokjo86/1_min_quiz
136
136
  licenses: []
137
137
  metadata: {}
138
138
  post_install_message:
@@ -153,5 +153,5 @@ requirements: []
153
153
  rubygems_version: 3.1.2
154
154
  signing_key:
155
155
  specification_version: 4
156
- summary: 3 min quiz gem
156
+ summary: 1 min quiz gem
157
157
  test_files: []