party_foul 1.5.1 → 1.5.2
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.md +1 -1
- data/lib/party_foul/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 614416b11cb938006f34844006ffdc19344391f3
|
|
4
|
+
data.tar.gz: 580d3f108fd8000078e69b59ca00a3b63d532e3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c197d03bf14475e3987e56bfeef02b671e5643ec4f8ed52f0bb8bd320ac58da9f29d73897d7371b11c50ab481da3f271bf1ffcf8d89025767500c0d94ff5c5c2
|
|
7
|
+
data.tar.gz: ad7f5742091370876eaef3f4173bcd867a1cf76cfe4446e0cbe677946d496195d9f1defcce4792dd300feba3c087330a411b21a538a69a304ad5ed9f422b5bf7
|
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ GitHub](https://github.com/dockyard/party_foul/issues).
|
|
|
17
17
|
following:
|
|
18
18
|
|
|
19
19
|
1. Attempt to find a matching issue in your GitHub repo
|
|
20
|
-
2. If no matching issue is found
|
|
20
|
+
2. If no matching issue is found a new issue is created with a
|
|
21
21
|
unique title, session information, and stack trace. The issue is
|
|
22
22
|
tagged as a `bug`. A new comment is added with relevant data on the
|
|
23
23
|
application state.
|
data/lib/party_foul/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: party_foul
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Cardarella
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2014-01-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: octokit
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - ~>
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 2.
|
|
20
|
+
version: '2.7'
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - ~>
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 2.
|
|
27
|
+
version: '2.7'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: actionpack
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
196
196
|
version: '0'
|
|
197
197
|
requirements: []
|
|
198
198
|
rubyforge_project:
|
|
199
|
-
rubygems_version: 2.
|
|
199
|
+
rubygems_version: 2.1.11
|
|
200
200
|
signing_key:
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: Auto-submit Rails exceptions as new issues on GitHub
|