Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-push-stream-module
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
nginx-push-stream-module
Commits
200d758b
Commit
200d758b
authored
Apr 21, 2011
by
Wandenberg Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
organizing required gems
parent
56a208fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
Gemfile
test/Gemfile
+14
-7
Gemfile.lock
test/Gemfile.lock
+4
-0
No files found.
test/Gemfile
View file @
200d758b
source
'http://rubygems.org'
gem
'POpen4'
,
'0.1.4'
gem
'em-http-request'
,
'0.2.14'
gem
'json'
,
'1.4.3'
group
:test
do
gem
'POpen4'
,
'0.1.4'
gem
'em-http-request'
,
'0.2.14'
gem
'json'
,
'1.4.3'
platforms
:mri_18
do
gem
"ruby-debug"
platforms
:mri_18
do
gem
"ruby-debug"
end
platforms
:mri_19
do
gem
"ruby-debug19"
end
end
platforms
:mri_19
do
gem
"ruby-debug19"
group
:docs
do
gem
'github-markup'
gem
'RedCloth'
end
test/Gemfile.lock
View file @
200d758b
...
...
@@ -5,6 +5,7 @@ GEM
Platform (>= 0.4.0)
open4
Platform (0.4.0)
RedCloth (4.2.7)
addressable (2.2.2)
archive-tar-minitar (0.5.2)
columnize (0.3.2)
...
...
@@ -12,6 +13,7 @@ GEM
addressable (>= 2.0.0)
eventmachine (>= 0.12.9)
eventmachine (0.12.10)
github-markup (0.5.3)
json (1.4.3)
linecache (0.43)
linecache19 (0.5.11)
...
...
@@ -38,7 +40,9 @@ PLATFORMS
DEPENDENCIES
POpen4 (= 0.1.4)
RedCloth
em-http-request (= 0.2.14)
github-markup
json (= 1.4.3)
ruby-debug
ruby-debug19
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment