Commit 200d758b authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

organizing required gems

parent 56a208fe
source 'http://rubygems.org' source 'http://rubygems.org'
gem 'POpen4', '0.1.4' group :test do
gem 'em-http-request', '0.2.14' gem 'POpen4', '0.1.4'
gem 'json', '1.4.3' gem 'em-http-request', '0.2.14'
gem 'json', '1.4.3'
platforms :mri_18 do platforms :mri_18 do
gem "ruby-debug" gem "ruby-debug"
end
platforms :mri_19 do
gem "ruby-debug19"
end
end end
platforms :mri_19 do group :docs do
gem "ruby-debug19" gem 'github-markup'
gem 'RedCloth'
end end
...@@ -5,6 +5,7 @@ GEM ...@@ -5,6 +5,7 @@ GEM
Platform (>= 0.4.0) Platform (>= 0.4.0)
open4 open4
Platform (0.4.0) Platform (0.4.0)
RedCloth (4.2.7)
addressable (2.2.2) addressable (2.2.2)
archive-tar-minitar (0.5.2) archive-tar-minitar (0.5.2)
columnize (0.3.2) columnize (0.3.2)
...@@ -12,6 +13,7 @@ GEM ...@@ -12,6 +13,7 @@ GEM
addressable (>= 2.0.0) addressable (>= 2.0.0)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
eventmachine (0.12.10) eventmachine (0.12.10)
github-markup (0.5.3)
json (1.4.3) json (1.4.3)
linecache (0.43) linecache (0.43)
linecache19 (0.5.11) linecache19 (0.5.11)
...@@ -38,7 +40,9 @@ PLATFORMS ...@@ -38,7 +40,9 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
POpen4 (= 0.1.4) POpen4 (= 0.1.4)
RedCloth
em-http-request (= 0.2.14) em-http-request (= 0.2.14)
github-markup
json (= 1.4.3) json (= 1.4.3)
ruby-debug ruby-debug
ruby-debug19 ruby-debug19
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment