alsotang 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/alsotang.rb +1 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4ffc29c425996a892eec74b84c6deec0289aabdd
4
+ data.tar.gz: 0aa60863e392d96a8d186394266e5ee2b6d84255
5
+ SHA512:
6
+ metadata.gz: 022778ee26233947684636b35197ae2a27e567b31306f5123d768b9f4844457b544dbd5a81f8f55e42e557d45049f3bd74fdea99be1ddc51d67ad2d7747bc4c2
7
+ data.tar.gz: 39deee5331999226712ae24de007f0480a5097fe8f8bf26ac19e4118c5bf81e9370748437e796c4fbf8b9308351758c475e437796fef2e694a286b85f6481f86
data/lib/alsotang.rb ADDED
@@ -0,0 +1 @@
1
+ puts "Hello, I'm alsotang"
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: alsotang
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - alsotang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: the first gem published by alsotang
14
+ email: alsotang@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/alsotang.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.2.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: HA!HA!
44
+ test_files: []