cdoc 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 012f909628d011dd541bc011899dc952849da0f2
4
- data.tar.gz: c21c90cffd4c62383fd94ab44407b15f5fe3e089
3
+ metadata.gz: d217afcb2051ae93b1ba77bbcc6573b39b4f43b5
4
+ data.tar.gz: 1d6d2a22dd7a27df090723e49c404bf78b8f5afd
5
5
  SHA512:
6
- metadata.gz: 949a99bd3b56e056b5c03a7a906e3dd3c178b374df0419f7ff417ad61c86daacdd62cf9bf850397e321bacd91822aef16a54f7f95039df5b019cb5f0e262194c
7
- data.tar.gz: 5fef22b87d31974cf1f949ae9b55b32038ffd26f34a60b4c291dca2661b1f155106180fd689b711e75ba9158dd6e5632380281e537b8812f958cd21a3a285f2d
6
+ metadata.gz: 14a771bea21bfc3ae05ee19e024712f14a528db1679b9cd023e3755f26014714f9650e8ed2dd26530f3303a6b541c071bbc4d59ee2a3ebf178c63801859ed695
7
+ data.tar.gz: abae46736c06ab20e294f33e52fc1a1678f26f13a72082070fe771050b9c7c092d26a4efcf1c0c62228851a10567a0287185c2f363c3e135d125bf60da7a6d59
data/bin/cdoc CHANGED
@@ -5,5 +5,4 @@ require "cdoc"
5
5
 
6
6
  # Aims to generate documentaion for Rails controller
7
7
  # default target folder is app/controllers in a Rails application
8
- require 'pry'
9
8
  Cdoc::CDoc.new.generate
@@ -1,3 +1,3 @@
1
1
  module Cdoc
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deepak Kumar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-06 00:00:00.000000000 Z
11
+ date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -73,7 +73,6 @@ files:
73
73
  - bin/setup
74
74
  - cdoc.gemspec
75
75
  - lib/cdoc.rb
76
- - lib/cdoc/layout.html
77
76
  - lib/cdoc/version.rb
78
77
  - lib/layouts/default.html
79
78
  - lib/styles/markdown4.css
@@ -99,8 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
98
  version: '0'
100
99
  requirements: []
101
100
  rubyforge_project:
102
- rubygems_version: 2.6.10
101
+ rubygems_version: 2.4.5
103
102
  signing_key:
104
103
  specification_version: 4
105
104
  summary: Generate single page api documentation for Rails application.
106
105
  test_files: []
106
+ has_rdoc:
File without changes