gem-party-hard 1.0.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9e236b05a939c8b696bb2982e2b23bd217cb7bb0
4
+ data.tar.gz: 9cd0fd243c5e9a75a53af71c00fd12c59a9c6d2c
5
+ SHA512:
6
+ metadata.gz: 411c2605390314101cb4508d86f651ffd988f606d1c0a2dc40f6b00c2940df17ed8e95256525b6cac6f6a1e3d5493db6853a31d33bba6cd28de0784156568485
7
+ data.tar.gz: 9f8f792a2e200a9508b1afcccf8b07ff091e3f4d04ed509d9019b907437c4c546cab0e8f7c87a17eb947756ec0bc933a0eefcec1e4c7c4f245bdc96b01872242
data/.gitignore ADDED
@@ -0,0 +1,4 @@
1
+ *.gem
2
+ .bundle
3
+ Gemfile.lock
4
+ pkg/*
data/COPYING ADDED
@@ -0,0 +1,11 @@
1
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
+ Version 2, December 2004
3
+
4
+ Everyone is permitted to copy and distribute verbatim or modified
5
+ copies of this license document, and changing it is allowed as long
6
+ as the name is changed.
7
+
8
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
9
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
10
+
11
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
data/Gemfile ADDED
@@ -0,0 +1,2 @@
1
+ source "http://rubygems.org"
2
+ gemspec
data/README.markdown ADDED
@@ -0,0 +1,26 @@
1
+ # Gem PARTY HARD
2
+ ![Image of Pinkie Pie](https://media.giphy.com/media/oDq2jEKDLJ8E8/giphy.gif)
3
+
4
+ Party hard your changelog. Party hard your party rules. Party hard your entirely superfluous
5
+ description of the gem I already decided to install.
6
+
7
+ Gem Party Hard turns off post install messages and replaces them with the Party Hard Message.
8
+
9
+ ## Installation
10
+
11
+ $ gem install gem-party-hard
12
+
13
+ ## Usage
14
+
15
+ $ gem install httparty
16
+ Successfully installed httparty-0.13.3
17
+ You must Party Hard!
18
+ 1 gem installed
19
+
20
+ ## License
21
+
22
+ Copyright © Tim Pope
23
+
24
+ This work is free. You can redistribute it and/or modify it under the
25
+ terms of the Party As Hard As You Want To Public License, Version 2,
26
+ as published by Sam Hocevar. See the COPYING file for more details.
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ $:.unshift(File.join(File.dirname(__FILE__), 'lib')).uniq!
2
+
3
+ begin
4
+ require "bundler/gem_tasks"
5
+ rescue LoadError
6
+ end
@@ -0,0 +1,26 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+
4
+ Gem::Specification.new do |s|
5
+ s.name = "gem-party-hard"
6
+ s.version = "1.0.0"
7
+ s.authors = ["Tim Pope", "Mengxiang Jiang"]
8
+ s.email = ["code@tpop"+'e.net', 'mj294@cornell.edu']
9
+ s.homepage = "https://github.com/mj294/gem-shut-the-fuck-up"
10
+ s.summary = %q{Disable gem post installation messages and replaces them with PARTY HARD}
11
+ s.post_install_message = <<-EOF
12
+ \e[35;5m
13
+ ##################################################################
14
+ # #
15
+ # \e[0;1mWhen you Gem Party Hard, you must party hard!\e[0;5;35m #
16
+ # #
17
+ ##################################################################
18
+ \e[0m
19
+ EOF
20
+ s.files = `git ls-files`.split("\n")
21
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
22
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
23
+ s.require_paths = ["lib"]
24
+
25
+ s.add_development_dependency('rake')
26
+ end
@@ -0,0 +1,7 @@
1
+ require 'rubygems/installer'
2
+
3
+ Gem::Installer.class_eval do
4
+ def say(message)
5
+ message = "When you install gems, you must PARTY HARD!"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gem-party-hard
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Tim Pope
8
+ - Mengxiang Jiang
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2015-10-07 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rake
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: '0'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: '0'
28
+ description:
29
+ email:
30
+ - code@tpope.net
31
+ - mj294@cornell.edu
32
+ executables: []
33
+ extensions: []
34
+ extra_rdoc_files: []
35
+ files:
36
+ - ".gitignore"
37
+ - COPYING
38
+ - Gemfile
39
+ - README.markdown
40
+ - Rakefile
41
+ - gem-party-hard.gemspec
42
+ - lib/rubygems_plugin.rb
43
+ homepage: https://github.com/mj294/gem-shut-the-fuck-up
44
+ licenses: []
45
+ metadata: {}
46
+ post_install_message: "\e[35;5m\n##################################################################\n#
47
+ \ #\n# \e[0;1mWhen
48
+ you Gem Party Hard, you must party hard!\e[0;5;35m #\n# #\n##################################################################\n\e[0m\n"
49
+ rdoc_options: []
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubyforge_project:
64
+ rubygems_version: 2.2.3
65
+ signing_key:
66
+ specification_version: 4
67
+ summary: Disable gem post installation messages and replaces them with PARTY HARD
68
+ test_files: []
69
+ has_rdoc: