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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef3a05908c71496c5f84bb3fe477b299639f957b
4
- data.tar.gz: 5506c74a5c404b331e4df4578ae49f7ea0050b8c
3
+ metadata.gz: 52768f19b2031ba80ed6f1fa2b18a63db5b6eed6
4
+ data.tar.gz: f9d17804738cb650bf9bc8cef6f4cf1b8ca7d443
5
5
  SHA512:
6
- metadata.gz: 4abebd12652a568b25b4eb81dc6f2ab55db6bbb54661e85484b5b45e3c4e13295f5c4dcc4555546c690c96e398f9d5f3978d969c0c9d6e15ecf5435546450002
7
- data.tar.gz: 871b4b1ea28a51f12243f2593c0feedacadd48a59754e96156561de4884960746a94d7946aeb9494f382dc24df6f0e3b41d61dfdaaea626bd756b3ae494c8ec3
6
+ metadata.gz: 666ac8cb528afadd785d4f6339a9bb2f6f26545014803c598c95a8dd5f2743ddf4373ecdce25852672217c8eb32befa9fb2acaf9dc446dca47eeb6f62c41a575
7
+ data.tar.gz: af9b228f30937c25833fbd760b19f26e49bcbe70da75cd4006e78ae881aa0430a3fe206709094b0d1ff6b67e43657542a85578985cebbff95e62814df6821829
Binary file
data/avi_says.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  SPEC = Gem::Specification.new do |s|
4
4
  s.name = "avi_says"
5
- s.version = "0.0.7"
5
+ s.version = "0.0.8"
6
6
  s.author = "Ice-Breakers"
7
7
  s.email = "captaingrover@gmail.com"
8
8
  s.platform = Gem::Platform::RUBY
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.7
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