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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 04841443e30d275130c1d6751de062e44feea034
4
- data.tar.gz: d3e1222567bfd402d0d337c37dbbfdab1a2833bc
3
+ metadata.gz: bc917c71e501ebad9f395bc517fe1f617a2f9a6f
4
+ data.tar.gz: 8426ffe718e0efdb32632ecff589b9a42d6907b4
5
5
  SHA512:
6
- metadata.gz: 153edf86b0234e3039b971d4a820456857a3c0e90960e69027094326de56a5e0521b59c715682c9da5d761fbd67121bd818e07ae6bc17c5944af1103f0b65c6e
7
- data.tar.gz: bf1114177b74cafc812da05af5c8ee87fc458dcf381c0a8012cd0a75501979cb38f5bb63230f78fd94eb4c80c043ed5921dfef9aebbb32fa4f7f97ba894f93ec
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). If you need help using
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
 
@@ -1,3 +1,3 @@
1
1
  module PartyFoul
2
- VERSION = '1.3.0'
2
+ VERSION = '1.3.1'
3
3
  end
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.0
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-07-12 00:00:00.000000000 Z
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: '0'
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: '0'
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: []