Add feedzirra gem
This commit is contained in:
parent
a2e61df566
commit
0427d66201
2 changed files with 18 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -6,6 +6,7 @@ gem 'rails', '3.2.0'
|
||||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||||
|
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
|
gem 'feedzirra'
|
||||||
|
|
||||||
|
|
||||||
# Gems used only for assets and not required
|
# Gems used only for assets and not required
|
||||||
|
|
17
Gemfile.lock
17
Gemfile.lock
|
@ -37,9 +37,20 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.2.0)
|
coffee-script-source (1.2.0)
|
||||||
|
curb (0.7.18)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (1.3.0)
|
execjs (1.3.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
feedzirra (0.0.31)
|
||||||
|
activesupport (>= 3.0.8)
|
||||||
|
builder (~> 3.0.0)
|
||||||
|
curb (~> 0.7.15)
|
||||||
|
i18n (>= 0.5.0)
|
||||||
|
loofah (~> 1.0.0)
|
||||||
|
nokogiri (~> 1.4.4)
|
||||||
|
rake (>= 0.9.2)
|
||||||
|
rdoc (~> 3.8)
|
||||||
|
sax-machine (~> 0.0.20)
|
||||||
hike (1.2.1)
|
hike (1.2.1)
|
||||||
i18n (0.6.0)
|
i18n (0.6.0)
|
||||||
journey (1.0.3)
|
journey (1.0.3)
|
||||||
|
@ -47,12 +58,15 @@ GEM
|
||||||
railties (>= 3.2.0, < 5.0)
|
railties (>= 3.2.0, < 5.0)
|
||||||
thor (~> 0.14)
|
thor (~> 0.14)
|
||||||
json (1.6.6)
|
json (1.6.6)
|
||||||
|
loofah (1.0.0)
|
||||||
|
nokogiri (>= 1.3.3)
|
||||||
mail (2.4.4)
|
mail (2.4.4)
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
treetop (~> 1.4.8)
|
treetop (~> 1.4.8)
|
||||||
mime-types (1.18)
|
mime-types (1.18)
|
||||||
multi_json (1.2.0)
|
multi_json (1.2.0)
|
||||||
|
nokogiri (1.4.7)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
rack (1.4.1)
|
rack (1.4.1)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
|
@ -84,6 +98,8 @@ GEM
|
||||||
railties (~> 3.2.0)
|
railties (~> 3.2.0)
|
||||||
sass (>= 3.1.10)
|
sass (>= 3.1.10)
|
||||||
tilt (~> 1.3)
|
tilt (~> 1.3)
|
||||||
|
sax-machine (0.0.20)
|
||||||
|
nokogiri (> 0.0.0)
|
||||||
sprockets (2.1.2)
|
sprockets (2.1.2)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
|
@ -104,6 +120,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
coffee-rails (~> 3.2.1)
|
coffee-rails (~> 3.2.1)
|
||||||
|
feedzirra
|
||||||
jquery-rails
|
jquery-rails
|
||||||
rails (= 3.2.0)
|
rails (= 3.2.0)
|
||||||
sass-rails (~> 3.2.3)
|
sass-rails (~> 3.2.3)
|
||||||
|
|
Reference in a new issue