poopypants 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cdaea73535b0ea63594dd7c0ecf2eae6d9c3de86
4
- data.tar.gz: 8f2a7caf02cc26e04b97c06b887da65eeca68515
3
+ metadata.gz: 096098c83cdce7d75a6cf9c691feb61ea5d721bd
4
+ data.tar.gz: 2ac3399e1d19e6691be3233d6d4c51347c133815
5
5
  SHA512:
6
- metadata.gz: 2526c120535299f5c1934154e955c6caef0a438f5a0aa2bb3ed9064b164be8a1fb7bcf97d725a29b0be650dffb24d885a56c60e9e8c87467b74e348be1a937cc
7
- data.tar.gz: d49b8329a2e4ea5a63e744719e94258c8777f873ca84a51ab0df1b20230a73cbbebae0bdc93f11130743e5ad89513c360556e293f093a0859c74ed6e864768f5
6
+ metadata.gz: c0a7e5720fe3282c6dda23cffded15242b33c0e38012e59b7009072cbc518d39d23185f08dfff4aca337d8cf42d14817da72f2b5146553e94ea0d4416b8d49ca
7
+ data.tar.gz: f6db3fba223aa764b35ecaba36bbaff928627d20daeb6c6d5bab5de2bf68c5dc3dbad8bf4ae0780a14a0ca3df441dda5c3fe89f66821c5d5ddeef001740fa267
@@ -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.change}."
24
+ puts "According to Professor Poopypants, your new name is #{name.poopify}."
25
25
  puts ""
26
26
  puts "Haha! :)"
27
27
  puts ""
@@ -1,3 +1,3 @@
1
1
  module Poopypants
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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
@@ -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
data/bin/setup DELETED
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
- set -vx
5
-
6
- bundle install
7
-
8
- # Do any other automated setup that you need to do here