RLCoreKickstart 0.0.9 → 0.1.0

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
  SHA1:
3
- metadata.gz: b361e176107d9728c88e0aa6dda427ad36e57718
4
- data.tar.gz: 8836bba4816bd9d77f6fd409b99fcc6faf0e22b4
3
+ metadata.gz: f8012885021ed94cc1faa407ac87d1fff89c1078
4
+ data.tar.gz: 205173f4fd7b52a7702639110900b62d439b6b97
5
5
  SHA512:
6
- metadata.gz: 01bc9395bde8a40380392abc179aa1e94bbf1cf572cb0b41705240795fa1418e3ad901ac6a6ccc098226a1a71505d417eb9a67c5a61e276cabe6757b887957a0
7
- data.tar.gz: 8c6ab22d541b156b8dd145e3e38051990611f8b21116ceb5ac61d095865cac1587f571058bf1a33989c18b7b289b776f0325e093ca02b2657161209a6bef2099
6
+ metadata.gz: ae72ec149d88791d07a43f298b9668bf8f51a5fe4aecf4b56b07012a87cee494dfc89d35ed37eb9b39bcdfc1f313cbc04653218f28a0e1617d143dd5d1c42ae0
7
+ data.tar.gz: 6b7b6bfb8ee728f02ba39f0e2bc19f71145c3021aca78c2076f965b6f95aabb72e038af6c158cb8b8740caf871bfc44ebb01b4485c5b4a6c4e35ea0eec5af0cb
@@ -10,7 +10,7 @@
10
10
  2_week/1e_split_a_string
11
11
  2_week/2e_diff_in_outputs
12
12
  2_week/3e_method_leap_year
13
- 2_week/4e_why_output_nil?
13
+ 2_week/4e_why_output_nil
14
14
  2_week/5e_x_=_y
15
15
  2_week/6e_case_c
16
16
  2_week/1c_prompt
@@ -26,7 +26,7 @@
26
26
  3_week/8e_Fizz_Buzz_Instructions_Only!
27
27
  3_week/9e_Reverse_Word_Order
28
28
  3_week/10e_Sum_of_Elements
29
- 3_week/11e_Odd_or_Even?
29
+ 3_week/11e_Odd_or_Even
30
30
  3_week/12e_Who_did_not_attempt_Quiz_1
31
31
  3_week/13e_DRY:_Dont_Repeat_Yourself
32
32
  3_week/14e_sample_questions
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "RLCoreKickstart"
5
- spec.version = '0.0.9'
5
+ spec.version = '0.1.0'
6
6
  spec.required_ruby_version = '>= 1.9'
7
7
  spec.authors = ["Victor Goff"]
8
8
  spec.email = ["keeperotphones@gmail.com"]
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
  spec.post_install_message = "
18
18
  You will want to create your course folder, change directory to it,
19
19
  and then run skeleton_rl_core to have it build the course skeleton.
20
-
20
+
21
21
  Thank you for taking the course!
22
22
  copyright 2013-2014"
23
23
  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.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Goff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-15 00:00:00.000000000 Z
11
+ date: 2016-03-15 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,9 +35,13 @@ homepage: http://rubylearning.org
35
35
  licenses:
36
36
  - MIT
37
37
  metadata: {}
38
- post_install_message: "\n You will want to create your course folder, change directory
39
- to it,\n and then run skeleton_rl_core to have it build the course skeleton.\n
40
- \ \n Thank you for taking the course!\n copyright 2013-2014"
38
+ post_install_message: |2-
39
+
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
41
45
  rdoc_options: []
42
46
  require_paths:
43
47
  - lib
@@ -53,9 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
57
  version: '0'
54
58
  requirements: []
55
59
  rubyforge_project:
56
- rubygems_version: 2.4.4
60
+ rubygems_version: 2.4.8
57
61
  signing_key:
58
62
  specification_version: 4
59
63
  summary: Provide some basic tools for the Ruby course at http://rubylearning.org
60
64
  test_files: []
61
- has_rdoc: