is103 1.2

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.
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: is103
3
+ version: !ruby/object:Gem::Version
4
+ version: "1.2"
5
+ platform: ruby
6
+ authors:
7
+ - IS103 Computational Thinking Team
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2013-08-18 00:00:00 Z
13
+ dependencies: []
14
+
15
+ description: Supplementary RubyLabs gem for IS103 Computational Thinking
16
+ email: hadywlauw@smu.edu.sg
17
+ executables: []
18
+
19
+ extensions: []
20
+
21
+ extra_rdoc_files: []
22
+
23
+ files:
24
+ - lib/is103.rb
25
+ - lib/graphlab.rb
26
+ - lib/lineardslab.rb
27
+ - lib/treelab.rb
28
+ homepage: ""
29
+ licenses:
30
+ - ""
31
+ metadata: {}
32
+
33
+ post_install_message:
34
+ rdoc_options: []
35
+
36
+ require_paths:
37
+ - lib
38
+ required_ruby_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - &id001
41
+ - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "0"
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - *id001
47
+ requirements: []
48
+
49
+ rubyforge_project:
50
+ rubygems_version: 2.0.7
51
+ signing_key:
52
+ specification_version: 4
53
+ summary: Supplementary RubyLabs gem for IS103 Computational Thinking
54
+ test_files: []
55
+