poopypants 0.1.1 → 0.1.2
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/bin/poopypants +1 -1
- data/lib/poopypants/version.rb +1 -1
- metadata +1 -5
- data/bin/console +0 -14
- data/bin/setup +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 096098c83cdce7d75a6cf9c691feb61ea5d721bd
|
|
4
|
+
data.tar.gz: 2ac3399e1d19e6691be3233d6d4c51347c133815
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0a7e5720fe3282c6dda23cffded15242b33c0e38012e59b7009072cbc518d39d23185f08dfff4aca337d8cf42d14817da72f2b5146553e94ea0d4416b8d49ca
|
|
7
|
+
data.tar.gz: f6db3fba223aa764b35ecaba36bbaff928627d20daeb6c6d5bab5de2bf68c5dc3dbad8bf4ae0780a14a0ca3df441dda5c3fe89f66821c5d5ddeef001740fa267
|
data/bin/poopypants
CHANGED
|
@@ -21,7 +21,7 @@ puts "\u{1f4a9} " * 40
|
|
|
21
21
|
puts ""
|
|
22
22
|
puts "Hello, #{name.first} #{name.last}!"
|
|
23
23
|
puts ""
|
|
24
|
-
puts "According to Professor Poopypants, your new name is #{name.
|
|
24
|
+
puts "According to Professor Poopypants, your new name is #{name.poopify}."
|
|
25
25
|
puts ""
|
|
26
26
|
puts "Haha! :)"
|
|
27
27
|
puts ""
|
data/lib/poopypants/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: poopypants
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eli Duke
|
|
@@ -56,9 +56,7 @@ description: If you love silly names, you're gonna love Professor Poopypants' Na
|
|
|
56
56
|
email:
|
|
57
57
|
- elimduke@gmail.com
|
|
58
58
|
executables:
|
|
59
|
-
- console
|
|
60
59
|
- poopypants
|
|
61
|
-
- setup
|
|
62
60
|
extensions: []
|
|
63
61
|
extra_rdoc_files: []
|
|
64
62
|
files:
|
|
@@ -70,9 +68,7 @@ files:
|
|
|
70
68
|
- LICENSE.txt
|
|
71
69
|
- README.md
|
|
72
70
|
- Rakefile
|
|
73
|
-
- bin/console
|
|
74
71
|
- bin/poopypants
|
|
75
|
-
- bin/setup
|
|
76
72
|
- lib/poopypants.rb
|
|
77
73
|
- lib/poopypants/version.rb
|
|
78
74
|
- poopypants.gemspec
|
data/bin/console
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require "bundler/setup"
|
|
4
|
-
require "poopypants"
|
|
5
|
-
|
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
-
|
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
-
# require "pry"
|
|
11
|
-
# Pry.start
|
|
12
|
-
|
|
13
|
-
require "irb"
|
|
14
|
-
IRB.start
|