gh_inspector 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/console +0 -0
- data/bin/setup +0 -0
- data/lib/gh_inspector/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4b3c601252f417f7c223981af21122712e7fc4a
|
4
|
+
data.tar.gz: a612f62987c9d55c69a4367b1e57e09b0791806d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c546aabd71cb741b4b82e023207121a0f5f710bd9f48a43ced4180990a46d8aa3a0ed98b844094454639f6a5e59d4373c3be4e83dd72fd3ef7b92bb361f2e26
|
7
|
+
data.tar.gz: 033795a87508ca493dabadd0d2cc3d2a9650d5bda863c32bc380cc4570bafb223164d6120fb7caaa6753d7b428e141a01faf727068dc2b08283fa1596b3203ac
|
data/bin/console
CHANGED
File without changes
|
data/bin/setup
CHANGED
File without changes
|
data/lib/gh_inspector/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gh_inspector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Orta Therox
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-06-
|
12
|
+
date: 2016-06-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -130,3 +130,4 @@ specification_version: 4
|
|
130
130
|
summary: Search through GitHub issues for your project for existing issues about a
|
131
131
|
Ruby Error.
|
132
132
|
test_files: []
|
133
|
+
has_rdoc:
|