gourd 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 +7 -0
  2. data/lib/gourd.rb +0 -0
  3. data/lib/gourd/version.rb +3 -0
  4. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: fba374302b4021253a90b17a35728018b6c7353a
4
+ data.tar.gz: f58c023909d162e92c5d9c6686f9b070b73a9c7a
5
+ SHA512:
6
+ metadata.gz: 9b70b723f418722c401c586c2af10543c195538893025acbb0bd60f58294123aa142db40852cb49c0b89544527a29fc410438e8d6fb9f161770116c997b8c713
7
+ data.tar.gz: 371b2b9d874c36ed75f28f4aa5a1bd132c04b8c5c3e9f3d969c5eb00efff5da844ed1882f1a627e164ddd250a2a4ca4fdf868b99abd8b96b399f1291d6f178ff
File without changes
@@ -0,0 +1,3 @@
1
+ module Gourd
2
+ VERSION = '0.0.0'
3
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gourd
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Logan Blackburn
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: TOODOO DESCRIPTION
14
+ email: logan@blackburn.io
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/gourd.rb
20
+ - lib/gourd/version.rb
21
+ homepage: https://github.com/lblackburn/gourd
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.2.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: TOODOO
45
+ test_files: []