brakecheck 0.1.2 → 0.1.3
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/brakecheck.gemspec +1 -1
- data/lib/brakecheck/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d354b0b6f894bc200e0a0a6927e3ab135790e0f6
|
|
4
|
+
data.tar.gz: 1ebb4ae6612135bf38494ac204bf91bdec08c778
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 234816c94b4d9208a1b8dc2d5f633b7c6f2e31a297cc688cbb85da8301f23c425c590d7d00803b0ccc19f3ee8d7edaaab851c0d3baee7c279ea889f27002d157
|
|
7
|
+
data.tar.gz: df027bfc258da11125f3330a713c9cb651a0261bd773b77c404c2723e50eab346ca74bdef46192ea0ef0466847135011876a981eab227cd4174e5b300b7d7d07
|
data/brakecheck.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Enforce gemfile dependencies by breaking stuff.}
|
|
13
13
|
spec.description = %q{Make sure that your brakeman gem (or other gem) is always on the latest version.}
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/apanzerj/brakecheck"
|
|
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'
|
data/lib/brakecheck/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brakecheck
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Panzer
|
|
@@ -142,7 +142,7 @@ files:
|
|
|
142
142
|
- brakecheck.gemspec
|
|
143
143
|
- lib/brakecheck.rb
|
|
144
144
|
- lib/brakecheck/version.rb
|
|
145
|
-
homepage: https://github.com/
|
|
145
|
+
homepage: https://github.com/apanzerj/brakecheck
|
|
146
146
|
licenses:
|
|
147
147
|
- MIT
|
|
148
148
|
metadata: {}
|