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 +4 -4
- data/README.markdown +1 -1
- data/gem-party-hard.gemspec +1 -1
- data/lib/rubygems_plugin.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65f60576537a93a2722997a7cf768b10613e5652
|
4
|
+
data.tar.gz: 6be841e3d04640ef866ffddd6f9bfa41075a1587
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/gem-party-hard.gemspec
CHANGED
@@ -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.
|
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"
|
data/lib/rubygems_plugin.rb
CHANGED