gem-party-hard 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9e236b05a939c8b696bb2982e2b23bd217cb7bb0
4
- data.tar.gz: 9cd0fd243c5e9a75a53af71c00fd12c59a9c6d2c
3
+ metadata.gz: 65f60576537a93a2722997a7cf768b10613e5652
4
+ data.tar.gz: 6be841e3d04640ef866ffddd6f9bfa41075a1587
5
5
  SHA512:
6
- metadata.gz: 411c2605390314101cb4508d86f651ffd988f606d1c0a2dc40f6b00c2940df17ed8e95256525b6cac6f6a1e3d5493db6853a31d33bba6cd28de0784156568485
7
- data.tar.gz: 9f8f792a2e200a9508b1afcccf8b07ff091e3f4d04ed509d9019b907437c4c546cab0e8f7c87a17eb947756ec0bc933a0eefcec1e4c7c4f245bdc96b01872242
6
+ metadata.gz: 4c9f61c9d125c5c39b7300e477f300cecfb268d0c532ad47ff271a9a77cd071f66626dd8c94feb4bdc6791dec7b6826bb52a8dfb7c86aece0e385d0e3b2ce2b5
7
+ data.tar.gz: 6c5a9a9146e7539cb27442a95ca92e3861e9527a4414c005e59b2cef7d29906276acc55503900371c18b43bbf3004332222700fca958b8b449bf30ee6b4dae68
data/README.markdown CHANGED
@@ -4,7 +4,7 @@
4
4
  Party hard your changelog. Party hard your party rules. Party hard your entirely superfluous
5
5
  description of the gem I already decided to install.
6
6
 
7
- Gem Party Hard turns off post install messages and replaces them with the Party Hard Message.
7
+ Gem Party Hard turns off post install messages (only for gems that have them) and replaces them with the Party Hard Message.
8
8
 
9
9
  ## Installation
10
10
 
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "gem-party-hard"
6
- s.version = "1.0.0"
6
+ s.version = "1.0.1"
7
7
  s.authors = ["Tim Pope", "Mengxiang Jiang"]
8
8
  s.email = ["code@tpop"+'e.net', 'mj294@cornell.edu']
9
9
  s.homepage = "https://github.com/mj294/gem-shut-the-fuck-up"
@@ -2,6 +2,7 @@ require 'rubygems/installer'
2
2
 
3
3
  Gem::Installer.class_eval do
4
4
  def say(message)
5
- message = "When you install gems, you must PARTY HARD!"
5
+ super unless message == spec.post_install_message
6
+ puts "When you install gems, you must party hard!"
6
7
  end
7
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-party-hard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Pope