redcarpet-render-seeing_is_believing 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d96985dde3e6d675e3909bea14c38d725424d330
4
- data.tar.gz: 404cba76ee3a3c2368c7e3bf2dfde0b7def33863
3
+ metadata.gz: 2230b34bf585def61b3dc7fce63a770a1d59e284
4
+ data.tar.gz: 79d922d928124d1c8f978acfd20996ff33bd9532
5
5
  SHA512:
6
- metadata.gz: 89bce7b5efc8c8c04f03a74c607c3ee6d508101d01058722de3005b3ce9c104684a908cd0c49385741863456a82a989dd9be248e1cb81abd1244faa0ce036dfa
7
- data.tar.gz: f569547dca4e84c70d00b7ab585ca455a238ce57a284aa4762e36e396cacc71e37e3de4efeaed63f816521e7752005936ef81f8c86f53d35c7f97b87b67a73b3
6
+ metadata.gz: 36a0ab651512ea9206dc55a57a8a8faea65cb3d1a9246b65a57b4ffa6f1b31965588ffa6679fea562c98f267942863353b32e1a5ad671f26cb3be76e3ec79fae
7
+ data.tar.gz: 5fcbe5351ed6791a94f540cb5566c311b91bef0e0def6fc89be356556981aa656b2c32196fdfdc5b427f6751cb67ab38b52856de7d500e76c9b76a8cdb644b11
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 0.2.2 (12th Feb, 2018)
4
+
5
+ - Add MIT license
6
+
3
7
  ## 0.2.1 (12th Jan, 2018)
4
8
 
5
9
  - Bugfix: Allow language of a code block to be empty / not specified
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Oliver Peate
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,7 +1,7 @@
1
1
  module Redcarpet
2
2
  module Render
3
3
  module SeeingIsBelieving
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
6
6
  end
7
7
  end
@@ -7,6 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.version = Redcarpet::Render::SeeingIsBelieving::VERSION
8
8
  spec.authors = ["Oli Peate"]
9
9
  spec.email = ["oliverp@gmail.com"]
10
+ spec.license = "MIT"
10
11
 
11
12
  spec.summary = "Evaluates Ruby code in your markdown, for awesome examples."
12
13
  spec.homepage = "https://github.com/odlp/redcarpet-render-seeing_is_believing"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redcarpet-render-seeing_is_believing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oli Peate
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-12 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redcarpet
@@ -148,6 +148,7 @@ files:
148
148
  - ".travis.yml"
149
149
  - CHANGELOG.md
150
150
  - Gemfile
151
+ - LICENSE
151
152
  - README.md
152
153
  - Rakefile
153
154
  - bin/console
@@ -158,7 +159,8 @@ files:
158
159
  - lib/redcarpet/render/seeing_is_believing/version.rb
159
160
  - redcarpet-render-seeing_is_believing.gemspec
160
161
  homepage: https://github.com/odlp/redcarpet-render-seeing_is_believing
161
- licenses: []
162
+ licenses:
163
+ - MIT
162
164
  metadata: {}
163
165
  post_install_message:
164
166
  rdoc_options: []