avi_says 0.0.7 → 0.0.8
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/avi_says-0.0.7.gem +0 -0
- data/avi_says.gemspec +1 -1
- data/bin/avi +9 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52768f19b2031ba80ed6f1fa2b18a63db5b6eed6
|
|
4
|
+
data.tar.gz: f9d17804738cb650bf9bc8cef6f4cf1b8ca7d443
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 666ac8cb528afadd785d4f6339a9bb2f6f26545014803c598c95a8dd5f2743ddf4373ecdce25852672217c8eb32befa9fb2acaf9dc446dca47eeb6f62c41a575
|
|
7
|
+
data.tar.gz: af9b228f30937c25833fbd760b19f26e49bcbe70da75cd4006e78ae881aa0430a3fe206709094b0d1ff6b67e43657542a85578985cebbff95e62814df6821829
|
data/avi_says-0.0.7.gem
ADDED
|
Binary file
|
data/avi_says.gemspec
CHANGED
data/bin/avi
CHANGED
|
@@ -3,14 +3,23 @@
|
|
|
3
3
|
class Saying
|
|
4
4
|
def say1
|
|
5
5
|
say = <<-'I dont see humans and machines anymore'
|
|
6
|
+
|
|
7
|
+
Please please work!
|
|
8
|
+
|
|
9
|
+
I dont see humans and machines anymore
|
|
6
10
|
end
|
|
7
11
|
|
|
8
12
|
def say2
|
|
9
13
|
say2 = <<-'Thats called going around the wall'
|
|
14
|
+
|
|
15
|
+
Please work!
|
|
16
|
+
|
|
17
|
+
Thats called going around the wall
|
|
10
18
|
end
|
|
11
19
|
|
|
12
20
|
def say3
|
|
13
21
|
say3 = <<-'If you come to a cliff dont try to repel down'
|
|
22
|
+
If you come to a cliff dont try to repel down
|
|
14
23
|
end
|
|
15
24
|
|
|
16
25
|
def all_sayings
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: avi_says
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ice-Breakers
|
|
@@ -18,6 +18,7 @@ extensions: []
|
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
20
|
- avi_says-0.0.6.gem
|
|
21
|
+
- avi_says-0.0.7.gem
|
|
21
22
|
- avi_says.gemspec
|
|
22
23
|
- avi_says_shit-0.0.5.gem
|
|
23
24
|
- bin/avi
|