cis196spring2017demo 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/cis196spring2017demo.rb +5 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2c8cd092e1ac55e1da9b7f616624f9b8503c6ae4
4
+ data.tar.gz: 967c5c06ee27a7bc40465f79e1b4353fb1ed6f29
5
+ SHA512:
6
+ metadata.gz: d1d03a2fc22ec5f33e1afbd40c5020a1e8a2374a4b88006a2c9b9616e45549815ad0cb345f227f19313356c90993b7f0de62360d01f7046ba42d58b36095a785
7
+ data.tar.gz: c5687568b77cd73fa307f4b22f8417a196bddb337727adda40f987b1f60ff10f6df29074fe6c7ff78211445046f99bc628b887fa6250eb239232636732523daa
@@ -0,0 +1,5 @@
1
+ class Cis196spring2017demo
2
+ def self.joke
3
+ puts 'Insert joke here'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cis196spring2017demo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Justin Kim
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-03-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This is a demo for CIS 196
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/cis196spring2017demo.rb
20
+ homepage:
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.5.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: CIS 196 demo!
44
+ test_files: []