stackoverflow_documentation 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.
- checksums.yaml +7 -0
- data/lib/stackoverflow_documentation.rb +5 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 8dfec5872b82acda194862b834064053cb3c8803
|
4
|
+
data.tar.gz: c8dad65f2e98bdde09844698369939307f82732f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 6ac46d478b1ecb9dec19467c8926b0466a61580ffa2519c3538cec6644fa1fe5007cf4db26c85d9af939cf67455dcbb12b4aabe5d45dda1d6a02e4a340b2b18e
|
7
|
+
data.tar.gz: 11ae4fbc4c322a6ae5403ab78e86031c84547f431ebf6ab3714b07d5eaab886b78d0e1f3867e83b55e32fc817b263627a56c730bcf159a91590216a20f292b79
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: stackoverflow_documentation
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Barnaby Taylor
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-08-27 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A simple demonstration of creating your own gem for the stack overflow
|
14
|
+
Ruby Language documentation
|
15
|
+
email: email@examp.le
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/stackoverflow_documentation.rb
|
21
|
+
homepage: http://rubygems.org/gems/stackoverflow_documentation
|
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.4.6
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: Stackoverflow Documentation Gem example!
|
45
|
+
test_files: []
|