postgresable 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/postgresable.rb +5 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 56c5df556e80c09a64a13614adff1a941c49de83
4
+ data.tar.gz: 99a4d6fe315f2afa4dee2f7317b664210b3ef5bf
5
+ SHA512:
6
+ metadata.gz: 9354dda0df77a4aa18a5ac8952224dc762745791eb71d0b3655a996f1a73f48302233bf4d096e280a0231cb2ccd0900148a8375d0a14f3c01dacc16b303cd00a
7
+ data.tar.gz: cce060303429b5af5878a70452583f4bf4f20edd76f99b5d1b49ffc252a698f94b8ec1a4100376c8bf48509cf0980acb84bca6ea6bc6269225d28c95c947538f
@@ -0,0 +1,5 @@
1
+ class Postgresable
2
+ def self.hi
3
+ puts "Hello World!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: postgresable
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - keepcosmos
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-07-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem adds support for postgres specific features
14
+ email: keepcosmos@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/postgresable.rb
20
+ homepage: https://github.com/keepcosmos/postgresable
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.0.9
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: All for PostgreSQL
44
+ test_files: []
45
+ has_rdoc: