mdc 0.0.2 → 0.0.3

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 +8 -8
  2. data/lib/mdc/version.rb +1 -1
  3. data/mdc.gemspec +2 -2
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTQxZTYwMTEwY2QwMTE4ZjI0ZTI1ZGJlZWU2MGU3YWQ3YzBmOTNlZA==
4
+ OWI2OTcyNWNjNjQ1MGU1MTU4NTM0M2ZiYTBmZDY3YzUyZGEwM2U3Mw==
5
5
  data.tar.gz: !binary |-
6
- Y2JjZjVlMmIzNGYxYzFjNzQzM2JjYWNmMzkxMGFmYzFiNjE0YzllZA==
6
+ NzZkNTE4MzAzNGFhNzczMWZiN2I2OThiMTNhY2E5NDMzZGEzOWNlYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzJkMjJkMjI1MmRjOGYxNGJjY2I3NDQ3ZWRkNjIyNjEzYTA4YTFlNTU2NWRh
10
- YTdkZTVlN2RmOWQxYTNmMzc3YTQzOWRhZDkyNzg0Y2Y1NmQ4YWFmYzEyY2Zl
11
- NjU3N2I5MTJlZDk4OGYyMmQyNzE2MzRlZDRhODczYTYxZTQyZmE=
9
+ MTc3MGQxMWZiZTI5YTNjMTE3M2RkNGM0ZGMxMmQwZTAyZDAwYzA5MWJkYmNm
10
+ YmMxZmY5YTk1YTRhZTYyNGIyNmNmMzA3MGY4ZjZmN2Y4YmVkZWQxNjE0Yzlk
11
+ ZWFmMGM4Mzk3NWZlMjE2ZTc2OWY5YzBlZTQ0YTEyYmU5NGMzODg=
12
12
  data.tar.gz: !binary |-
13
- YmFlZTA3MmMzYTBjNDNhOGNlNjQyMTMxNzA4MmEwMTQ2YjNkODJjNjdjYmVj
14
- YzFmNzQ2MzU1NjE5MjEyNTA4MTE2MTViZDIzNjBkMTA3ZGYwODk1MDI0NGQz
15
- ZGZiNDlkMTUzYzg2OWYzYTBjNmJlMTA1NWZmZDdiNTIwZTlmNzY=
13
+ MzMzYjNjZTg0MDRjMWRiNjE3ZWY2NWE2M2E4ZTNhNDgzNzllYTdiN2RkYjcy
14
+ ODBmYjBiZjZlMWM0ZDlhNDUxOWViNDU4ZmUxOTY0MDViYzI5OTgzOWEyNzUw
15
+ MGM5ZGM4NDU4MTNiY2FkYzI2YmRlZDViMjUxYWVjOGQxN2Y3ZGI=
@@ -1,3 +1,3 @@
1
1
  module MDC
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = MDC::VERSION
9
9
  spec.authors = ["Americo Duarte"]
10
10
  spec.email = ["americodls@gmail.com"]
11
- spec.summary = %q{A simple executable that generate html and pdf from markdown files.}
12
- spec.description = %q{A simple executable that generate html and pdf from markdown files.}
11
+ spec.summary = %q{This gem has been descontinued. Give a try to https://github.com/ianks/octodown}
12
+ spec.description = %q{This gem has been descontinued. Give a try to https://github.com/ianks/octodown}
13
13
  spec.homepage = "https://github.com/americodls/mdc"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Americo Duarte
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-07 00:00:00.000000000 Z
11
+ date: 2015-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redcarpet
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: A simple executable that generate html and pdf from markdown files.
55
+ description: This gem has been descontinued. Give a try to https://github.com/ianks/octodown
56
56
  email:
57
57
  - americodls@gmail.com
58
58
  executables:
@@ -92,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.2.2
95
+ rubygems_version: 2.4.4
96
96
  signing_key:
97
97
  specification_version: 4
98
- summary: A simple executable that generate html and pdf from markdown files.
98
+ summary: This gem has been descontinued. Give a try to https://github.com/ianks/octodown
99
99
  test_files: []