code_terminator 0.4.16 → 0.4.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/exercises/issue17.html +1 -0
- data/exercises/issue18.html +1 -0
- data/lib/code_terminator/html.rb +1 -1
- data/lib/code_terminator/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36841a7175d4921d5897f6b8d6564c30c3faf304
|
4
|
+
data.tar.gz: c1dd23d69fb8f0a0b854d994c66b8a211b96602a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d6731a9d11dfedbf61575bd88a4c21b407d43f07ad56d3be4b8d5f9f1f539a332a3b724844821cb710e3592a3cc406572d0845271e3b0b3ea8453dbb0dbb45a
|
7
|
+
data.tar.gz: c756dba97ae07804dccd80af20aa3055402985d974f64304dbba8ed6ff5ea7382f49a02b149b1a1d6b02c8d39f8f2288f13bc5beb3460af90f1cc48ebc50ee4d
|
@@ -0,0 +1 @@
|
|
1
|
+
<html><head></head><body><img src="cat.png"><img src="dog.png"></body></html>
|
@@ -0,0 +1 @@
|
|
1
|
+
<html><head></head><body><!-- --></body></html>
|
data/lib/code_terminator/html.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: code_terminator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Evelin Ponce
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -161,6 +161,8 @@ files:
|
|
161
161
|
- exercises/issue14.html
|
162
162
|
- exercises/issue15.html
|
163
163
|
- exercises/issue16.html
|
164
|
+
- exercises/issue17.html
|
165
|
+
- exercises/issue18.html
|
164
166
|
- exercises/new.html
|
165
167
|
- exercises/new2.html
|
166
168
|
- exercises/test.css
|