madan 0.1.0 → 0.1.2
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 +4 -4
- data/Gemfile +1 -1
- data/lib/madan/version.rb +1 -1
- data/madan.gemspec +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bc3dccfc9942fe813b8a349a08ad4c904bcaaa5
|
|
4
|
+
data.tar.gz: 8b426e5a3ef8710aefa450f807b0c3846f37f4de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9ccb37ccdbb3d6d44375287e783f68e0e4581969c1a78b74c9f7da5d0691eed8cd0e0aee2e0125ca2412ddec2ca04aeded4202323a056b0e9569de3cc77bb62
|
|
7
|
+
data.tar.gz: 62f5c531efc6a05d57f932dd872a703c9cfb04e6233f27d6fdc828d882a439db5e5452cfd4d66ce5a2405f0a0b0265f92ec435dda7af4b5f3553c5cf53783dbe
|
data/Gemfile
CHANGED
|
@@ -4,4 +4,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
4
4
|
|
|
5
5
|
# Specify your gem's dependencies in madan.gemspec
|
|
6
6
|
gemspec
|
|
7
|
-
gem 'tty-markdown', :git => 'git@github.com:piotrmurach/tty-markdown.git', :
|
|
7
|
+
gem 'tty-markdown', :git => 'git@github.com:piotrmurach/tty-markdown.git', :ref => '790106a'
|
data/lib/madan/version.rb
CHANGED
data/madan.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["gaotongfei1995@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Preview markdown file in terminal.}
|
|
13
|
-
spec.description = %q{
|
|
13
|
+
spec.description = %q{Preview markdown file in terminal.}
|
|
14
14
|
spec.homepage = "https://github.com/gaotongfei/madan"
|
|
15
15
|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: madan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taff Gao
|
|
@@ -108,8 +108,7 @@ dependencies:
|
|
|
108
108
|
- - ">="
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
|
-
description:
|
|
112
|
-
terminal with a friendly output now.
|
|
111
|
+
description: Preview markdown file in terminal.
|
|
113
112
|
email:
|
|
114
113
|
- gaotongfei1995@gmail.com
|
|
115
114
|
executables:
|