philippe-shell 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/philippe.rb +9 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8b27806342cb26c99e252fa9a400ccbe7ea46238
4
+ data.tar.gz: 54b98ee9b7d98be916f468bde7a28803fb50904e
5
+ SHA512:
6
+ metadata.gz: 33604b9990984a80bbd43e531045d5ca51a827e34f1b4269ae49710363863de8ccff19eb498a69e940837118e99792139048aa96729b0452b5377e635bafdb51
7
+ data.tar.gz: 98724c4891db2b61b0bd1f785e86317683442689df53a02c50f965dc6d840004ff13a2b47b77b6679bab8628066b7911685cb7c6e90cee416223a0300e6f0ce1
@@ -0,0 +1,9 @@
1
+ class Philippe
2
+ def self.stand_on_it
3
+ puts "Hi there! Huuuuuugs!!! 😊"
4
+ puts "Roast Beef says he can't believe you're letting a five year old do this."
5
+ `echo alias man="'say "Philippe is standing on it"'" >> ~/.bash_profile`
6
+ puts "I just changed your shell so Roast Beef says it's time to restart it! ❤️"
7
+ return "Huuuuuuuugs!!!!!"
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: philippe-shell
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Noah Berman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-04-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: We can't read the man pages because Philippe is standing on them.
14
+ email: noah@noahberman.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/philippe.rb
20
+ homepage: http://rubygems.org/gems/philippe
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.5.1
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Philippe is standing on it.
44
+ test_files: []