mvpkit 1.0.1 → 1.0.2

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: ba77999f55141f416df4e3f9f1805a7ab38e8fa8
4
- data.tar.gz: c5f9b40dbd3df81c4c476b2dcd7402c72f3a5366
3
+ metadata.gz: 212e63945eda6545441057cfe97ad2f291087d06
4
+ data.tar.gz: 9bc94fa0cc54d51210990abf280072f66d87a808
5
5
  SHA512:
6
- metadata.gz: e3956bb957688c08a103a1e06cb79159d53a500e194d0497af672117e75100ae5c4e258681f5863f2fbf04672cf5cb17bcb9712211d9639938bf37a988e3a314
7
- data.tar.gz: 6444103c6cf6179e99f14f649335c1a5430fda8dbba275a52564a0e9d92684252f0009d715a2265cdc83de1ef7703ebccf872b563fcfd09e5c8a0d8fdcedae15
6
+ metadata.gz: 3b07e048faabe9a86619ab2a48b7ebea7c44c54283206b9d41b8ab5648814f56d1b1f421a46d57e53dc12927a1a3a8ba1c15bcc5b4658acb621403bd8001f9ee
7
+ data.tar.gz: 38e286b8197599f94d29acd89281859bd9c0f365dcec1e6ccf99ff76db419549232f72bafa5f5d8622095a9d046116052798d3b02b6a6d276ef9d78daa27ca46
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/mvpkit.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: mvpkit 1.0.1 ruby lib
5
+ # stub: mvpkit 1.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "mvpkit"
9
- s.version = "1.0.1"
9
+ s.version = "1.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -84,7 +84,6 @@ Gem::Specification.new do |s|
84
84
  "project/.gitignore",
85
85
  "project/.iteration",
86
86
  "project/Gemfile",
87
- "project/Gemfile.lock",
88
87
  "project/Procfile",
89
88
  "project/README.md",
90
89
  "project/Rakefile",
data/project/Gemfile CHANGED
@@ -15,7 +15,7 @@ gem "dotenv-rails"
15
15
  gem 'identicon'
16
16
  gem 'jbuilder', '~> 2.5'
17
17
  gem 'mustache'
18
- gem 'mvpkit'#, path: '../../mvpkit'
18
+ gem 'mvpkit', '~> 1.0.0'#, path: '../../mvpkit'
19
19
  gem 'pg'
20
20
  gem 'postmark-rails'
21
21
  gem 'puma', '~> 3.0'
data/project/bin/setup CHANGED
@@ -13,8 +13,8 @@ end
13
13
  chdir APP_ROOT do
14
14
  puts '== Installing dependencies =='
15
15
  system! 'gem install bundler --conservative'
16
- system('bundle check') || system!('bundle install')
17
- system('npm install')
16
+ system!('bundle install')
17
+ system!('npm install')
18
18
 
19
19
  # puts "\n== Copying sample files =="
20
20
  # unless File.exist?('config/database.yml')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mvpkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter
@@ -363,7 +363,6 @@ files:
363
363
  - project/.gitignore
364
364
  - project/.iteration
365
365
  - project/Gemfile
366
- - project/Gemfile.lock
367
366
  - project/Procfile
368
367
  - project/README.md
369
368
  - project/Rakefile
data/project/Gemfile.lock DELETED
@@ -1,509 +0,0 @@
1
- GIT
2
- remote: https://github.com/rails/sprockets.git
3
- revision: 09f44cb0334ba94afbf0c3c385933e38f62bcd82
4
- specs:
5
- sprockets (4.0.0.beta4)
6
- concurrent-ruby (~> 1.0)
7
- rack (> 1, < 3)
8
-
9
- GIT
10
- remote: https://github.com/thefrontside/stripe-rails.git
11
- revision: a11cf2fe8094044039fd278543d195a67f269c65
12
- specs:
13
- stripe-rails (0.3.2)
14
- rails (>= 3)
15
- responders (~> 2.0)
16
- stripe (< 2)
17
-
18
- GEM
19
- remote: https://rubygems.org/
20
- specs:
21
- CFPropertyList (2.3.5)
22
- actioncable (5.0.2)
23
- actionpack (= 5.0.2)
24
- nio4r (>= 1.2, < 3.0)
25
- websocket-driver (~> 0.6.1)
26
- actionmailer (5.0.2)
27
- actionpack (= 5.0.2)
28
- actionview (= 5.0.2)
29
- activejob (= 5.0.2)
30
- mail (~> 2.5, >= 2.5.4)
31
- rails-dom-testing (~> 2.0)
32
- actionpack (5.0.2)
33
- actionview (= 5.0.2)
34
- activesupport (= 5.0.2)
35
- rack (~> 2.0)
36
- rack-test (~> 0.6.3)
37
- rails-dom-testing (~> 2.0)
38
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
39
- actionview (5.0.2)
40
- activesupport (= 5.0.2)
41
- builder (~> 3.1)
42
- erubis (~> 2.7.0)
43
- rails-dom-testing (~> 2.0)
44
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
45
- activejob (5.0.2)
46
- activesupport (= 5.0.2)
47
- globalid (>= 0.3.6)
48
- activemodel (5.0.2)
49
- activesupport (= 5.0.2)
50
- activerecord (5.0.2)
51
- activemodel (= 5.0.2)
52
- activesupport (= 5.0.2)
53
- arel (~> 7.0)
54
- activesupport (5.0.2)
55
- concurrent-ruby (~> 1.0, >= 1.0.2)
56
- i18n (~> 0.7)
57
- minitest (~> 5.1)
58
- tzinfo (~> 1.1)
59
- addressable (2.5.0)
60
- public_suffix (~> 2.0, >= 2.0.2)
61
- algoliasearch (1.12.6)
62
- httpclient (~> 2.8.3)
63
- json (>= 1.5.1)
64
- algoliasearch-rails (1.17.1)
65
- algoliasearch (~> 1.12.4)
66
- json (>= 1.5.1)
67
- arel (7.1.4)
68
- aws_cf_signer (0.1.3)
69
- better_errors (2.1.1)
70
- coderay (>= 1.0.0)
71
- erubis (>= 2.6.6)
72
- rack (>= 0.9.0)
73
- binding_of_caller (0.7.2)
74
- debug_inspector (>= 0.0.1)
75
- builder (3.2.3)
76
- byebug (9.0.6)
77
- carrierwave (0.11.2)
78
- activemodel (>= 3.2.0)
79
- activesupport (>= 3.2.0)
80
- json (>= 1.7)
81
- mime-types (>= 1.16)
82
- mimemagic (>= 0.3.0)
83
- chunky_png (1.3.8)
84
- client_side_validations (9.1.0)
85
- jquery-rails (~> 4.2)
86
- js_regex (~> 1.2)
87
- rails (>= 5.0.0.1, < 5.2)
88
- client_side_validations-simple_form (6.0.0)
89
- client_side_validations (~> 9.0)
90
- simple_form (~> 3.4)
91
- cloudinary (1.6.0)
92
- aws_cf_signer
93
- rest-client
94
- coderay (1.1.1)
95
- coffee-rails (4.2.1)
96
- coffee-script (>= 2.2.0)
97
- railties (>= 4.0.0, < 5.2.x)
98
- coffee-script (2.4.1)
99
- coffee-script-source
100
- execjs
101
- coffee-script-source (1.12.2)
102
- concurrent-ruby (1.0.5)
103
- connection_pool (2.2.1)
104
- debug_inspector (0.0.2)
105
- domain_name (0.5.20170223)
106
- unf (>= 0.0.5, < 1.0.0)
107
- dotenv (2.2.0)
108
- dotenv-rails (2.2.0)
109
- dotenv (= 2.2.0)
110
- railties (>= 3.2, < 5.1)
111
- erubis (2.7.0)
112
- excon (0.55.0)
113
- execjs (2.7.0)
114
- faraday (0.9.2)
115
- multipart-post (>= 1.2, < 3)
116
- ffi (1.9.18)
117
- fission (0.5.0)
118
- CFPropertyList (~> 2.2)
119
- fog (1.40.0)
120
- fog-aliyun (>= 0.1.0)
121
- fog-atmos
122
- fog-aws (>= 0.6.0)
123
- fog-brightbox (~> 0.4)
124
- fog-cloudatcost (~> 0.1.0)
125
- fog-core (~> 1.43)
126
- fog-digitalocean (>= 0.3.0)
127
- fog-dnsimple (~> 1.0)
128
- fog-dynect (~> 0.0.2)
129
- fog-ecloud (~> 0.1)
130
- fog-google (<= 0.1.0)
131
- fog-json
132
- fog-local
133
- fog-openstack
134
- fog-powerdns (>= 0.1.1)
135
- fog-profitbricks
136
- fog-rackspace
137
- fog-radosgw (>= 0.0.2)
138
- fog-riakcs
139
- fog-sakuracloud (>= 0.0.4)
140
- fog-serverlove
141
- fog-softlayer
142
- fog-storm_on_demand
143
- fog-terremark
144
- fog-vmfusion
145
- fog-voxel
146
- fog-vsphere (>= 0.4.0)
147
- fog-xenserver
148
- fog-xml (~> 0.1.1)
149
- ipaddress (~> 0.5)
150
- json (>= 1.8, < 2.0)
151
- fog-aliyun (0.1.0)
152
- fog-core (~> 1.27)
153
- fog-json (~> 1.0)
154
- ipaddress (~> 0.8)
155
- xml-simple (~> 1.1)
156
- fog-atmos (0.1.0)
157
- fog-core
158
- fog-xml
159
- fog-aws (1.2.1)
160
- fog-core (~> 1.38)
161
- fog-json (~> 1.0)
162
- fog-xml (~> 0.1)
163
- ipaddress (~> 0.8)
164
- fog-brightbox (0.11.0)
165
- fog-core (~> 1.22)
166
- fog-json
167
- inflecto (~> 0.0.2)
168
- fog-cloudatcost (0.1.2)
169
- fog-core (~> 1.36)
170
- fog-json (~> 1.0)
171
- fog-xml (~> 0.1)
172
- ipaddress (~> 0.8)
173
- fog-core (1.43.0)
174
- builder
175
- excon (~> 0.49)
176
- formatador (~> 0.2)
177
- fog-digitalocean (0.3.0)
178
- fog-core (~> 1.42)
179
- fog-json (>= 1.0)
180
- fog-xml (>= 0.1)
181
- ipaddress (>= 0.5)
182
- fog-dnsimple (1.0.0)
183
- fog-core (~> 1.38)
184
- fog-json (~> 1.0)
185
- fog-dynect (0.0.3)
186
- fog-core
187
- fog-json
188
- fog-xml
189
- fog-ecloud (0.3.0)
190
- fog-core
191
- fog-xml
192
- fog-google (0.1.0)
193
- fog-core
194
- fog-json
195
- fog-xml
196
- fog-json (1.0.2)
197
- fog-core (~> 1.0)
198
- multi_json (~> 1.10)
199
- fog-local (0.3.1)
200
- fog-core (~> 1.27)
201
- fog-openstack (0.1.20)
202
- fog-core (>= 1.40)
203
- fog-json (>= 1.0)
204
- ipaddress (>= 0.8)
205
- fog-powerdns (0.1.1)
206
- fog-core (~> 1.27)
207
- fog-json (~> 1.0)
208
- fog-xml (~> 0.1)
209
- fog-profitbricks (3.0.0)
210
- fog-core (~> 1.42)
211
- fog-json (~> 1.0)
212
- fog-rackspace (0.1.4)
213
- fog-core (>= 1.35)
214
- fog-json (>= 1.0)
215
- fog-xml (>= 0.1)
216
- ipaddress (>= 0.8)
217
- fog-radosgw (0.0.5)
218
- fog-core (>= 1.21.0)
219
- fog-json
220
- fog-xml (>= 0.0.1)
221
- fog-riakcs (0.1.0)
222
- fog-core
223
- fog-json
224
- fog-xml
225
- fog-sakuracloud (1.7.5)
226
- fog-core
227
- fog-json
228
- fog-serverlove (0.1.2)
229
- fog-core
230
- fog-json
231
- fog-softlayer (1.1.4)
232
- fog-core
233
- fog-json
234
- fog-storm_on_demand (0.1.1)
235
- fog-core
236
- fog-json
237
- fog-terremark (0.1.0)
238
- fog-core
239
- fog-xml
240
- fog-vmfusion (0.1.0)
241
- fission
242
- fog-core
243
- fog-voxel (0.1.0)
244
- fog-core
245
- fog-xml
246
- fog-vsphere (1.7.1)
247
- fog-core
248
- rbvmomi (~> 1.9)
249
- fog-xenserver (0.3.0)
250
- fog-core
251
- fog-xml
252
- fog-xml (0.1.2)
253
- fog-core
254
- nokogiri (~> 1.5, >= 1.5.11)
255
- font-awesome-rails (4.7.0.1)
256
- railties (>= 3.2, < 5.1)
257
- font-awesome-sass (4.7.0)
258
- sass (>= 3.2)
259
- formatador (0.2.5)
260
- geocoder (1.4.3)
261
- globalid (0.3.7)
262
- activesupport (>= 4.1.0)
263
- haml (4.0.7)
264
- tilt
265
- hashie (3.5.5)
266
- http-cookie (1.0.3)
267
- domain_name (~> 0.5)
268
- httpclient (2.8.3)
269
- i18n (0.8.1)
270
- identicon (0.0.5)
271
- chunky_png
272
- inflecto (0.0.2)
273
- ipaddress (0.8.3)
274
- jbuilder (2.6.3)
275
- activesupport (>= 3.0.0, < 5.2)
276
- multi_json (~> 1.2)
277
- jquery-rails (4.2.2)
278
- rails-dom-testing (>= 1, < 3)
279
- railties (>= 4.2.0)
280
- thor (>= 0.14, < 2.0)
281
- jquery-turbolinks (2.1.0)
282
- railties (>= 3.1.0)
283
- turbolinks
284
- jquery-ui-rails (5.0.5)
285
- railties (>= 3.2.16)
286
- js_regex (1.2.1)
287
- regexp_parser (>= 0.3.6, <= 0.4.2)
288
- json (1.8.6)
289
- kaminari (0.17.0)
290
- actionpack (>= 3.0.0)
291
- activesupport (>= 3.0.0)
292
- launchy (2.4.3)
293
- addressable (~> 2.3)
294
- letter_opener (1.4.1)
295
- launchy (~> 2.2)
296
- listen (3.0.8)
297
- rb-fsevent (~> 0.9, >= 0.9.4)
298
- rb-inotify (~> 0.9, >= 0.9.7)
299
- loofah (2.0.3)
300
- nokogiri (>= 1.5.9)
301
- mail (2.6.4)
302
- mime-types (>= 1.16, < 4)
303
- method_source (0.8.2)
304
- mime-types (3.1)
305
- mime-types-data (~> 3.2015)
306
- mime-types-data (3.2016.0521)
307
- mimemagic (0.3.2)
308
- mini_portile2 (2.1.0)
309
- minitest (5.10.1)
310
- multi_json (1.12.1)
311
- multipart-post (2.0.0)
312
- mustache (1.0.3)
313
- mvpkit (0.8.1)
314
- carrierwave
315
- cloudinary
316
- faraday
317
- fog
318
- fog-aws
319
- geocoder
320
- hashie
321
- rack-canonical-host
322
- rack-ssl-enforcer
323
- rollbar
324
- sass-rails (~> 5.0)
325
- sitemap_generator
326
- slack-notifier
327
- nested_form (0.3.2)
328
- netrc (0.11.0)
329
- nio4r (2.0.0)
330
- nokogiri (1.7.0.1)
331
- mini_portile2 (~> 2.1.0)
332
- pg (0.19.0)
333
- postmark (1.10.0)
334
- json
335
- rake
336
- postmark-rails (0.15.0)
337
- actionmailer (>= 3.0.0)
338
- postmark (~> 1.10.0)
339
- public_suffix (2.0.5)
340
- puma (3.8.1)
341
- rack (2.0.1)
342
- rack-canonical-host (0.2.2)
343
- addressable (> 0, < 3)
344
- rack (>= 1.0.0, < 3)
345
- rack-pjax (1.0.0)
346
- nokogiri (~> 1.5)
347
- rack (>= 1.1)
348
- rack-protection (1.5.3)
349
- rack
350
- rack-ssl-enforcer (0.2.9)
351
- rack-test (0.6.3)
352
- rack (>= 1.0)
353
- rails (5.0.2)
354
- actioncable (= 5.0.2)
355
- actionmailer (= 5.0.2)
356
- actionpack (= 5.0.2)
357
- actionview (= 5.0.2)
358
- activejob (= 5.0.2)
359
- activemodel (= 5.0.2)
360
- activerecord (= 5.0.2)
361
- activesupport (= 5.0.2)
362
- bundler (>= 1.3.0, < 2.0)
363
- railties (= 5.0.2)
364
- sprockets-rails (>= 2.0.0)
365
- rails-dom-testing (2.0.2)
366
- activesupport (>= 4.2.0, < 6.0)
367
- nokogiri (~> 1.6)
368
- rails-html-sanitizer (1.0.3)
369
- loofah (~> 2.0)
370
- rails_admin (1.1.1)
371
- builder (~> 3.1)
372
- coffee-rails (~> 4.0)
373
- font-awesome-rails (>= 3.0, < 5)
374
- haml (~> 4.0)
375
- jquery-rails (>= 3.0, < 5)
376
- jquery-ui-rails (~> 5.0)
377
- kaminari (~> 0.14)
378
- nested_form (~> 0.3)
379
- rack-pjax (>= 0.7)
380
- rails (>= 4.0, < 6)
381
- remotipart (~> 1.3)
382
- sass-rails (>= 4.0, < 6)
383
- railties (5.0.2)
384
- actionpack (= 5.0.2)
385
- activesupport (= 5.0.2)
386
- method_source
387
- rake (>= 0.8.7)
388
- thor (>= 0.18.1, < 2.0)
389
- rake (12.0.0)
390
- rb-fsevent (0.9.8)
391
- rb-inotify (0.9.8)
392
- ffi (>= 0.5.0)
393
- rbvmomi (1.10.0)
394
- builder (~> 3.0)
395
- json (>= 1.8)
396
- nokogiri (~> 1.5)
397
- trollop (~> 2.1)
398
- redis (3.3.3)
399
- redis-namespace (1.5.3)
400
- redis (~> 3.0, >= 3.0.4)
401
- regexp_parser (0.4.2)
402
- remotipart (1.3.1)
403
- responders (2.3.0)
404
- railties (>= 4.2.0, < 5.1)
405
- rest-client (2.0.1)
406
- http-cookie (>= 1.0.2, < 2.0)
407
- mime-types (>= 1.16, < 4.0)
408
- netrc (~> 0.8)
409
- rollbar (2.14.0)
410
- multi_json
411
- sass (3.4.23)
412
- sass-rails (5.0.6)
413
- railties (>= 4.0.0, < 6)
414
- sass (~> 3.1)
415
- sprockets (>= 2.8, < 4.0)
416
- sprockets-rails (>= 2.0, < 4.0)
417
- tilt (>= 1.1, < 3)
418
- sidekiq (4.2.9)
419
- concurrent-ruby (~> 1.0)
420
- connection_pool (~> 2.2, >= 2.2.0)
421
- rack-protection (>= 1.5.0)
422
- redis (~> 3.2, >= 3.2.1)
423
- simple_form (3.4.0)
424
- actionpack (> 4, < 5.1)
425
- activemodel (> 4, < 5.1)
426
- sitemap_generator (5.3.1)
427
- builder (~> 3.0)
428
- slack-notifier (2.1.0)
429
- spring (2.0.1)
430
- activesupport (>= 4.2)
431
- spring-watcher-listen (2.0.1)
432
- listen (>= 2.7, < 4.0)
433
- spring (>= 1.2, < 3.0)
434
- sprockets-rails (3.2.0)
435
- actionpack (>= 4.0)
436
- activesupport (>= 4.0)
437
- sprockets (>= 3.0.0)
438
- statistics2 (0.54)
439
- stripe (1.58.0)
440
- rest-client (>= 1.4, < 4.0)
441
- thor (0.19.4)
442
- thread_safe (0.3.6)
443
- tilt (2.0.6)
444
- trollop (2.1.2)
445
- turbolinks (5.0.1)
446
- turbolinks-source (~> 5)
447
- turbolinks-source (5.0.0)
448
- tzinfo (1.2.2)
449
- thread_safe (~> 0.1)
450
- uglifier (3.1.9)
451
- execjs (>= 0.3.0, < 3)
452
- unf (0.1.4)
453
- unf_ext
454
- unf_ext (0.0.7.2)
455
- web-console (3.4.0)
456
- actionview (>= 5.0)
457
- activemodel (>= 5.0)
458
- debug_inspector
459
- railties (>= 5.0)
460
- websocket-driver (0.6.5)
461
- websocket-extensions (>= 0.1.0)
462
- websocket-extensions (0.1.2)
463
- workflow (1.2.0)
464
- xml-simple (1.1.5)
465
-
466
- PLATFORMS
467
- ruby
468
-
469
- DEPENDENCIES
470
- algoliasearch-rails
471
- better_errors
472
- binding_of_caller
473
- byebug
474
- carrierwave (= 0.11.2)
475
- client_side_validations
476
- client_side_validations-simple_form
477
- dotenv-rails
478
- font-awesome-sass
479
- identicon
480
- jbuilder (~> 2.5)
481
- jquery-turbolinks
482
- letter_opener
483
- listen (~> 3.0.5)
484
- mustache
485
- mvpkit
486
- pg
487
- postmark-rails
488
- puma (~> 3.0)
489
- rails (~> 5.0.1)
490
- rails_admin
491
- redis
492
- redis-namespace
493
- sidekiq
494
- simple_form
495
- spring
496
- spring-watcher-listen (~> 2.0.0)
497
- sprockets!
498
- statistics2
499
- stripe-rails!
500
- turbolinks (~> 5)
501
- uglifier
502
- web-console (>= 3.3.0)
503
- workflow
504
-
505
- RUBY VERSION
506
- ruby 2.3.1p112
507
-
508
- BUNDLED WITH
509
- 1.14.3