Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mini-gunicorn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
mini-gunicorn
Commits
22c056df
Commit
22c056df
authored
8 years ago
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Some other changes.
parent
b6c2bc2a
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
puma/Gemfile
+4
-0
4 additions, 0 deletions
puma/Gemfile
puma/run.sh
+4
-0
4 additions, 0 deletions
puma/run.sh
ruby/Gemfile.lock
+0
-19
0 additions, 19 deletions
ruby/Gemfile.lock
ruby/run.sh
+1
-1
1 addition, 1 deletion
ruby/run.sh
with
10 additions
and
20 deletions
.gitignore
+
1
−
0
View file @
22c056df
*.pyc
/metrics
Gemfile.lock
This diff is collapsed.
Click to expand it.
puma/Gemfile
0 → 100644
+
4
−
0
View file @
22c056df
# frozen_string_literal: true
source
"https://rubygems.org"
gem
'puma'
,
git:
'https://github.com/puma/puma.git'
,
:branch
=>
'master'
This diff is collapsed.
Click to expand it.
puma/run.sh
0 → 100755
+
4
−
0
View file @
22c056df
#! /bin/sh
test
-f
Gemfile.lock
&&
rm
Gemfile.lock
DEBUG_RESOLVER
=
1 bundle
install
This diff is collapsed.
Click to expand it.
ruby/Gemfile.lock
deleted
100644 → 0
+
0
−
19
View file @
b6c2bc2a
GIT
remote: https://github.com/lyda/mmap.git
revision: 5d7015bae9b841ae798982c175ffa9f018887405
branch: non-global-version
specs:
mmap (0.2.7b)
GEM
remote: https://rubygems.org/
specs:
PLATFORMS
ruby
DEPENDENCIES
mmap!
BUNDLED WITH
1.14.3
This diff is collapsed.
Click to expand it.
ruby/run.sh
+
1
−
1
View file @
22c056df
#! /bin/sh
test
-f
Gemfile.lock
&&
rm
Gemfile.lock
DEBUG_RESOLVER
=
1
bundle
install
DEBUG_RESOLVER
=
2
bundle
install
bundle
exec
ruby test.rb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment