make_me_a_gem_called 0.0.24 → 0.0.25
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/lib/make_me_a_gem_called/version.rb +1 -1
- data/lib/make_me_a_gem_called.rb +1 -1
- data/test.txt +7 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c603556a557fddaef21a77889c969bd4ca80d867
|
|
4
|
+
data.tar.gz: 2377068e848ec3858c087b7d6fe4bb290d51f713
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 655b4e12f0ba8028919043f691d5056b10bcb9a7b89429de07c6614f15c355858bb39efdbba16d8a0854176c1710a544b07f0b04d7cc51f3b6f2a7be8da46aaf
|
|
7
|
+
data.tar.gz: c0413a5ea024945f5e5009915444d89638ecd1791f380ee3b90aa40f1277f4f6916b1c0f2a45bdd9ad57b5c4b3f7ec504de8981fa89085174ba29c222501f13d
|
data/lib/make_me_a_gem_called.rb
CHANGED
data/test.txt
CHANGED
|
@@ -3,6 +3,13 @@ This is line 7
|
|
|
3
3
|
|
|
4
4
|
task goes here/n
|
|
5
5
|
task goes here\n
|
|
6
|
+
This is line 6
|
|
7
|
+
\\\This is line 6
|
|
8
|
+
\This is line 6
|
|
9
|
+
" This is line 6"
|
|
10
|
+
This is line 6
|
|
11
|
+
\t\t\tThis is line 6
|
|
12
|
+
tttThis is line 6
|
|
6
13
|
This is line 6
|
|
7
14
|
task goes here
|
|
8
15
|
require 'this is a new test'
|