Skip to content
Snippets Groups Projects
Commit e92669fb authored by Nihad Abbasov's avatar Nihad Abbasov
Browse files

install rdiscount

parent 89fa800e
No related branches found
No related tags found
No related merge requests found
Loading
@@ -19,6 +19,7 @@ gem "pygments.rb", "0.2.3"
Loading
@@ -19,6 +19,7 @@ gem "pygments.rb", "0.2.3"
gem "thin" gem "thin"
gem "git" gem "git"
gem "acts_as_list" gem "acts_as_list"
gem 'rdiscount'
   
group :assets do group :assets do
gem 'sass-rails', " ~> 3.1.0" gem 'sass-rails', " ~> 3.1.0"
Loading
@@ -26,7 +27,7 @@ group :assets do
Loading
@@ -26,7 +27,7 @@ group :assets do
gem 'uglifier' gem 'uglifier'
end end
   
group :development do group :development do
gem 'rails-footnotes', '>= 3.7.5.rc4' gem 'rails-footnotes', '>= 3.7.5.rc4'
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git' gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
end end
Loading
Loading
Loading
@@ -161,6 +161,7 @@ GEM
Loading
@@ -161,6 +161,7 @@ GEM
rdoc (~> 3.4) rdoc (~> 3.4)
thor (~> 0.14.6) thor (~> 0.14.6)
rake (0.9.2) rake (0.9.2)
rdiscount (1.6.8)
rdoc (3.9.4) rdoc (3.9.4)
rspec (2.6.0) rspec (2.6.0)
rspec-core (~> 2.6.0) rspec-core (~> 2.6.0)
Loading
@@ -264,6 +265,7 @@ DEPENDENCIES
Loading
@@ -264,6 +265,7 @@ DEPENDENCIES
pygments.rb (= 0.2.3) pygments.rb (= 0.2.3)
rails (= 3.1.0) rails (= 3.1.0)
rails-footnotes (>= 3.7.5.rc4) rails-footnotes (>= 3.7.5.rc4)
rdiscount
rspec-rails rspec-rails
ruby-debug19 ruby-debug19
sass-rails (~> 3.1.0) sass-rails (~> 3.1.0)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment