bsu_gem 0.0.1

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/bsu_gem.rb +8 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: baa055950b8d4cfbf9df2e8efe08c7ff204e92c8
4
+ data.tar.gz: 6513300f18967afefcb5188ef46cab6c2142ec06
5
+ SHA512:
6
+ metadata.gz: a415a84ae321702a975da7edb7ca1b367742222e928dfd96a92892c648a21f55f3bad8a133f986ebb626778d9fc0a5fa6a3574c3ccdd00074ce4d40ce0e27278
7
+ data.tar.gz: 9756c7111c720dff54c9dc73cdb0c989720b5055349d5b03f054b32cda71ffa994fdd3267520583f71ac0856c3b9fb4c38c013c0450dc4b26c0455f881af43df
data/lib/bsu_gem.rb ADDED
@@ -0,0 +1,8 @@
1
+ class Hello
2
+ def hello
3
+ puts "hello world"
4
+ end
5
+ end
6
+
7
+ a = Hello.new
8
+ a.hello
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bsu_gem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Vlad Hilko
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-12-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Gem example
14
+ email: ross@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/bsu_gem.rb
20
+ homepage: http://github.com/juggleross
21
+ licenses:
22
+ - GPL-2
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.4.6
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Funny
44
+ test_files: []
45
+ has_rdoc: