userq 0.0.3 → 0.0.4

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTc4MjY4NDU5MWU1YmUxYmU5YzVkZDVjNzc1MjIyYTM2OWI0YjJkYQ==
4
+ OTdhM2I5MjFkOWFlNTM0M2I2MzIxY2I5N2E1Nzg4MDQxOTFjOGUzOA==
5
5
  data.tar.gz: !binary |-
6
- YTFlZWRjM2NkMDdmNTVjNWU0ZTZiYWQwMTJhYmJiNmFmNmVkNTgyZA==
6
+ ZDQ5MmE4NmE1M2VlMWUwYzBmNDdkOTdiY2Y2MTFhNmQ3NzJiNWNiMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDIzNjZkZmFhNWFmYzdlYWVhNDg5YThmYTFlYWE1ZGYxZjFkOTk1NGM3OWE5
10
- MzgxYzQ4NzUwMDY3M2RhZDczYWM0OTBhOGVhNTgwNmM5NWVlZDhjMWUzOGRl
11
- OTMyNjNlNzQ4MWU4MjE0Nzg4NDUwYmY4NzhlMmViYmIxZjI4YTY=
9
+ NmI3ZDRhYzgwYjc5NWM3MmY4N2RjNmUzZTU4ZTk5MThkYTAwODdlMWJlNGFj
10
+ MzM1MzIxOWEzZjA2NTg3ODliM2RhYmJkOTJjMGQ1ZGZjYzE0OWQ1MTg4YjIz
11
+ NzY3NzljZTY0NTI1NmY0MmZhZjk4YTNhN2FlMzRiYTFjNGYzOTA=
12
12
  data.tar.gz: !binary |-
13
- ZDI5ZDU2ZjVkYmJmYTIxZWExODQ3OTM5NDM3ZGUxY2E2OGU1NzU0MjVjN2Q3
14
- ZWE0MWViOTUwZGQ5MDZiMWEyZDlhMTAzOTkyZGJhOTA2MzlkYTc0OWQ5MmY0
15
- NWZhNjgwMGY1NzYwYWY5ZjU4YmQ4YzA1OTNjMzRiZTVmYTkyZTY=
13
+ MWZhMjdhOGUzMzFjYTlhZWMzYmVjYjlhZDY4ODY5OWNlMmEwYjVmZjVkNmRk
14
+ MDgwZDYyZDcyNjExMWVjN2IyZmQzMDU1ODY2ZmE1YTVkNDA1YjE3MjliZDgy
15
+ MTk2NWYwYWEyMGE3ZDNkYmExMThjYjkyY2M5NmFhNDlhNzk5YWU=
@@ -1,3 +1,3 @@
1
1
  module UserQ
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,43 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: userq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bilawal Hameed
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-25 00:00:00.000000000 Z
11
+ date: 2015-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ! '>'
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - ! '>'
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.0.0
27
- - !ruby/object:Gem::Dependency
28
- name: json
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ! '>='
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ! '>='
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: sqlite3
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -59,7 +45,7 @@ dependencies:
59
45
  - - ! '>='
60
46
  - !ruby/object:Gem::Version
61
47
  version: '0'
62
- type: :development
48
+ type: :runtime
63
49
  prerelease: false
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
@@ -74,13 +60,15 @@ executables: []
74
60
  extensions: []
75
61
  extra_rdoc_files: []
76
62
  files:
63
+ - MIT-LICENSE
64
+ - README.md
65
+ - Rakefile
77
66
  - lib/generators/userq/install_generator.rb
78
67
  - lib/generators/userq/templates/migration.rb
79
- - lib/userq/version.rb
80
68
  - lib/userq.rb
81
- - MIT-LICENSE
82
- - Rakefile
83
- - README.md
69
+ - lib/userq/version.rb
70
+ - test/Gemfile.test
71
+ - test/dummy/Rakefile
84
72
  - test/dummy/app/assets/javascripts/application.js
85
73
  - test/dummy/app/assets/stylesheets/application.css
86
74
  - test/dummy/app/controllers/application_controller.rb
@@ -89,6 +77,7 @@ files:
89
77
  - test/dummy/bin/bundle
90
78
  - test/dummy/bin/rails
91
79
  - test/dummy/bin/rake
80
+ - test/dummy/config.ru
92
81
  - test/dummy/config/application.rb
93
82
  - test/dummy/config/boot.rb
94
83
  - test/dummy/config/database.yml
@@ -105,19 +94,13 @@ files:
105
94
  - test/dummy/config/initializers/wrap_parameters.rb
106
95
  - test/dummy/config/locales/en.yml
107
96
  - test/dummy/config/routes.rb
108
- - test/dummy/config.ru
109
- - test/dummy/db/development.sqlite3
110
- - test/dummy/db/migrate/1387972460_create_user_queues.rb
111
97
  - test/dummy/db/schema.rb
112
- - test/dummy/db/test.sqlite3
113
98
  - test/dummy/log/development.log
114
99
  - test/dummy/log/test.log
115
100
  - test/dummy/public/404.html
116
101
  - test/dummy/public/422.html
117
102
  - test/dummy/public/500.html
118
103
  - test/dummy/public/favicon.ico
119
- - test/dummy/Rakefile
120
- - test/Gemfile.test
121
104
  - test/test_helper.rb
122
105
  - test/userq_test.rb
123
106
  homepage: http://github.com/studenthack/userq
@@ -139,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
122
  version: '0'
140
123
  requirements: []
141
124
  rubyforge_project:
142
- rubygems_version: 2.1.9
125
+ rubygems_version: 2.2.2
143
126
  signing_key:
144
127
  specification_version: 4
145
128
  summary: Lightweight user-based queue for Rails.
@@ -169,10 +152,7 @@ test_files:
169
152
  - test/dummy/config/locales/en.yml
170
153
  - test/dummy/config/routes.rb
171
154
  - test/dummy/config.ru
172
- - test/dummy/db/development.sqlite3
173
- - test/dummy/db/migrate/1387972460_create_user_queues.rb
174
155
  - test/dummy/db/schema.rb
175
- - test/dummy/db/test.sqlite3
176
156
  - test/dummy/log/development.log
177
157
  - test/dummy/log/test.log
178
158
  - test/dummy/public/404.html
@@ -1,12 +0,0 @@
1
- class CreateUserQueues < ActiveRecord::Migration
2
- def change
3
- create_table :user_queues do |t|
4
- t.string :code
5
- t.datetime :expires_at
6
- t.text :data
7
- t.string :context
8
-
9
- t.timestamps
10
- end
11
- end
12
- end
Binary file