songyu 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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 62b9cd1d50f34b58be0e7e67225768cad82ca4c7
4
+ data.tar.gz: 4a47782f65ba2735dd97f0305dbf1a7993b98c05
5
+ SHA512:
6
+ metadata.gz: 9ecc503e7f029dcb0cdde8d3399991b8e2e0be76cc95859428a57cd489242e17debd4a356c388d82671232e85b80d835784d96ce51809b37aec86037c8fa6e60
7
+ data.tar.gz: 0fb867dc5e0f7f48c4ae1f1a3568ea815d7a875e82d1f9c3ec6f9a39cb5150d78265bd13c28df6e9ec5b5703aa5e04ff518a5ba1ce9a6d23050be8a27d0b7e8b
@@ -0,0 +1,5 @@
1
+ module ApplicationHelper
2
+ def is_songyu?
3
+ "Yes i'm Yu Song"
4
+ end
5
+ end
@@ -0,0 +1,7 @@
1
+ class Songyu
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
6
+
7
+ require 'helper/view_helper'
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: songyu
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Yu Song
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-05-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple Asian King gem
14
+ email: yu@eagleforce.to
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/helper/view_helper.rb
20
+ - lib/songyu.rb
21
+ homepage: http://rubygems.org/gems/songyu
22
+ licenses:
23
+ - NGB
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.4.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: AisanKing
45
+ test_files: []