BysxiangLog 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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/README +0 -0
  3. data/lib/bysxianglog.rb +8 -0
  4. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 52e98e5be9269cd69698109aa14cc741223e31a7
4
+ data.tar.gz: 90b8982bc7a4e1590be3c6797a76ac770eb28e3d
5
+ SHA512:
6
+ metadata.gz: d5e2d8acc8810fed38fe7007841d129916f83cfe64f8cde923b99b5abbb06decc8d4ce33d6910f42a1b7e1553cb73e656b061ef9a41315469f7a0aa7fbf69d97
7
+ data.tar.gz: 2046b6032b758465b425bfcd5e5dc855c1a3176e9fd9c9a30bad351182eb66bc1c1febafc20b9aad1b06086e9d55edc05e9f8a208db1d58f1141b407368b6d1a
data/README ADDED
File without changes
@@ -0,0 +1,8 @@
1
+ module Bysxianglog
2
+ class Hello
3
+
4
+ def self.show
5
+ puts "我来自Bysxianglog::Hello.show方法"
6
+ end
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: BysxiangLog
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - bysxiang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-01-17 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: "边缘随想在线日记"
14
+ email: bysxrokr@qq.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files:
18
+ - README
19
+ files:
20
+ - README
21
+ - lib/bysxianglog.rb
22
+ homepage: http://www.bysxiang.com
23
+ licenses: []
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.8
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: BysxiangLog!
45
+ test_files: []
46
+ has_rdoc: true