raykit 0.0.474 → 0.0.476
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/raykit/default_content.rb +227 -0
- data/lib/raykit.rb +2 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cefdd20ff9e24b12f53cdadbca6378a540815c2aceae1df4a0ccac06cd6cf0a7
|
4
|
+
data.tar.gz: c98f24c99b5c3a0896523a24222eebf1fd556f2fc804602b10c801fb8b02cb0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80fc5b882a1ba5a80c188e2ed5730734ca3279301099e38810fa0d358cc9c88499cc14a692d1d9a9ece7439e2acd95d0440e428a32da287012f94179a5b25e05
|
7
|
+
data.tar.gz: a3d6f97ca186c71e0e85804ccad6bcb10803a45ffdfd43a23332b3d706b4c8e197cc8b6b626d640d338e01b2fb3681ba9a6243e9b7615a21883c09f0ad806998
|
@@ -0,0 +1,227 @@
|
|
1
|
+
module Raykit
|
2
|
+
class DefaultContent
|
3
|
+
def self.gitignore
|
4
|
+
<<-GITIGNORE
|
5
|
+
# General
|
6
|
+
[Aa]rtifacts/
|
7
|
+
|
8
|
+
# Ruby
|
9
|
+
*.gem
|
10
|
+
*.rbc
|
11
|
+
/.config
|
12
|
+
/coverage/
|
13
|
+
/InstalledFiles
|
14
|
+
/pkg/
|
15
|
+
/spec/reports/
|
16
|
+
/spec/examples.txt
|
17
|
+
/test/tmp/
|
18
|
+
/test/version_tmp/
|
19
|
+
/tmp/
|
20
|
+
/.yardoc/
|
21
|
+
/_yardoc/
|
22
|
+
/doc/
|
23
|
+
/rdoc/
|
24
|
+
/.bundle/
|
25
|
+
/vendor/bundle
|
26
|
+
/lib/bundler/man/
|
27
|
+
.rvmrc
|
28
|
+
|
29
|
+
# Rust
|
30
|
+
/target/
|
31
|
+
Cargo.lock
|
32
|
+
**/*.rs.bk
|
33
|
+
/target
|
34
|
+
/Cargo.lock
|
35
|
+
|
36
|
+
# DotNet
|
37
|
+
*.rsuser
|
38
|
+
*.suo
|
39
|
+
*.user
|
40
|
+
*.userosscache
|
41
|
+
*.sln.docstates
|
42
|
+
*.txt
|
43
|
+
*.userprefs
|
44
|
+
BenchmarkDotNet.Artifacts/
|
45
|
+
[Dd]ebug/
|
46
|
+
[Dd]ebugPublic/
|
47
|
+
[Rr]elease/
|
48
|
+
[Rr]eleases/
|
49
|
+
x64/
|
50
|
+
x86/
|
51
|
+
[Aa][Rr][Mm]/
|
52
|
+
[Aa][Rr][Mm]64/
|
53
|
+
bld/
|
54
|
+
[Bb]in/
|
55
|
+
[Oo]bj/
|
56
|
+
[Ll]og/
|
57
|
+
[Aa]rtifacts/
|
58
|
+
.vs/
|
59
|
+
Generated\ Files/
|
60
|
+
[Tt]est[Rr]esult*/
|
61
|
+
[Bb]uild[Ll]og.*
|
62
|
+
*.VisualState.xml
|
63
|
+
TestResult.xml
|
64
|
+
[Dd]ebugPS/
|
65
|
+
[Rr]eleasePS/
|
66
|
+
dlldata.c
|
67
|
+
BenchmarkDotNet.Artifacts/
|
68
|
+
|
69
|
+
project.lock.json
|
70
|
+
project.fragment.lock.json
|
71
|
+
artifacts/
|
72
|
+
StyleCopReport.xml
|
73
|
+
*_i.c
|
74
|
+
*_p.c
|
75
|
+
*_h.h
|
76
|
+
*.ilk
|
77
|
+
*.meta
|
78
|
+
*.obj
|
79
|
+
*.iobj
|
80
|
+
*.pch
|
81
|
+
*.pdb
|
82
|
+
*.ipdb
|
83
|
+
*.pgc
|
84
|
+
*.pgd
|
85
|
+
*.rsp
|
86
|
+
*.sbr
|
87
|
+
*.tlb
|
88
|
+
*.tli
|
89
|
+
*.tlh
|
90
|
+
*.tmp
|
91
|
+
*.tmp_proj
|
92
|
+
*_wpftmp.csproj
|
93
|
+
*.log
|
94
|
+
*.vspscc
|
95
|
+
*.vssscc
|
96
|
+
.builds
|
97
|
+
*.pidb
|
98
|
+
*.svclog
|
99
|
+
*.scc
|
100
|
+
_Chutzpah*
|
101
|
+
ipch/
|
102
|
+
*.aps
|
103
|
+
*.ncb
|
104
|
+
*.opendb
|
105
|
+
*.opensdf
|
106
|
+
*.sdf
|
107
|
+
*.cachefile
|
108
|
+
*.VC.db
|
109
|
+
*.VC.VC.opendb
|
110
|
+
*.psess
|
111
|
+
*.vsp
|
112
|
+
*.vspx
|
113
|
+
*.sap
|
114
|
+
*.e2e
|
115
|
+
$tf/
|
116
|
+
*.gpState
|
117
|
+
_ReSharper*/
|
118
|
+
*.[Rr]e[Ss]harper
|
119
|
+
*.DotSettings.user
|
120
|
+
.JustCode
|
121
|
+
_TeamCity*
|
122
|
+
*.dotCover
|
123
|
+
.axoCover/*
|
124
|
+
!.axoCover/settings.json
|
125
|
+
*.coverage
|
126
|
+
*.coveragexml
|
127
|
+
_NCrunch_*
|
128
|
+
.*crunch*.local.xml
|
129
|
+
nCrunchTemp_*
|
130
|
+
*.mm.*
|
131
|
+
AutoTest.Net/
|
132
|
+
.sass-cache/
|
133
|
+
[Ee]xpress/
|
134
|
+
DocProject/buildhelp/
|
135
|
+
DocProject/Help/*.HxT
|
136
|
+
DocProject/Help/*.HxC
|
137
|
+
DocProject/Help/*.hhc
|
138
|
+
DocProject/Help/*.hhk
|
139
|
+
DocProject/Help/*.hhp
|
140
|
+
DocProject/Help/Html2
|
141
|
+
DocProject/Help/html
|
142
|
+
publish/
|
143
|
+
*.[Pp]ublish.xml
|
144
|
+
*.azurePubxml
|
145
|
+
*.pubxml
|
146
|
+
*.publishproj
|
147
|
+
PublishScripts/
|
148
|
+
*.nupkg
|
149
|
+
**/[Pp]ackages/*
|
150
|
+
!**/[Pp]ackages/build/
|
151
|
+
*.nuget.props
|
152
|
+
*.nuget.targets
|
153
|
+
csx/
|
154
|
+
*.build.csdef
|
155
|
+
ecf/
|
156
|
+
rcf/
|
157
|
+
AppPackages/
|
158
|
+
BundleArtifacts/
|
159
|
+
Package.StoreAssociation.xml
|
160
|
+
_pkginfo.txt
|
161
|
+
*.appx
|
162
|
+
*.[Cc]ache
|
163
|
+
# but keep track of directories ending in .cache
|
164
|
+
!*.[Cc]ache/
|
165
|
+
ClientBin/
|
166
|
+
~$*
|
167
|
+
*~
|
168
|
+
*.dbmdl
|
169
|
+
*.dbproj.schemaview
|
170
|
+
*.jfm
|
171
|
+
*.pfx
|
172
|
+
*.publishsettings
|
173
|
+
orleans.codegen.cs
|
174
|
+
**/wwwroot/lib/
|
175
|
+
Generated_Code/
|
176
|
+
_UpgradeReport_Files/
|
177
|
+
Backup*/
|
178
|
+
UpgradeLog*.XML
|
179
|
+
UpgradeLog*.htm
|
180
|
+
ServiceFabricBackup/
|
181
|
+
*.rptproj.bak
|
182
|
+
*.mdf
|
183
|
+
*.ldf
|
184
|
+
*.ndf
|
185
|
+
*.rdl.data
|
186
|
+
*.bim.layout
|
187
|
+
*.bim_*.settings
|
188
|
+
*.rptproj.rsuser
|
189
|
+
FakesAssemblies/
|
190
|
+
*.GhostDoc.xml
|
191
|
+
.ntvs_analysis.dat
|
192
|
+
node_modules/
|
193
|
+
*.plg
|
194
|
+
*.opt
|
195
|
+
*.vbw
|
196
|
+
**/*.HTMLClient/GeneratedArtifacts
|
197
|
+
**/*.DesktopClient/GeneratedArtifacts
|
198
|
+
**/*.DesktopClient/ModelManifest.xml
|
199
|
+
**/*.Server/GeneratedArtifacts
|
200
|
+
**/*.Server/ModelManifest.xml
|
201
|
+
_Pvt_Extensions
|
202
|
+
.paket/paket.exe
|
203
|
+
paket-files/
|
204
|
+
.fake/
|
205
|
+
.idea/
|
206
|
+
*.sln.iml
|
207
|
+
.cr/personal
|
208
|
+
__pycache__/
|
209
|
+
*.pyc
|
210
|
+
tools/**
|
211
|
+
!tools/packages.config
|
212
|
+
*.tss
|
213
|
+
*.jmconfig
|
214
|
+
*.btp.cs
|
215
|
+
*.btm.cs
|
216
|
+
*.odx.cs
|
217
|
+
*.xsd.cs
|
218
|
+
OpenCover/
|
219
|
+
ASALocalRun/
|
220
|
+
*.binlog
|
221
|
+
*.nvuser
|
222
|
+
.mfractor/
|
223
|
+
.localhistory/
|
224
|
+
GITIGNORE
|
225
|
+
end # def self.gitignore
|
226
|
+
end # class DefaultContent
|
227
|
+
end # module Raykit
|
data/lib/raykit.rb
CHANGED
@@ -20,6 +20,7 @@ lib_dir = File.dirname(__FILE__)
|
|
20
20
|
Dir.glob("#{lib_dir}/raykit/**/*.rb").sort.each { |file| require file }
|
21
21
|
|
22
22
|
# Constants
|
23
|
+
DEFAULT_GITIGNORE_CONTENT = Raykit::DefaultContent::gitignore unless defined?(DEFAULT_GITIGNORE_CONTENT)
|
23
24
|
PROJECT = Raykit::Project.new
|
24
25
|
SECRETS = Raykit::Secrets.new
|
25
26
|
REPOSITORIES = Raykit::Git::Repositories.new("#{Raykit::Environment.get_dev_dir("log")}/Raykit.Git.Repositories.json")
|
@@ -34,6 +35,7 @@ Raykit::MsBuild::fix_msbuild_path
|
|
34
35
|
|
35
36
|
if RAYKIT_AUTO_SETUP
|
36
37
|
GIT_DIRECTORY.setup
|
38
|
+
File.write(".gitignore", DEFAULT_GITIGNORE_CONTENT) unless File.exist?(".gitignore")
|
37
39
|
end
|
38
40
|
# include Raykit::TopLevel to make run method accessible from the global scope
|
39
41
|
module Raykit
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: raykit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.476
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lou Parslow
|
@@ -95,6 +95,7 @@ files:
|
|
95
95
|
- lib/raykit/conan/buildinfo.rb
|
96
96
|
- lib/raykit/conanpackage.rb
|
97
97
|
- lib/raykit/console.rb
|
98
|
+
- lib/raykit/default_content.rb
|
98
99
|
- lib/raykit/dir.rb
|
99
100
|
- lib/raykit/dotnet.rb
|
100
101
|
- lib/raykit/environment.rb
|