Skip to content

Commit

Permalink
Remove scripts and automation for socrata
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesalmond committed Nov 28, 2018
1 parent 02ef48e commit 88e3129
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 182 deletions.
2 changes: 0 additions & 2 deletions Capfile
Expand Up @@ -34,7 +34,5 @@ require "capistrano/puma"
# require "capistrano/rails/assets"
# require "capistrano/rails/migrations"

require "whenever/capistrano"

# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -67,7 +67,6 @@ gem 'cancancan' # Use cancancan for authorization
# Utils
gem 'groupdate', '4.0.1' # Use groupdate to group usage stats
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'whenever', :require => false # Provides a syntax for writing and deploying cron jobs
gem 'dotenv-rails' # Shim to load environment variables from .env into ENV in development.
gem 'friendly_id' # Pretties up URLs
gem 'merit', '~> 3.0.2'
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Expand Up @@ -195,7 +195,6 @@ GEM
chromedriver-helper (1.2.0)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
chronic (0.10.2)
clbustos-rtf (0.4.2)
climate_control (0.2.0)
coderay (1.1.2)
Expand Down Expand Up @@ -564,8 +563,6 @@ GEM
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
whenever (0.10.0)
chronic (>= 0.6.3)
write_xlsx (0.85.5)
rubyzip (>= 1.0.0)
zip-zip
Expand Down Expand Up @@ -655,7 +652,6 @@ DEPENDENCIES
vcr
web-console
webmock
whenever

RUBY VERSION
ruby 2.5.3p105
Expand Down
35 changes: 0 additions & 35 deletions config/schedule.rb

This file was deleted.

45 changes: 0 additions & 45 deletions lib/tasks/loader.rake

This file was deleted.

95 changes: 0 additions & 95 deletions lib/tasks/socrata_update.rake

This file was deleted.

0 comments on commit 88e3129

Please sign in to comment.