party_shuffle 1.0.0
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 +7 -0
- data/lib/party_shuffle.rb +14 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 9a8d5f060f6eb0b44c6d64151a5844d30453d863
|
4
|
+
data.tar.gz: 71f9eac99f6db98ae63ff1054d74e96245c9b71f
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: aca636c5c71ab9bca59962e7abbd5b9183f33f8487e4ca2d5e10de13feec9729f01c000c686d0588a1e6553019c0cba59d6f2b4e0ec83c7887cf90b9db06e52f
|
7
|
+
data.tar.gz: 74f96dc65d9dd390118f72780e6146b1465cb8677f38b93ae483d03bceca35a791465705bf45f7838aed3681fccd7440d63c402fb7b119a34426c50b515b6798
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: party_shuffle
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Samuel Goodwin
|
8
|
+
- Joris Zaalberg
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2015-05-15 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
14
|
+
description: Shuffles an array in a fun way
|
15
|
+
email: samuel@roundwallsoftware.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/party_shuffle.rb
|
21
|
+
homepage: http://rubygems.org/gems/party_shuffle
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - '>='
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubyforge_project:
|
41
|
+
rubygems_version: 2.4.6
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: Because just random shuffle isn't enough sometimes!
|
45
|
+
test_files: []
|