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.
- checksums.yaml +8 -8
- data/lib/mdc/version.rb +1 -1
- data/mdc.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OWI2OTcyNWNjNjQ1MGU1MTU4NTM0M2ZiYTBmZDY3YzUyZGEwM2U3Mw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzZkNTE4MzAzNGFhNzczMWZiN2I2OThiMTNhY2E5NDMzZGEzOWNlYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MTc3MGQxMWZiZTI5YTNjMTE3M2RkNGM0ZGMxMmQwZTAyZDAwYzA5MWJkYmNm
|
10
|
+
YmMxZmY5YTk1YTRhZTYyNGIyNmNmMzA3MGY4ZjZmN2Y4YmVkZWQxNjE0Yzlk
|
11
|
+
ZWFmMGM4Mzk3NWZlMjE2ZTc2OWY5YzBlZTQ0YTEyYmU5NGMzODg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzMzYjNjZTg0MDRjMWRiNjE3ZWY2NWE2M2E4ZTNhNDgzNzllYTdiN2RkYjcy
|
14
|
+
ODBmYjBiZjZlMWM0ZDlhNDUxOWViNDU4ZmUxOTY0MDViYzI5OTgzOWEyNzUw
|
15
|
+
MGM5ZGM4NDU4MTNiY2FkYzI2YmRlZDViMjUxYWVjOGQxN2Y3ZGI=
|
data/lib/mdc/version.rb
CHANGED
data/mdc.gemspec
CHANGED
@@ -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{
|
12
|
-
spec.description = %q{
|
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.
|
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:
|
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:
|
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.
|
95
|
+
rubygems_version: 2.4.4
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
|
-
summary:
|
98
|
+
summary: This gem has been descontinued. Give a try to https://github.com/ianks/octodown
|
99
99
|
test_files: []
|