RLCoreKickstart 0.0.3 → 0.0.4
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/rlcorecoursekickstarter.gemspec +6 -1
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fb6ae5ccf252ff6f94fdca7560275363630601d
|
|
4
|
+
data.tar.gz: fce29f201d79ac52542e3a1393c5b11a673abbd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d884597e3c70087e485ac9be8f33cceda87e55c3431d67f19b3b4d16cd9877753f6a1301c88f945d62e998c4233654f0021c953f979a1bc98b7b26f9380be34
|
|
7
|
+
data.tar.gz: 1374e850c3d9e9f599081b13bc437882cbb6c1897daf74ebbd231d7f9de30321e2cec55c944405b97bbce9ac19b52cb5d2fbce15aa89433a3ce7e9838b1a81c6
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "RLCoreKickstart"
|
|
5
|
-
spec.version = '0.0.
|
|
5
|
+
spec.version = '0.0.4'
|
|
6
6
|
spec.required_ruby_version = '>= 1.9'
|
|
7
7
|
spec.authors = ["Victor Goff"]
|
|
8
8
|
spec.email = ["keeperotphones@gmail.com"]
|
|
@@ -14,4 +14,9 @@ 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.
|
|
20
|
+
|
|
21
|
+
Thank you for taking the course!"
|
|
17
22
|
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.
|
|
4
|
+
version: 0.0.4
|
|
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-
|
|
11
|
+
date: 2014-07-08 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"
|
|
@@ -30,23 +30,25 @@ homepage: http://rubylearning.org
|
|
|
30
30
|
licenses:
|
|
31
31
|
- MIT
|
|
32
32
|
metadata: {}
|
|
33
|
-
post_install_message:
|
|
33
|
+
post_install_message: "\n You will want to create your course folder, change directory
|
|
34
|
+
to it,\n and then run skeleton_rl_core to have it build the course skeleton.\n
|
|
35
|
+
\ \n Thank you for taking the course!"
|
|
34
36
|
rdoc_options: []
|
|
35
37
|
require_paths:
|
|
36
38
|
- lib
|
|
37
39
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
38
40
|
requirements:
|
|
39
|
-
- -
|
|
41
|
+
- - ">="
|
|
40
42
|
- !ruby/object:Gem::Version
|
|
41
43
|
version: '1.9'
|
|
42
44
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
45
|
requirements:
|
|
44
|
-
- -
|
|
46
|
+
- - ">="
|
|
45
47
|
- !ruby/object:Gem::Version
|
|
46
48
|
version: '0'
|
|
47
49
|
requirements: []
|
|
48
50
|
rubyforge_project:
|
|
49
|
-
rubygems_version: 2.
|
|
51
|
+
rubygems_version: 2.2.2
|
|
50
52
|
signing_key:
|
|
51
53
|
specification_version: 4
|
|
52
54
|
summary: Prepares a set of folders for the RubyLearning Core Ruby Course
|