RLCoreKickstart 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fb6ae5ccf252ff6f94fdca7560275363630601d
4
- data.tar.gz: fce29f201d79ac52542e3a1393c5b11a673abbd3
3
+ metadata.gz: 466b5600fb9c666b647572f8125caff5d311b0a6
4
+ data.tar.gz: 525b37b1737da2134fd1252a4a0b638de50ca4f2
5
5
  SHA512:
6
- metadata.gz: 9d884597e3c70087e485ac9be8f33cceda87e55c3431d67f19b3b4d16cd9877753f6a1301c88f945d62e998c4233654f0021c953f979a1bc98b7b26f9380be34
7
- data.tar.gz: 1374e850c3d9e9f599081b13bc437882cbb6c1897daf74ebbd231d7f9de30321e2cec55c944405b97bbce9ac19b52cb5d2fbce15aa89433a3ce7e9838b1a81c6
6
+ metadata.gz: c0df6bcb7ba3839531e355ef6d767c7f783fb266d743ae14e5996cabe5a829fb01752e3838af20237b956ed58a068fee2a102cdbd9ff862e49bd4add12a74a05
7
+ data.tar.gz: 76440f4137d7860b75199b588c30c4d42c2bfa6c54c59a1e6c3cbc2294ced68a8af1d07d9e9874fcafa6706b013de53522ec1df2e1659774c55e5a0d992d9c2e
data/contributors.txt ADDED
@@ -0,0 +1 @@
1
+ Keeper of the Phones
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/evn ruby
2
+ module EvaluateMe
3
+ require 'base64'
4
+ require 'minitest/autorun'
5
+ require 'minitest/pride'
6
+ EVALUATE = 'instance_eval(Base64.decode(DATA.read))'
7
+ end
@@ -0,0 +1,2 @@
1
+ require 'rlcorekickstart/evaluate_me'
2
+ extend EvaluateMe
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "RLCoreKickstart"
5
- spec.version = '0.0.4'
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{Prepares a set of folders for the RubyLearning Core Ruby Course}
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
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-07-08 00:00:00.000000000 Z
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: Prepares a set of folders for the RubyLearning Core Ruby Course
57
+ summary: Provide some basic tools for the Ruby course at http://rubylearning.org
55
58
  test_files: []
59
+ has_rdoc: