userq 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +2 -2
  3. data/lib/userq/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MWVhMzUwNTA1MzU1NjIwOGE0NzA2MDFjYzY3ZGU0ZWU3YWVkODE0MA==
4
+ OTFmN2VkNmNmNzAxOTU2YTg0MGZhZDQ1ZDg0ZmE3M2JmYjA0YmIxMA==
5
5
  data.tar.gz: !binary |-
6
- ZDkxNWIzZTdlOTVmNzlkZWYzYmY3OTYwZjNjNTFhYWEzZGUwMWNmMg==
6
+ MTZhODI1N2Q2YTE1NGIyMDEwNzY1NDdiODQ4YWJkNzI3NWFjMzY1Mw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTBkZjBmODIwMDBkNDQ0NmIwODNhNmI5YTI3NzNmZmQ4Zjc4MTUyYTAwMjAy
10
- MWUwNDU3OTY4NTE3YjcyM2ExODIwNjdjNDU4YTEzNjhkYjk4YzBiMjlkMjgy
11
- NTgxN2EyM2YyN2Q2MGU5NmMyMDI5OWY4YmJjMjIyZGRhMjIwMjI=
9
+ MjU0Njk1ZTE0YjkwN2E1OGRmM2FhMmUzOTBkNGEwMWRjYmQwM2FmZmM4ODMx
10
+ MmY2NTQ2NTlhMjk5ZjIyNjI1YWNiZjc2NDlkNjk4NjQ5ODc3MDg3MjUyMzgx
11
+ Yjc2YTg2YTEyMzI1OGM5NjcxNDYxNTU5OGMwOTI5YzYwNDI1ZGU=
12
12
  data.tar.gz: !binary |-
13
- ZWIzZWNkNTA1MTY4OGM3ZWFhMzRlMTBkYTNjYzE1Y2NjMjdmZDQ3NDQ2ZTRh
14
- YzQ1ZmM3NjdkMzFlYzBiMzAyZDExZTEwNzZhYzBjMmI3MzQ1NmNiMTU1Yzgw
15
- YzIxN2YxOGMxNmY2YTFkNjdmMTNiY2MwZmUyZTU4ZDFjYzUxNjE=
13
+ NjllNTMwNzMxOGQ4ZGUyYjMzNTI1NDUxNGMyMTMyYWZhMWEyOWRjNGY3OTVl
14
+ Y2Y2ZDJhMWMwY2M1ZTZmODhlZWU2M2UyNDBhYjE1NTJkM2RhYTVmYzg4MzAz
15
+ ZTNjMzBlYjkzYTg1Y2Y0YmI0NmM5NjFlZTg5NjJhODA5YTVmMjk=
data/README.md CHANGED
@@ -4,7 +4,7 @@ UserQ allows you to **very quickly** integrate awesome user-based queues into yo
4
4
 
5
5
  [![Build Status](https://travis-ci.org/studenthack/userq.png?branch=master)](https://travis-ci.org/studenthack/userq)
6
6
  [![Dependency Status](https://gemnasium.com/studenthack/userq.png)](https://gemnasium.com/studenthack/userq)
7
- ![Gen Version](https://d25lcipzij17d.cloudfront.net/badge.png?title=gem&type=3c&v=0.0.1)
7
+ ![Gen Version](https://d25lcipzij17d.cloudfront.net/badge.png?title=gem&type=3c&v=0.0.2)
8
8
 
9
9
  ![Screenshot](http://i.imgur.com/uqYjMyF.gif)
10
10
 
@@ -47,7 +47,7 @@ You're all setup!
47
47
 
48
48
 
49
49
  ### UserQ Documentation
50
- See the [full documentation on the Wiki](/studenthack/userq/wiki/Documentation) to see what you can do with UserQ.
50
+ See the [full documentation on the Wiki](https://github.com/studenthack/userq/wiki/Documentation) to see what you can do with UserQ.
51
51
 
52
52
 
53
53
  ### Uninstall UserQ
@@ -1,3 +1,3 @@
1
1
  module UserQ
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: userq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bilawal Hameed
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Designed to improve user experience, UserQ helps you queue users until
70
- space is available in the queue. Example usage is ticket sales.
69
+ description: UserQ allows you to very quickly integrate awesome user-based queues
70
+ into your Rails application.
71
71
  email:
72
72
  - bilawal@studenthack.com
73
73
  executables: []
@@ -118,7 +118,7 @@ files:
118
118
  - test/Gemfile.test
119
119
  - test/test_helper.rb
120
120
  - test/userq_test.rb
121
- homepage: http://studenthack.github.io/userq
121
+ homepage: http://github.com/studenthack/userq
122
122
  licenses: []
123
123
  metadata: {}
124
124
  post_install_message: