RLCoreKickstart 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97f18f212bace627cc199709a7638b3637ea41dd6b167e47670ec9a07c7616c9
4
- data.tar.gz: 9b8e05c3b8934e90dffa0ec85b0e5828c743845484778895006f127d8f299c76
3
+ metadata.gz: ff18c34f9277f6e1518d2e6819e5f91bf9546ebb988c396b71d0fb40b06ccd40
4
+ data.tar.gz: 2c1c4fb7cffb38cdcd92ea8aed6c387a2b8f3278e642d5bbc0cd9553979b33e8
5
5
  SHA512:
6
- metadata.gz: 77e16f9d5af820d3846556fa072403c399c9e13f753fc7e485cc7fccb41891da64e37c5ea6a7f7e90ad90cc9008d895ba996175b97f5400842e535b20c29c294
7
- data.tar.gz: da53c06ec34dce018291b3f29243a9fb3275a8698ed8abe4a9d0b139ee7e180ea4e6e13b9e14d76f1b914b3d1e51083f9bc5ab6c95640db82d458eb56745e632
6
+ metadata.gz: 9041408c731bb03d97736d4afcfd1ab2d242fa8a4bf667aa716467fb355f0da00497b70abfbed6eacc1eebd30a94ccf9f0a45d2852bfc95d80075544088100f0
7
+ data.tar.gz: 89e613db6eb9ebe3825b622f78b70c47b575f014ad438f61eb5e4b336ec4ed834c0f5b74d8fbf485c2095967438b23e79b7c67aef637bad7db6079a68154a162
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "RLCoreKickstart"
5
- spec.version = '0.2.0'
5
+ spec.version = '0.2.1'
6
6
  spec.required_ruby_version = '>= 3.1'
7
7
  spec.authors = ["Victor Goff"]
8
8
  spec.email = ["keeperotphones@gmail.com"]
@@ -14,10 +14,11 @@ Gem::Specification.new do |spec|
14
14
  spec.files = `git ls-files -z`.split("\x0")
15
15
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
16
16
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
- spec.post_install_message = "
18
- You will want to create your course folder, change directory to it,
19
- and then run skeleton_rl_core to have it build the course skeleton.
17
+ spec.post_install_message = <<~EOS
18
+ You will want to create your course folder, change directory to it,
19
+ and then run skeleton_rl_core to have it build the course skeleton.
20
20
 
21
- Thank you for taking the course!
22
- copyright 2013-2023"
21
+ Thank you for taking the course!
22
+ Copyright 2013-2023
23
+ EOS
23
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RLCoreKickstart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Goff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-18 00:00:00.000000000 Z
11
+ date: 2023-03-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Prepares a set of folders for the RubyLearning Core Ruby Course, install
14
14
  by issuing command "gem install RLCoreKickstart"
@@ -35,13 +35,12 @@ homepage: https://rubylearning.github.io
35
35
  licenses:
36
36
  - MIT
37
37
  metadata: {}
38
- post_install_message: |2-
38
+ post_install_message: |
39
+ You will want to create your course folder, change directory to it,
40
+ and then run skeleton_rl_core to have it build the course skeleton.
39
41
 
40
- You will want to create your course folder, change directory to it,
41
- and then run skeleton_rl_core to have it build the course skeleton.
42
-
43
- Thank you for taking the course!
44
- copyright 2013-2023
42
+ Thank you for taking the course!
43
+ Copyright 2013-2023
45
44
  rdoc_options: []
46
45
  require_paths:
47
46
  - lib