pxg 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. checksums.yaml +15 -0
  2. data/bin/pxg +4 -0
  3. data/lib/pxg.rb +5 -0
  4. metadata +46 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MjE5NDJmYWU2Mzk2YTQ3ZTM4NTkzZmIxYTIzZjgwMTQwYzc5MzhkZg==
5
+ data.tar.gz: !binary |-
6
+ YzI3ZmNmNzNlMGYxOGUxNzJlOGFhZTA5ZTkyZDMwZDM5Y2RhNDcyNQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ M2M2OGJiZDAwNDNhNzM2MGMxODc5NmEwY2NiZmQxNjMyZjVjZGRiMDdjNTVh
10
+ MmI4NDI4MDYyZDU3YmFkODkzMjUyOGNjODhkNmQ5Y2FmMmQ3N2JhODQwN2U4
11
+ ZTRlNTliNDE2M2VkN2JlNGMyM2FiZThjNjdiMzhmM2E4MzEzMGU=
12
+ data.tar.gz: !binary |-
13
+ NWYwYmJiMDY0NzYzYWViMTI3ODhhZWNlYWRmODAwYzgwMTk0NWYyNWZlMzJl
14
+ YjE0ZTkyMGE2YzgxOGZlMTQwNGQwYjZlNjZmNzMzNjg1NTc5YzI4NDRlMjk0
15
+ ZjgxZWMxZTNjYWNhZGI5MDUzOTIzOWZkYzFlYTdjODVmZjA4OTE=
data/bin/pxg ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'pxg'
4
+ puts Pxg.hi(ARGV[0])
@@ -0,0 +1,5 @@
1
+ class Pxg
2
+ def self.hi(to)
3
+ "hello #{to}"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pxg
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - srcspider
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-08-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Pixelgrade Utilities
14
+ email: source.spider@gmail.com
15
+ executables:
16
+ - pxg
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/pxg.rb
21
+ - bin/pxg
22
+ homepage: http://rubygems.org/gems/pxg
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.0.6
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Project managing helpers
46
+ test_files: []