minke-generator-netmvc 0.9.0 → 0.10.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 +13 -5
- data/.travis.yml +1 -1
- data/lib/generators/netmvc/scaffold/Startup.cs.erb +1 -4
- data/lib/generators/netmvc/version.rb +1 -1
- metadata +17 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
OTRkOWMyZmQ3ODA2MDdhYjIxZDE5YTJiNGUwMThhZDc3NTU3ZGU4ZA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NmJjOGMwZDIxMDIxODNjMzEyZmYzODVlMTNjNTgxNzYwYzFjYmY3Mw==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
ZDAyMWExZGJlY2Y5NjRlMzc1ZTY2MDFiYmNlYzAzM2I5Yzg1NGNlY2EyNGMy
|
|
10
|
+
NDNhNTY1MzNkNzk3ZjRhYjQ2ZTcwMjBhNGQ1MzkzOWU5MGY1MjUwNGFlMjZj
|
|
11
|
+
ZjNiMDA1ZTFkMWRkY2JiMGZiYjI1NTJjMGI0Yjc2YzUxNDUwMTQ=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NTMyZDAyM2QxNDhjNDgwODVlZjMxZGYxY2ZiZTBkZDJlNTY5NGVjZjQwMGQ2
|
|
14
|
+
MDQyMzQ2OWNhMzA5NzdjOGU3MjlkMDU4OTA4NjdhZDU3ZDQ0Nzc0ZGIyZDdi
|
|
15
|
+
MWJlMDEyZTM4MmRiOGQ0YmMyOGQyZDAxZTZmMzdlY2IyMWRhZDY=
|
data/.travis.yml
CHANGED
|
@@ -11,4 +11,4 @@ deploy:
|
|
|
11
11
|
on:
|
|
12
12
|
repo: nicholasjackson/minke-generator-netmvc
|
|
13
13
|
api_key:
|
|
14
|
-
secure:
|
|
14
|
+
secure: Z4YTNo9euqypew0HJhqMKn+Qt6QpccFseNY9dj5gc1WfjkH6LBu2cd0kMB4exdSpzNdQbPUoylSOxo3Sn1BsDsVHYyJ9PRAffmqbMVtmXz/OL9tDIAUfzFA2C981BSJbMBNkFC+AjHnYuaPFJqnnyvYCPCItQILluoZlyfquM4KqzydnO7FCT1J7fl2Bt6aLPk7QQ9hwlxE7h66pX6fEGgZPUFHEwno23+lr4x8bkUrRoGgxz5sEDyvQm9WgzvjaJA5ahxJIT5o4a+I9POQQu8b6MTkLBfrBHwG/GaOQwdciSBkclOoBdwDbZMKBNKC+Hm3gBb+7vaexNNGkcB5tyFVOlo9b/VhHn/BtKRrBZkaHUA3YC1nHAYBEnnC1BmqPR13mK7o5Am/s0h6uIpnxnk6PMf3lfD515LmiLSLsZ0LESfciTjwBy1MtU1ZuN2Nf2bAv5Zl1fsjPFZqBu1NpgTHK5DSarbsuP5ZsFIAYc0VDma09zFMmLfVEcsPiqt2biMpCaM7BBupybT5imSNwssrlrOMwsDv4uW9iMmhcleF9dEbn5T89pCFNfMXSsTI2IYMLkq3j5NKTLQmkqWiN7vTSIA9w1vRj0t0N7qC8PXlHbsZ25DG0QB4H072KCOSaCVgBFTkMve2hEi/RTZYHkXGaotwNoISPU49M5pn3KDo=
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
using System;
|
|
2
|
-
using System.Collections.Generic;
|
|
3
|
-
using System.Linq;
|
|
4
|
-
using System.Threading.Tasks;
|
|
5
1
|
using Microsoft.AspNetCore.Builder;
|
|
6
2
|
using Microsoft.AspNetCore.Hosting;
|
|
7
3
|
using Microsoft.Extensions.Configuration;
|
|
8
4
|
using Microsoft.Extensions.DependencyInjection;
|
|
9
5
|
using Microsoft.Extensions.Logging;
|
|
6
|
+
using Newtonsoft.Json.Serialization;
|
|
10
7
|
|
|
11
8
|
namespace <%= namespace %>
|
|
12
9
|
{
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minke-generator-netmvc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nic Jackson
|
|
@@ -14,56 +14,56 @@ dependencies:
|
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.11'
|
|
20
20
|
type: :development
|
|
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: '1.11'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '10.0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ~>
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '3.0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description:
|
|
56
|
-
for further details
|
|
55
|
+
description: .Net Core MVC microservice for Minke, please see https://github.com/nicholasjackson/minkie
|
|
56
|
+
for further details
|
|
57
57
|
email:
|
|
58
58
|
- jackson.nic@gmail.com
|
|
59
59
|
executables: []
|
|
60
60
|
extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
|
62
62
|
files:
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
-
|
|
63
|
+
- .gitignore
|
|
64
|
+
- .ruby-gemset
|
|
65
|
+
- .ruby-version
|
|
66
|
+
- .travis.yml
|
|
67
67
|
- CODE_OF_CONDUCT.md
|
|
68
68
|
- Gemfile
|
|
69
69
|
- Gemfile.lock
|
|
@@ -118,18 +118,18 @@ require_paths:
|
|
|
118
118
|
- lib
|
|
119
119
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
120
120
|
requirements:
|
|
121
|
-
- -
|
|
121
|
+
- - ! '>='
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
123
|
version: '0'
|
|
124
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
requirements:
|
|
126
|
-
- -
|
|
126
|
+
- - ! '>='
|
|
127
127
|
- !ruby/object:Gem::Version
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
130
|
rubyforge_project:
|
|
131
|
-
rubygems_version: 2.5
|
|
131
|
+
rubygems_version: 2.4.5
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 4
|
|
134
|
-
summary:
|
|
134
|
+
summary: .Net Core MVC microservice template for Minke
|
|
135
135
|
test_files: []
|