Skip to content

Commit 4340ce1

Browse files
author
webdev778
committed
Move ruby/* to a main directory
1 parent 0127919 commit 4340ce1

File tree

104 files changed

+35
-1218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+35
-1218
lines changed

.github/workflows/rake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: rake
22

33
on:
44
push:
5-
branches: [ master, main ]
5+
branches: [ master, v* ]
66
tags: [ v* ]
77
pull_request:
88

.gitignore

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
/coverage/
55
/InstalledFiles
66
/pkg/
7-
/ruby/spec/reports/
8-
/ruby/spec/examples.txt
9-
/ruby/test/tmp/
10-
/ruby/test/version_tmp/
11-
/ruby/tmp/
12-
/ruby/Gemfile.lock
7+
/spec/reports/
8+
/spec/examples.txt
9+
/test/tmp/
10+
/test/version_tmp/
11+
/tmp/
12+
/Gemfile.lock
1313

1414
# Used by dotenv library to load environment variables.
1515
# .env
@@ -20,10 +20,10 @@
2020
## Specific to RubyMotion:
2121
.dat*
2222
.repl_history
23-
/ruby/build/
23+
/build/
2424
*.bridgesupport
25-
/ruby/build-iPhoneOS/
26-
/ruby/build-iPhoneSimulator/
25+
/build-iPhoneOS/
26+
/build-iPhoneSimulator/
2727

2828
## Specific to RubyMotion (use of CocoaPods):
2929
#
@@ -34,15 +34,15 @@
3434
# vendor/Pods/
3535

3636
## Documentation cache and generated files:
37-
/ruby/.yardoc/
38-
/ruby/_yardoc/
39-
/ruby/doc/
40-
/ruby/rdoc/
37+
/.yardoc/
38+
/_yardoc/
39+
/doc/
40+
/rdoc/
4141

4242
## Environment normalization:
43-
/ruby/.bundle/
44-
/ruby/vendor/bundle
45-
/ruby/lib/bundler/man/
43+
/.bundle/
44+
/vendor/bundle
45+
/lib/bundler/man/
4646

4747
# for a library or gem, you might want to ignore these files since the code is
4848
# intended to run in multiple environments; otherwise, check them in:
@@ -51,21 +51,29 @@
5151
# .ruby-gemset
5252

5353
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
54-
/ruby/.rvmrc
54+
/.rvmrc
5555

5656
# Don't bundle generated files
57-
/ruby/visualizations
58-
/ruby/json
59-
/ruby/vis_json
60-
/ruby/auth_json
61-
/ruby/metadata.json
62-
/ruby/compiled
57+
/visualizations
58+
/json
59+
/vis_json
60+
/auth_json
61+
/metadata.json
62+
/compiled
6363

6464
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
6565
# .rubocop-https?--*
66-
/js/src/maps
67-
/js/node_modules
6866

6967
#misic
7068
.idea
71-
.bundle
69+
.bundle/.bundle/
70+
/.yardoc
71+
/_yardoc/
72+
/coverage/
73+
/doc/
74+
/pkg/
75+
/spec/reports/
76+
/tmp/
77+
78+
# rspec failure tracking
79+
.rspec_status

.gitmodules

Lines changed: 0 additions & 6 deletions
This file was deleted.

ruby/.rspec renamed to .rspec

File renamed without changes.

ruby/Gemfile renamed to Gemfile

File renamed without changes.

README.adoc

Lines changed: 0 additions & 197 deletions
This file was deleted.
File renamed without changes.

ruby/Rakefile renamed to Rakefile

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)