yoooooou 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/yoooooou.rb +5 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c839464140656cf4fbf88d0dfd9cf4403b84a095
4
+ data.tar.gz: 18a963f95df17d9e60084ed78d86effbd537942a
5
+ SHA512:
6
+ metadata.gz: 58282b7f0e449b99364957403fb20ef919a45f22f2781193d0d26c59affcb6c4d02eae234839e06e5024e76c48cdf220fc2494c710c0ed66b4458cc2f1832c4a
7
+ data.tar.gz: 07e025767ae71b4b0f2dc8f360076b1813355b579a2d1070f0c6ab95f8c2ace7ef8700aa7a748dc3e926ae687e58c376ef74f2acb6b4e6de4be871948e151d7a
@@ -0,0 +1,5 @@
1
+ class Yoooooou
2
+ def hello
3
+ puts "I am yoooooou.#{Time.new}"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: yoooooou
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - yxwzaxns
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-10-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple gem about yoooooou
14
+ email: yxwzaxns@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/yoooooou.rb
20
+ homepage: https://github.com/yxwzaxns
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.4.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: yoooooou!
44
+ test_files: []