tawork 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDYwYTljOTk3MjQyYzdhZDZmZjY4OGVlMTY2MWI0MmQzNTFmYjkxZQ==
4
+ YTQ5ZTFkNzE4YmE1NTZkYjBmMzllNjY0ZDIyOTYyZjZkNTk3NzE4YQ==
5
5
  data.tar.gz: !binary |-
6
- MTRhODFjOTg5NzA0NGU4YzAzZWM2OTRmYzdhZDM2MzUzMjA2ZWJlMw==
6
+ ZDhmZWQ5MTVhYzg0NjU3NTg2N2QzYzVmYTM3NGRiOWY1Y2QwYTM2NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTkwZjRjZjU0OGM3ZTc1MzYyNjEyN2Q2NDVhNzNiNDQwYzFiYjMyZjBmNzkw
10
- MjFkMWQ5NWI2YzU4YTA3ZmU2OGJlN2ZjODNiMDM5ZTlkYjc1ZTBmOGE0N2Iw
11
- MThmZjFlZTZkYzM4YzdhNjgwMTk1NjQ2MDhmZWUyNDcyNThjMWQ=
9
+ M2U1MWU0NzEwODE0YTA4YTQ3ZDIzMzU0ZmViNTNiZDNlOGRhZGZiOGVlNjkx
10
+ ZGIzMmRiZmY3OWUxZWMzMjU3MmNlMTY3NTZjMDUyZTBmMDlkYjJmZTYyZDcw
11
+ M2E4NzBiODIwMzE5ZGI1MjlkYTZjOThmMWMwMWFiNmNjZDYzNGY=
12
12
  data.tar.gz: !binary |-
13
- NWJiMjA3YTMyMDIyYjBlZWFiOGJmMTA3ZDJiNGQ2ZDNhZjczOTRhNjQ4NGQ2
14
- YjQyOGMxOWE1NGY0Zjg2M2RiY2RmMTcyNWUyN2I3NGRlNGUyZmZkNDRkMDI0
15
- ZDVlNzExYTM4MmNhYjFhM2RjYzMzMzc0ZDNlMWYwM2ExNWE5ZTg=
13
+ MWZlNWZmZDljNDQ4YWUyY2I3N2ZjZWU1ZTA2ZTk5MjJkN2Q0OGNmZjNkMTQ1
14
+ NjlmZjMxZDFhMDVlZDE2ZjkzMjVhMTRiZjc2MWFhZDZmMzBkMWFjYmVkYWRh
15
+ ZTcxNWU0ZDk5ZDE3YTc1MDgwMTNjNzJkZTk0ZmNiODU0NGMwYzU=
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rails-assets.org'
3
3
 
4
4
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5
5
  # gem 'rails', '4.1.0.beta1'
6
- gem 'rails', github: 'rails/rails'
6
+ gem 'rails', "4.1.0.rc1"
7
7
 
8
8
  # Use mysql as the database for Active Record
9
9
  gem 'mysql2'
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  GIT
2
2
  remote: git://github.com/rusanu/blockuijs-rails.git
3
- revision: 5deb1d36a861327dd54002d559fcd0e6197a3c83
3
+ revision: 56e727429fa876fa03eade459404c98d74bf32e8
4
4
  specs:
5
5
  blockuijs-rails (0.1.0)
6
6
  rails (>= 3.1)
7
7
 
8
8
  GIT
9
9
  remote: git@github.com:spohlenz/tinymce-rails.git
10
- revision: b398df1b434d56e20d1c2ae65fa0715cb6bf16e5
10
+ revision: e03d27f3b491be68f460e9644e09ef0fad23e2cd
11
11
  branch: tinymce-4
12
12
  specs:
13
- tinymce-rails (4.0.12)
13
+ tinymce-rails (4.0.18)
14
14
  railties (>= 3.1.1)
15
15
 
16
16
  GIT
17
17
  remote: git@github.com:swanandp/acts_as_list.git
18
- revision: 799465c459a65f33bdb460ff1d64b215a631289f
18
+ revision: 7390b48ae2cb419d60f0509d80647b5b10845780
19
19
  specs:
20
- acts_as_list (0.3.0)
20
+ acts_as_list (0.4.0)
21
21
  activerecord (>= 3.0)
22
22
 
23
23
  GEM
@@ -25,99 +25,105 @@ GEM
25
25
  remote: https://rails-assets.org/
26
26
  specs:
27
27
  RedCloth (4.2.9)
28
- aasm (3.0.23)
29
- actionmailer (4.0.3)
30
- actionpack (= 4.0.3)
28
+ aasm (3.1.1)
29
+ actionmailer (4.1.0.rc1)
30
+ actionpack (= 4.1.0.rc1)
31
+ actionview (= 4.1.0.rc1)
31
32
  mail (~> 2.5.4)
32
- actionpack (4.0.3)
33
- activesupport (= 4.0.3)
34
- builder (~> 3.1.0)
35
- erubis (~> 2.7.0)
33
+ actionpack (4.1.0.rc1)
34
+ actionview (= 4.1.0.rc1)
35
+ activesupport (= 4.1.0.rc1)
36
36
  rack (~> 1.5.2)
37
37
  rack-test (~> 0.6.2)
38
- activemodel (4.0.3)
39
- activesupport (= 4.0.3)
40
- builder (~> 3.1.0)
41
- activerecord (4.0.3)
42
- activemodel (= 4.0.3)
43
- activerecord-deprecated_finders (~> 1.0.2)
44
- activesupport (= 4.0.3)
45
- arel (~> 4.0.0)
46
- activerecord-deprecated_finders (1.0.3)
47
- activesupport (4.0.3)
48
- i18n (~> 0.6, >= 0.6.4)
49
- minitest (~> 4.2)
50
- multi_json (~> 1.3)
38
+ actionview (4.1.0.rc1)
39
+ activesupport (= 4.1.0.rc1)
40
+ builder (~> 3.1)
41
+ erubis (~> 2.7.0)
42
+ activemodel (4.1.0.rc1)
43
+ activesupport (= 4.1.0.rc1)
44
+ builder (~> 3.1)
45
+ activerecord (4.1.0.rc1)
46
+ activemodel (= 4.1.0.rc1)
47
+ activesupport (= 4.1.0.rc1)
48
+ arel (~> 5.0.0)
49
+ activesupport (4.1.0.rc1)
50
+ i18n (~> 0.6, >= 0.6.9)
51
+ json (~> 1.7, >= 1.7.7)
52
+ minitest (~> 5.1)
51
53
  thread_safe (~> 0.1)
52
- tzinfo (~> 0.3.37)
54
+ tzinfo (~> 1.1)
53
55
  ancestry (2.0.0)
54
56
  activerecord (>= 3.0.0)
55
57
  ansi (1.4.3)
56
- arel (4.0.2)
57
- atomic (1.1.14)
58
+ arel (5.0.0)
59
+ atomic (1.1.15)
58
60
  awesome_print (1.2.0)
59
- bcrypt-ruby (3.1.2)
60
- better_errors (0.3.2)
61
+ bcrypt (3.1.7)
62
+ bcrypt-ruby (3.1.5)
63
+ bcrypt (>= 3.1.3)
64
+ better_errors (1.1.0)
61
65
  coderay (>= 1.0.0)
62
- erubis (>= 2.7.0)
66
+ erubis (>= 2.6.6)
63
67
  binding_of_caller (0.7.2)
64
68
  debug_inspector (>= 0.0.1)
65
69
  bootstrap-sass (3.1.1.0)
66
70
  sass (~> 3.2)
67
- builder (3.1.4)
71
+ builder (3.2.2)
68
72
  charlock_holmes (0.6.9.4)
69
- coderay (1.0.8)
73
+ coderay (1.1.0)
70
74
  coffee-rails (4.0.1)
71
75
  coffee-script (>= 2.2.0)
72
76
  railties (>= 4.0.0, < 5.0)
73
77
  coffee-script (2.2.0)
74
78
  coffee-script-source
75
79
  execjs
76
- coffee-script-source (1.6.3)
80
+ coffee-script-source (1.7.0)
77
81
  columnize (0.3.6)
78
82
  coolline (0.4.3)
79
83
  daemons (1.1.9)
80
84
  debug_inspector (0.0.2)
81
- debugger (1.6.5)
85
+ debugger (1.6.6)
82
86
  columnize (>= 0.3.1)
83
87
  debugger-linecache (~> 1.2.0)
84
- debugger-ruby_core_source (~> 1.3.1)
88
+ debugger-ruby_core_source (~> 1.3.2)
85
89
  debugger-linecache (1.2.0)
86
- debugger-ruby_core_source (1.3.1)
87
- devise (3.2.2)
90
+ debugger-ruby_core_source (1.3.2)
91
+ devise (3.2.3)
88
92
  bcrypt-ruby (~> 3.0)
89
93
  orm_adapter (~> 0.1)
90
94
  railties (>= 3.2.6, < 5)
91
95
  thread_safe (~> 0.1)
92
96
  warden (~> 1.2.3)
93
97
  diff-lcs (1.2.5)
94
- diffy (3.0.1)
98
+ diffy (3.0.2)
99
+ dotenv (0.10.0)
95
100
  erubis (2.7.0)
96
101
  eventmachine (1.0.3)
97
102
  execjs (2.0.2)
98
- font-awesome-rails (4.0.3.0)
103
+ font-awesome-rails (4.0.3.1)
99
104
  railties (>= 3.2, < 5.0)
100
- foreman (0.61.0)
105
+ foreman (0.63.0)
106
+ dotenv (>= 0.7)
101
107
  thor (>= 0.13.6)
102
- github-markdown (0.6.3)
108
+ github-markdown (0.6.4)
103
109
  github-markup (0.7.5)
104
110
  gitlab-grit (2.6.0)
105
111
  charlock_holmes (~> 0.6.9)
106
112
  diff-lcs (~> 1.1)
107
113
  mime-types (~> 1.15)
108
114
  posix-spawn (~> 0.3.6)
109
- gollum-lib (1.0.9)
115
+ gollum-lib (2.0.0)
110
116
  github-markup (>= 0.7.5, < 1.0.0)
111
117
  gitlab-grit (= 2.6.0)
112
118
  nokogiri (~> 1.6.0)
113
- pygments.rb (~> 0.5.2)
119
+ rouge (~> 1.3.1)
114
120
  sanitize (~> 2.0.6)
115
121
  stringex (~> 2.1.0)
116
122
  grit (2.5.0)
117
123
  diff-lcs (~> 1.1)
118
124
  mime-types (~> 1.15)
119
125
  posix-spawn (~> 0.3.6)
120
- haml (4.0.4)
126
+ haml (4.1.0.beta.1)
121
127
  tilt
122
128
  haml-contrib (1.0.0.1)
123
129
  haml (>= 3.2.0.alpha.13)
@@ -146,37 +152,37 @@ GEM
146
152
  jbuilder (1.5.3)
147
153
  activesupport (>= 3.0.0)
148
154
  multi_json (>= 1.2.0)
149
- jquery-rails (3.0.4)
155
+ jquery-rails (3.1.0)
150
156
  railties (>= 3.0, < 5.0)
151
157
  thor (>= 0.14, < 2.0)
152
158
  json (1.8.1)
153
- kaminari (0.15.0)
159
+ kaminari (0.15.1)
154
160
  actionpack (>= 3.0.0)
155
161
  activesupport (>= 3.0.0)
156
- kramdown (1.3.1)
162
+ kramdown (1.3.2)
157
163
  mail (2.5.4)
158
164
  mime-types (~> 1.16)
159
165
  treetop (~> 1.4.8)
160
166
  method_source (0.8.2)
161
167
  mime-types (1.25.1)
162
168
  mini_portile (0.5.2)
163
- minitest (4.7.5)
164
- multi_json (1.8.4)
165
- mysql2 (0.3.14)
169
+ minitest (5.3.0)
170
+ multi_json (1.9.0)
171
+ mysql2 (0.3.15)
166
172
  nokogiri (1.6.1)
167
173
  mini_portile (~> 0.5.0)
168
- omniauth (1.1.4)
174
+ omniauth (1.2.1)
169
175
  hashie (>= 1.2, < 3)
170
- rack
176
+ rack (~> 1.0)
171
177
  omniauth-openid (1.0.1)
172
178
  omniauth (~> 1.0)
173
179
  rack-openid (~> 1.3.1)
174
180
  orm_adapter (0.5.0)
175
- plupload-rails (1.1.0)
181
+ plupload-rails (1.2.1)
176
182
  rails (>= 3.1)
177
183
  polyglot (0.3.4)
178
184
  posix-spawn (0.3.8)
179
- pry (0.9.12.4)
185
+ pry (0.9.12.6)
180
186
  coderay (~> 1.0)
181
187
  method_source (~> 0.8)
182
188
  slop (~> 3.4)
@@ -192,72 +198,74 @@ GEM
192
198
  pry (>= 0.9.8)
193
199
  pry-rails (0.3.2)
194
200
  pry (>= 0.9.10)
195
- pry-remote (0.1.7)
201
+ pry-remote (0.1.8)
196
202
  pry (~> 0.9)
197
203
  slop (~> 3.0)
198
204
  pry-stack_explorer (0.4.9.1)
199
205
  binding_of_caller (>= 0.7)
200
206
  pry (>= 0.9.11)
201
- public_activity (1.4.0)
207
+ public_activity (1.4.1)
202
208
  actionpack (>= 3.0.0)
203
209
  activerecord (>= 3.0)
204
210
  i18n (>= 0.5.0)
205
211
  railties (>= 3.0.0)
206
- pygments.rb (0.5.4)
207
- posix-spawn (~> 0.3.6)
208
- yajl-ruby (~> 1.1.0)
209
212
  rack (1.5.2)
210
213
  rack-openid (1.3.1)
211
214
  rack (>= 1.1.0)
212
215
  ruby-openid (>= 2.1.8)
213
216
  rack-test (0.6.2)
214
217
  rack (>= 1.0)
215
- rails (4.0.3)
216
- actionmailer (= 4.0.3)
217
- actionpack (= 4.0.3)
218
- activerecord (= 4.0.3)
219
- activesupport (= 4.0.3)
218
+ rails (4.1.0.rc1)
219
+ actionmailer (= 4.1.0.rc1)
220
+ actionpack (= 4.1.0.rc1)
221
+ actionview (= 4.1.0.rc1)
222
+ activemodel (= 4.1.0.rc1)
223
+ activerecord (= 4.1.0.rc1)
224
+ activesupport (= 4.1.0.rc1)
220
225
  bundler (>= 1.3.0, < 2.0)
221
- railties (= 4.0.3)
226
+ railties (= 4.1.0.rc1)
222
227
  sprockets-rails (~> 2.0.0)
223
- rails-assets-backbone (1.1.0)
224
- rails-assets-highlightjs (7.5.0)
225
- rails-assets-jquery (2.0.3)
226
- rails-assets-jquery-autosize (1.18.2)
228
+ rails-assets-backbone (1.1.2)
229
+ rails-assets-underscore (>= 1.5.0)
230
+ rails-assets-highlightjs (8.0.0)
231
+ rails-assets-jquery (2.1.0)
232
+ rails-assets-jquery-autosize (1.18.6)
227
233
  rails-assets-jquery (>= 1.7)
228
- rails-assets-jquery-ui (1.10.3)
234
+ rails-assets-jquery-ui (1.10.4)
229
235
  rails-assets-jquery (>= 1.6)
230
- rails-assets-underscore (1.5.2)
231
- rails-timeago (2.8.0)
236
+ rails-assets-underscore (1.6.0)
237
+ rails-timeago (2.9.0)
232
238
  actionpack (>= 3.1)
233
239
  activesupport (>= 3.1)
234
- railties (4.0.3)
235
- actionpack (= 4.0.3)
236
- activesupport (= 4.0.3)
240
+ railties (4.1.0.rc1)
241
+ actionpack (= 4.1.0.rc1)
242
+ activesupport (= 4.1.0.rc1)
237
243
  rake (>= 0.8.7)
238
244
  thor (>= 0.18.1, < 2.0)
239
245
  rake (10.1.1)
240
- rdoc (3.12.2)
246
+ rdoc (4.1.1)
241
247
  json (~> 1.4)
242
- redcarpet (3.0.0)
248
+ redcarpet (3.1.1)
243
249
  rest-client (1.6.7)
244
250
  mime-types (>= 1.16)
245
- ruby-openid (2.3.0)
251
+ rouge (1.3.3)
252
+ ruby-openid (2.5.0)
246
253
  sanitize (2.0.6)
247
254
  nokogiri (>= 1.4.4)
248
- sass (3.3.2)
249
- sass-rails (4.0.1)
255
+ sass (3.2.15)
256
+ sass-rails (4.0.2)
250
257
  railties (>= 4.0.0, < 5.0)
251
- sass (>= 3.1.10)
258
+ sass (~> 3.2.0)
259
+ sprockets (~> 2.8, <= 2.11.0)
252
260
  sprockets-rails (~> 2.0.0)
253
- sdoc (0.3.20)
254
- json (>= 1.1.3)
255
- rdoc (~> 3.10)
261
+ sdoc (0.4.0)
262
+ json (~> 1.8)
263
+ rdoc (~> 4.0, < 5.0)
256
264
  simple_form (3.0.1)
257
265
  actionpack (>= 4.0.0, < 4.1)
258
266
  activemodel (>= 4.0.0, < 4.1)
259
- slop (3.4.7)
260
- sprockets (2.10.1)
267
+ slop (3.5.0)
268
+ sprockets (2.11.0)
261
269
  hike (~> 1.2)
262
270
  multi_json (~> 1.0)
263
271
  rack (~> 1.0)
@@ -267,15 +275,15 @@ GEM
267
275
  activesupport (>= 3.0)
268
276
  sprockets (~> 2.8)
269
277
  stringex (2.1.2)
270
- thin (1.5.1)
278
+ thin (1.6.2)
271
279
  daemons (>= 1.0.9)
272
- eventmachine (>= 0.12.6)
280
+ eventmachine (>= 1.0.0)
273
281
  rack (>= 1.0.0)
274
282
  thor (0.18.1)
275
- thread_safe (0.1.3)
276
- atomic
283
+ thread_safe (0.2.0)
284
+ atomic (>= 1.1.7, < 2)
277
285
  tilt (1.4.1)
278
- tire (0.6.1)
286
+ tire (0.6.2)
279
287
  activemodel (>= 3.0)
280
288
  activesupport
281
289
  ansi
@@ -286,15 +294,15 @@ GEM
286
294
  treetop (1.4.15)
287
295
  polyglot
288
296
  polyglot (>= 0.3.1)
289
- turbolinks (2.0.0)
297
+ turbolinks (2.2.1)
290
298
  coffee-rails
291
- tzinfo (0.3.39)
292
- uglifier (2.3.2)
299
+ tzinfo (1.1.0)
300
+ thread_safe (~> 0.1)
301
+ uglifier (2.4.0)
293
302
  execjs (>= 0.3.0)
294
303
  json (>= 1.8.0)
295
304
  warden (1.2.3)
296
305
  rack (>= 1.0)
297
- yajl-ruby (1.1.0)
298
306
  yard (0.8.7.3)
299
307
 
300
308
  PLATFORMS
@@ -327,7 +335,7 @@ DEPENDENCIES
327
335
  omniauth-openid
328
336
  plupload-rails
329
337
  public_activity
330
- rails (= 4.0.3)
338
+ rails (= 4.1.0.rc1)
331
339
  rails-assets-backbone
332
340
  rails-assets-highlightjs
333
341
  rails-assets-jquery-autosize
@@ -1,3 +1,3 @@
1
1
  module Tawork
2
- VERSION = '0.0.16'
2
+ VERSION = '0.0.17'
3
3
  end
data/tawork.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
19
19
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
20
20
 
21
- s.add_dependency "rails", "~> 4.1.0.beta1"
21
+ s.add_dependency "rails", "4.1.0.rc1"
22
22
 
23
23
  s.require_paths = ['lib']
24
24
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tawork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adnan Ali
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-13 00:00:00.000000000 Z
11
+ date: 2014-03-14 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
- version: 4.1.0.beta1
19
+ version: 4.1.0.rc1
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
- version: 4.1.0.beta1
26
+ version: 4.1.0.rc1
27
27
  description: Wiki and Tickets
28
28
  email:
29
29
  - adnan.ali@gmail.com