Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Updated ruby and gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dam5s committed Jul 4, 2013
1 parent 67378eb commit 92b4b11
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 230 deletions.
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

35 changes: 16 additions & 19 deletions Gemfile
@@ -1,26 +1,23 @@
source :rubygems
ruby '1.9.3'
source 'https://rubygems.org'
ruby '2.0.0'

gem 'rake', '10.0.3'
gem 'activesupport', '3.2.11'
gem 'sinatra', '1.3.3'
gem 'haml', '3.1.7'
gem 'sass', '3.2.5'
gem 'rake', '10.1.0'
gem 'activesupport', '3.2.13'
gem 'sinatra', '1.4.3'
gem 'haml', '4.0.3'
gem 'sass', '3.2.9'
gem 'compass', '0.12.2'
gem 'mongoid', '3.0.19'
gem 'bson_ext', '1.8.2'
gem 'jammit', '0.6.5'
gem 'nokogiri', '1.5.6'
gem 'mongoid', '3.1.4'
gem 'bson_ext', '1.9.0'
gem 'jammit', '0.6.6'
gem 'nokogiri', '1.6.0'
gem 'racksh', '1.0.0'

group :development, :test do
gem 'ZenTest', '4.8.3'
gem 'rspec', '2.9.0'
gem 'mongoid-rspec', '1.5.6'
gem 'database_cleaner', '0.9.1'
gem 'rspec', '2.13.0'
gem 'mongoid-rspec', '1.8.2'
gem 'database_cleaner', '1.0.1'
gem 'forgery', '0.5.0'
gem 'capybara', '2.0.2'
gem 'selenium-client', '1.2.18'
gem 'debugger', '1.2.4'
gem 'awesome_print', :require => 'ap', '1.1.0'
gem 'debugger', '1.6.0'
gem 'awesome_print', '1.1.0', require: 'ap'
end
185 changes: 69 additions & 116 deletions Gemfile.lock
@@ -1,146 +1,99 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
ZenTest (4.8.3)
activemodel (3.2.11)
activesupport (= 3.2.11)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activesupport (3.2.11)
i18n (~> 0.6)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
autotest (4.4.6)
ZenTest (>= 4.4.1)
awesome_print (1.1.0)
bson (1.8.2)
bson_ext (1.8.2)
bson (~> 1.8.2)
bson (1.9.0)
bson_ext (1.9.0)
bson (~> 1.9.0)
builder (3.0.4)
capistrano (2.14.1)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capybara (2.0.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 1.0.0)
childprocess (0.3.7)
ffi (~> 1.0, >= 1.0.6)
chunky_png (1.2.7)
chunky_png (1.2.8)
columnize (0.3.6)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
database_cleaner (0.9.1)
debugger (1.2.4)
cssmin (1.0.3)
database_cleaner (1.0.1)
debugger (1.6.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.7)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.7)
diff-lcs (1.1.3)
ffi (1.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.3)
diff-lcs (1.2.4)
forgery (0.5.0)
fssm (0.2.9)
haml (3.1.7)
highline (1.6.15)
fssm (0.2.10)
haml (4.0.3)
tilt
i18n (0.6.1)
jammit (0.6.5)
yui-compressor (>= 0.9.3)
mime (0.1)
mime-types (1.19)
mongoid (3.0.19)
activemodel (~> 3.1)
moped (~> 1.2)
jammit (0.6.6)
cssmin (>= 1.0.3)
jsmin (>= 1.0.1)
jsmin (1.0.1)
mini_portile (0.5.0)
mongoid (3.1.4)
activemodel (~> 3.2)
moped (~> 1.4)
origin (~> 1.0)
tzinfo (~> 0.3.22)
mongoid-rspec (1.5.6)
mongoid-rspec (1.8.2)
mongoid (>= 3.0.1)
rake
rspec (>= 2.9)
moped (1.3.2)
multi_json (1.5.0)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.6.3)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.5.6)
open4 (1.3.0)
origin (1.0.11)
rack (1.5.0)
rack-protection (1.3.2)
moped (1.5.0)
multi_json (1.7.7)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
origin (1.1.0)
rack (1.5.2)
rack-protection (1.5.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
racksh (1.0.0)
rack (>= 1.0)
rack-test (>= 0.5)
rake (10.0.3)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
rubyzip (0.9.9)
sass (3.2.5)
selenium-client (1.2.18)
selenium-webdriver (2.29.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)
tzinfo (0.3.35)
websocket (1.0.6)
xpath (1.0.0)
nokogiri (~> 1.3)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
rake (10.1.0)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
sass (3.2.9)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.4.1)
tzinfo (0.3.37)

PLATFORMS
ruby

DEPENDENCIES
ZenTest (= 4.8.3)
activesupport
autotest
awesome_print
bson_ext
capistrano
capybara (>= 1.0.0.beta1)
compass
database_cleaner
debugger
forgery (>= 0.3.6)
haml
jammit
mime
mongoid
mongoid-rspec (>= 1.3.2)
nokogiri
racksh
rake
rspec (~> 2.9.0)
sass
selenium-client
sinatra
activesupport (= 3.2.13)
awesome_print (= 1.1.0)
bson_ext (= 1.9.0)
compass (= 0.12.2)
database_cleaner (= 1.0.1)
debugger (= 1.6.0)
forgery (= 0.5.0)
haml (= 4.0.3)
jammit (= 0.6.6)
mongoid (= 3.1.4)
mongoid-rspec (= 1.8.2)
nokogiri (= 1.6.0)
racksh (= 1.0.0)
rake (= 10.1.0)
rspec (= 2.13.0)
sass (= 3.2.9)
sinatra (= 1.4.3)
2 changes: 1 addition & 1 deletion app/models/feed/parser.rb
Expand Up @@ -27,7 +27,7 @@ def parse
xml = open(url, 'r', read_timeout: 5.0)
RSS::Parser.parse(xml)
rescue Exception => e
return if test?
return if RACK_ENV == 'test'

$stderr.puts "**************************************************"
$stderr.puts "There was an error fetching the feed #{name}, for #{user.try(:to_label) || 'no user'}"
Expand Down

0 comments on commit 92b4b11

Please sign in to comment.