documentation 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 763a9a0888a06b53316a379b443a72a61242a96d
4
+ data.tar.gz: 73cc18f1d32444cbf96d319f57bc8b9fae9ee7ae
5
+ SHA512:
6
+ metadata.gz: 8dae8ff29a44ada95e4c57b209845d90cfd24fe67ff6fdfc8e20ec0e4865c0c7ced854afc654bee89af9e23c119087c6528fd6f8b30c9e9f99dbd376643b8a99
7
+ data.tar.gz: ddd43fab58e27917af5df58d256cc840a53aa08a20d4d59509e0d7c8b54f1be07720b15ddde6821ff4c0fd79198e65f4a4f4e182431ff18a05f84e4c703d3cd2
@@ -0,0 +1,2 @@
1
+ module Documentation
2
+ end
@@ -0,0 +1,3 @@
1
+ module Documentation
2
+ VERSION = '0.0.1'
3
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: documentation
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Adam Cooke
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-07-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: It does cool stuff!
14
+ email:
15
+ - adam@atechmedia.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/documentation.rb
21
+ - lib/documentation/version.rb
22
+ homepage: http://adamcooke.io
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.2.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: A Rails engine to provider the ability to add documentation to a Rails application
46
+ test_files: []
47
+ has_rdoc: