raykit 0.0.536 → 0.0.538

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