my_push_test 1.0.0

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 (2) hide show
  1. data/bin/hoge +3 -0
  2. metadata +50 -0
@@ -0,0 +1,3 @@
1
+ #! /usr/bin/env ruby
2
+
3
+ puts "gem push test!"
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: my_push_test
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Author A <a@foo.bar.baz>
9
+ - Author B <b@foo.bar.baz>
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2012-03-21 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: description of gem push test
16
+ email:
17
+ - a@foo.bar.baz
18
+ - b@foo.bar.baz
19
+ executables:
20
+ - hoge
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - bin/hoge
25
+ homepage: http://foo.bar.baz/
26
+ licenses:
27
+ - ! 'GPLv3+: GNU General Public License version 3 or later'
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: 1.9.3
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubyforge_project:
46
+ rubygems_version: 1.8.11
47
+ signing_key:
48
+ specification_version: 3
49
+ summary: summary of gem push test
50
+ test_files: []