openpgp_signed_hola 0.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 (4) hide show
  1. data.tar.gz.asc +11 -0
  2. data/lib/openpgp_signed_hola.rb +5 -0
  3. metadata +48 -0
  4. metadata.gz.asc +11 -0
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: GnuPG v1.4.10 (GNU/Linux)
3
+
4
+ iQEcBAABAwAGBQJN4WsWAAoJEP5F5V2hilTWXd8IAJGJZx0ZsunwxmsKH/gXhf3K
5
+ MlSVUm18eF9UlX5fVqecLgwrtN0GVM6ee6y2De4lKcblOvmd0JeQUfNIHovaly7B
6
+ /Aa5h2yzYl8YDjIehTnQXp4JpE/TD95lbX+Rv8yAzSno+4M8f4nqky9LCrSFtFxN
7
+ zR8QF56zT8HNc//JsFr1GbfjeIR91oxe0mJRbOUBtJxd5KLmi4vtOuRvzeCBlps0
8
+ 0HRLiwEPRS8l/xClOzUhdoJbId71ckRGWUBHCUR9OgePph0HMzoRiMFKvvRtuFno
9
+ 7H8rAt41GgvXfuU/D9aCO7Y4/lKGBBy/Csl8QRj3WwaE0ySIPIeW8fkS5s8k27M=
10
+ =fjqr
11
+ -----END PGP SIGNATURE-----
@@ -0,0 +1,5 @@
1
+ class OpenPgpSignedHola
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: openpgp_signed_hola
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Nick Quaranto
9
+ - Grant Olson
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2010-04-28 00:00:00.000000000 -04:00
14
+ default_executable:
15
+ dependencies: []
16
+ description: A hello world app to test OpenPGP signing with rubygems.org
17
+ email: kgo@grant-olson.net
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/openpgp_signed_hola.rb
23
+ has_rdoc: true
24
+ homepage: http://github.com/grant-olson
25
+ licenses: []
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ none: false
32
+ requirements:
33
+ - - ! '>='
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ! '>='
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 1.6.2
45
+ signing_key:
46
+ specification_version: 3
47
+ summary: Hola!
48
+ test_files: []
@@ -0,0 +1,11 @@
1
+ -----BEGIN PGP SIGNATURE-----
2
+ Version: GnuPG v1.4.10 (GNU/Linux)
3
+
4
+ iQEcBAABAwAGBQJN4WsaAAoJEP5F5V2hilTWScEIAK9Jm7bVb+dGc6Wpk6PMwLFi
5
+ 7u8w8u2zCarL2mHLorGtZMEfryDQ2SdtQtQFnkmmSxQMzCCLenUKcui2kGgaa0SA
6
+ +WOOoWoLDeZEDdHIQXSs9a18tNV6iiNxI8b27u1y+14SKLXx6tTcXAbhqJcweIQG
7
+ OEuZycA3CWIK0XvBLlbFhBikY8jpUSuqm6yJJRZNVdukU60qMmHi68+hSvAmJLtz
8
+ ZHR3EiUPffy1d8rUeO2NxV7dFFZrDPr6T+pmbHe5d15fw/uoiAV1ib/h1SgCE+zK
9
+ 2T2G6A8Od/BBza9fgTVzuDUoDH0mwy8kPSXaU8/r9dtCK98UjUH6aCFVXNESEKo=
10
+ =xa7z
11
+ -----END PGP SIGNATURE-----