GyyTest1 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/bin/gyyTest1 +5 -0
  3. data/lib/gyyTest1.rb +1 -0
  4. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d8c6152684d392f8f2bb1f34ff30490934ccb601
4
+ data.tar.gz: 682b8fa638caebce62d005a6dc159f353952a5db
5
+ SHA512:
6
+ metadata.gz: eeef26ac0551f4218f930c8ade10899a3e8410cf9044986c8f2d09ac24348f7bcdb31fbc7d00c209c8a9da9678d414333bb6734df94db298c2e6fb85cb9cad89
7
+ data.tar.gz: 2cfa5c5746d19f7bf59037630bef0454a636873050de288dba2177f315e6e29d4f85b628917dab3c6a20ee13361668185acd6e43a6f1c70780080ca8423209e0
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ system 'gem update GyyTest1'
4
+
5
+ puts "version two"
@@ -0,0 +1 @@
1
+ puts "version one"
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: GyyTest1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - GYY
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2010-04-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: 443718951@qq.com
15
+ executables:
16
+ - gyyTest1
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/gyyTest1
21
+ - lib/gyyTest1.rb
22
+ homepage: http://rubygems.org/gems/hola
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.5.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Hola!
46
+ test_files: []