RLCoreKickstart 0.0.4 → 0.0.5
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/contributors.txt +1 -0
- data/lib/rlcorekickstart/evaluate_me.rb +7 -0
- data/lib/rlcorekickstart.rb +2 -0
- data/rlcorecoursekickstarter.gemspec +2 -2
- metadata +7 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 466b5600fb9c666b647572f8125caff5d311b0a6
|
4
|
+
data.tar.gz: 525b37b1737da2134fd1252a4a0b638de50ca4f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0df6bcb7ba3839531e355ef6d767c7f783fb266d743ae14e5996cabe5a829fb01752e3838af20237b956ed58a068fee2a102cdbd9ff862e49bd4add12a74a05
|
7
|
+
data.tar.gz: 76440f4137d7860b75199b588c30c4d42c2bfa6c54c59a1e6c3cbc2294ced68a8af1d07d9e9874fcafa6706b013de53522ec1df2e1659774c55e5a0d992d9c2e
|
data/contributors.txt
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Keeper of the Phones
|
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "RLCoreKickstart"
|
5
|
-
spec.version = '0.0.
|
5
|
+
spec.version = '0.0.5'
|
6
6
|
spec.required_ruby_version = '>= 1.9'
|
7
7
|
spec.authors = ["Victor Goff"]
|
8
8
|
spec.email = ["keeperotphones@gmail.com"]
|
9
|
-
spec.summary = %q{
|
9
|
+
spec.summary = %q{Provide some basic tools for the Ruby course 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
11
|
spec.homepage = "http://rubylearning.org"
|
12
12
|
spec.license = "MIT"
|
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.5
|
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-11-30 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"
|
@@ -24,7 +24,10 @@ files:
|
|
24
24
|
- README.md
|
25
25
|
- Rakefile
|
26
26
|
- bin/skeleton_rl_core
|
27
|
+
- contributors.txt
|
27
28
|
- lib/assets/file_listing.txt
|
29
|
+
- lib/rlcorekickstart.rb
|
30
|
+
- lib/rlcorekickstart/evaluate_me.rb
|
28
31
|
- rlcorecoursekickstarter.gemspec
|
29
32
|
homepage: http://rubylearning.org
|
30
33
|
licenses:
|
@@ -51,5 +54,6 @@ rubyforge_project:
|
|
51
54
|
rubygems_version: 2.2.2
|
52
55
|
signing_key:
|
53
56
|
specification_version: 4
|
54
|
-
summary:
|
57
|
+
summary: Provide some basic tools for the Ruby course at http://rubylearning.org
|
55
58
|
test_files: []
|
59
|
+
has_rdoc:
|