shutup 0.0.4 → 0.0.5
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/exe/shutup +3 -1
- data/lib/shutup.rb +5 -0
- data/lib/shutup/version.rb +1 -1
- data/shutup.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7261c8ab6939050a4e010f834a66943e00e5ebc1
|
4
|
+
data.tar.gz: 61ccf5c33d39c7b1c9d84e9a73210e60fb32ffcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d085a3e9cf840bf4f159d448e02a077ef01d466218153465d3777c018fd6adbea17547acf833eebce95abd34b816cf48bae32e7487283f415dd008dc788d2575
|
7
|
+
data.tar.gz: ebf59d364ee0f4d0c9c3866e682300c30b96933b1cebd5befb8c7d0c6ba6289d9cc766d564b8e1c42c6201d60d43f4a5e1442bec63e763da7441c31286c8ba3e
|
data/exe/shutup
CHANGED
data/lib/shutup.rb
CHANGED
data/lib/shutup/version.rb
CHANGED
data/shutup.gemspec
CHANGED
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "shutup"
|
8
8
|
spec.version = Shutup::VERSION
|
9
9
|
spec.authors = ["Lorenzo Sinisi"]
|
10
|
-
spec.email = ["
|
10
|
+
spec.email = ["info@lorenzosinisi.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Kill the Rails process running in the current folder}
|
13
13
|
spec.description = %q{Kill the Rails process running in the current folder}
|
14
|
-
spec.homepage = "
|
14
|
+
spec.homepage = "https://github.com/lorenzosinisi/shutup"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shutup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lorenzo Sinisi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
version: '3.0'
|
55
55
|
description: Kill the Rails process running in the current folder
|
56
56
|
email:
|
57
|
-
-
|
57
|
+
- info@lorenzosinisi.com
|
58
58
|
executables:
|
59
59
|
- shutup
|
60
60
|
extensions: []
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
- lib/shutup.rb
|
74
74
|
- lib/shutup/version.rb
|
75
75
|
- shutup.gemspec
|
76
|
-
homepage:
|
76
|
+
homepage: https://github.com/lorenzosinisi/shutup
|
77
77
|
licenses:
|
78
78
|
- MIT
|
79
79
|
metadata:
|