RLCoreKickstart 0.1.0 → 0.2.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
- SHA1:
3
- metadata.gz: f8012885021ed94cc1faa407ac87d1fff89c1078
4
- data.tar.gz: 205173f4fd7b52a7702639110900b62d439b6b97
2
+ SHA256:
3
+ metadata.gz: ff18c34f9277f6e1518d2e6819e5f91bf9546ebb988c396b71d0fb40b06ccd40
4
+ data.tar.gz: 2c1c4fb7cffb38cdcd92ea8aed6c387a2b8f3278e642d5bbc0cd9553979b33e8
5
5
  SHA512:
6
- metadata.gz: ae72ec149d88791d07a43f298b9668bf8f51a5fe4aecf4b56b07012a87cee494dfc89d35ed37eb9b39bcdfc1f313cbc04653218f28a0e1617d143dd5d1c42ae0
7
- data.tar.gz: 6b7b6bfb8ee728f02ba39f0e2bc19f71145c3021aca78c2076f965b6f95aabb72e038af6c158cb8b8740caf871bfc44ebb01b4485c5b4a6c4e35ea0eec5af0cb
6
+ metadata.gz: 9041408c731bb03d97736d4afcfd1ab2d242fa8a4bf667aa716467fb355f0da00497b70abfbed6eacc1eebd30a94ccf9f0a45d2852bfc95d80075544088100f0
7
+ data.tar.gz: 89e613db6eb9ebe3825b622f78b70c47b575f014ad438f61eb5e4b336ec4ed834c0f5b74d8fbf485c2095967438b23e79b7c67aef637bad7db6079a68154a162
data/bin/skeleton_rl_core CHANGED
@@ -40,7 +40,7 @@ HEADER
40
40
  1.upto(7) do |num|
41
41
  # `mkdir #{num}wk ; touch #{num}wk/.gitignore`
42
42
  folder_name = "#{num}_week"
43
- Dir.mkdir folder_name unless File.exists?(folder_name)
43
+ Dir.mkdir folder_name unless File.exist?(folder_name)
44
44
  end
45
45
 
46
46
  files_listing = File.open(__dir__ + '/../lib/assets/file_listing.txt', 'r')
@@ -2,22 +2,23 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "RLCoreKickstart"
5
- spec.version = '0.1.0'
6
- spec.required_ruby_version = '>= 1.9'
5
+ spec.version = '0.2.1'
6
+ spec.required_ruby_version = '>= 3.1'
7
7
  spec.authors = ["Victor Goff"]
8
8
  spec.email = ["keeperotphones@gmail.com"]
9
- spec.summary = %q{Provide some basic tools for the Ruby course at http://rubylearning.org}
9
+ spec.summary = %q{Provide some basic tools for the Ruby course at formerly at http://rubylearning.org}
10
10
  spec.description = %Q{Prepares a set of folders for the RubyLearning Core Ruby Course, install by issuing command "gem install #{spec.name}"}
11
- spec.homepage = "http://rubylearning.org"
11
+ spec.homepage = "https://rubylearning.github.io"
12
12
  spec.license = "MIT"
13
13
 
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-2014"
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.1.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: 2016-03-15 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"
@@ -31,17 +31,16 @@ files:
31
31
  - lib/rlcorekickstart.rb
32
32
  - lib/rlcorekickstart/evaluate_me.rb
33
33
  - rlcorecoursekickstarter.gemspec
34
- homepage: http://rubylearning.org
34
+ 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-2014
42
+ Thank you for taking the course!
43
+ Copyright 2013-2023
45
44
  rdoc_options: []
46
45
  require_paths:
47
46
  - lib
@@ -49,16 +48,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
48
  requirements:
50
49
  - - ">="
51
50
  - !ruby/object:Gem::Version
52
- version: '1.9'
51
+ version: '3.1'
53
52
  required_rubygems_version: !ruby/object:Gem::Requirement
54
53
  requirements:
55
54
  - - ">="
56
55
  - !ruby/object:Gem::Version
57
56
  version: '0'
58
57
  requirements: []
59
- rubyforge_project:
60
- rubygems_version: 2.4.8
58
+ rubygems_version: 3.4.8
61
59
  signing_key:
62
60
  specification_version: 4
63
- summary: Provide some basic tools for the Ruby course at http://rubylearning.org
61
+ summary: Provide some basic tools for the Ruby course at formerly at http://rubylearning.org
64
62
  test_files: []