vamp 0.1.7 → 0.1.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/.travis.yml +6 -5
- data/lib/vamp.rb +7 -2
- data/lib/vamp/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ea4b9138ff6a64d7ccc5bf8a94d929812003380b5dd803a3ad20c355dff84c6
|
|
4
|
+
data.tar.gz: 387e5b26288edafa921bd12a9ee7a28b3d8d4d110865fb4f7ceb9333fd54e7ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9a6cab97567ae590c131360d1f0d1347a196f828e5f5d1a5388cfe48f29cb6ad589c72e8bed7d29f5df3ab03efa9ec63fe42ec40d6092580690e25f6f130c47
|
|
7
|
+
data.tar.gz: bbc5df5db61120c64d48991982abab7e41ce29f1b3d903d3a632bed081bd423dcc11b1170d93f4dfaa23aca7b39c0d649868159d84b3c80b784675fd977e46d2
|
data/.travis.yml
CHANGED
data/lib/vamp.rb
CHANGED
|
@@ -22,7 +22,7 @@ module Vamp
|
|
|
22
22
|
"You're still waiting for the running and the screaming, aren't you?",
|
|
23
23
|
"Your number was up the first time I met you.",
|
|
24
24
|
"You really should stay away from me.",
|
|
25
|
-
"
|
|
25
|
+
"That's the beautiful thing about being human: Things change.",
|
|
26
26
|
"I've never tried to keep a specific person alive before, and it's much more troublesome" \
|
|
27
27
|
" than I would have believed.",
|
|
28
28
|
"Hasn't anyone ever told you? Life isn't fair.",
|
|
@@ -102,7 +102,12 @@ module Vamp
|
|
|
102
102
|
"In the end, we are alone. And there is nothing but the cold, dark wasteland of eternity.",
|
|
103
103
|
"Darling, you're already in my veins.",
|
|
104
104
|
"I'm an energy vampire. I just suck off everybody's energy. But I give it back.",
|
|
105
|
-
"I
|
|
105
|
+
"I'm the thing that monsters have nightmares about.",
|
|
106
|
+
"We enjoy the night, the darkness, where we can do things that aren't acceptable in the light. Night is when" \
|
|
107
|
+
" we slake our thirst.",
|
|
108
|
+
"Vampires pretending to be humans pretending to be vampires ... How avant-garde!",
|
|
109
|
+
"I was shaking all over, and it wasn't from the vampire. Memories have teeth, too.",
|
|
110
|
+
"I always thought the appeal for vampires are the same as religion, the desire to avoid death and live forever."
|
|
106
111
|
].sample
|
|
107
112
|
end
|
|
108
113
|
end
|
data/lib/vamp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vamp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Meyling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -98,8 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
- !ruby/object:Gem::Version
|
|
99
99
|
version: '0'
|
|
100
100
|
requirements: []
|
|
101
|
-
|
|
102
|
-
rubygems_version: 2.7.7
|
|
101
|
+
rubygems_version: 3.0.3
|
|
103
102
|
signing_key:
|
|
104
103
|
specification_version: 4
|
|
105
104
|
summary: vampire quotes
|