party_foul 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -4
- data/lib/party_foul/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc917c71e501ebad9f395bc517fe1f617a2f9a6f
|
4
|
+
data.tar.gz: 8426ffe718e0efdb32632ecff589b9a42d6907b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 544e52e45551cf2941b748dcdbd1ad0b3c9adda8a8168344ebcd5541433954ffd32194bc1d4ce3a1b241b3abfa3305dfce25719509adf93fb3d6c5ee9f4964ea
|
7
|
+
data.tar.gz: bdbc637243df87af0006679025ecab3a55cde18bdb91842b11785c7a2fde29f58ff0a5ff81f98cb1207be6474dac8c628ae89eec7b5e11661117ef33a0204bcd
|
data/README.md
CHANGED
@@ -9,10 +9,7 @@ Rails exceptions automatically opened as issues on GitHub
|
|
9
9
|
## Looking for help? ##
|
10
10
|
|
11
11
|
If it is a bug [please open an issue on
|
12
|
-
GitHub](https://github.com/dockyard/party_foul/issues).
|
13
|
-
the gem please ask the question on
|
14
|
-
[Stack Overflow](http://stackoverflow.com). Be sure to tag the
|
15
|
-
question with `DockYard` so we can find it.
|
12
|
+
GitHub](https://github.com/dockyard/party_foul/issues).
|
16
13
|
|
17
14
|
## About ##
|
18
15
|
|
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.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Cardarella
|
@@ -9,22 +9,22 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-08-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: octokit
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - <
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: 2.0.0
|
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:
|
27
|
+
version: 2.0.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: actionpack
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -177,7 +177,8 @@ files:
|
|
177
177
|
- test/test_helper.rb
|
178
178
|
- test/tmp/config/initializers/party_foul.rb
|
179
179
|
homepage: https://github.com/dockyard/party_foul
|
180
|
-
licenses:
|
180
|
+
licenses:
|
181
|
+
- MIT
|
181
182
|
metadata: {}
|
182
183
|
post_install_message:
|
183
184
|
rdoc_options: []
|