RLCoreKickstart 0.0.5 → 0.0.6
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 +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c703529de1159ae80a112e7e84ec882e55e0430a
|
4
|
+
data.tar.gz: 416caf6d01126ed8239310813df221fa475f8f53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63b031b9c0a0333ff369c4b8d575836070c146fb78bafde7e259dbfea7a02bace5433c8b714acbe09fc1ed8ce9ab2143a078cfb312da7403c289fcd362850cf9
|
7
|
+
data.tar.gz: f9708a4d2237f5649e77ece242a161221d93c8278115491319c028d592f9f092b6355a5810ed5cf1639bbdbf121c242c46312768d9a8ca733f178c8397871177
|
@@ -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.6'
|
6
6
|
spec.required_ruby_version = '>= 1.9'
|
7
7
|
spec.authors = ["Victor Goff"]
|
8
8
|
spec.email = ["keeperotphones@gmail.com"]
|
@@ -18,5 +18,6 @@ Gem::Specification.new do |spec|
|
|
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
|
-
Thank you for taking the course!
|
21
|
+
Thank you for taking the course!
|
22
|
+
copyright 2013-2014"
|
22
23
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Goff
|
@@ -35,7 +35,7 @@ licenses:
|
|
35
35
|
metadata: {}
|
36
36
|
post_install_message: "\n You will want to create your course folder, change directory
|
37
37
|
to it,\n and then run skeleton_rl_core to have it build the course skeleton.\n
|
38
|
-
\ \n Thank you for taking the course
|
38
|
+
\ \n Thank you for taking the course!\n copyright 2013-2014"
|
39
39
|
rdoc_options: []
|
40
40
|
require_paths:
|
41
41
|
- lib
|