Skip to content

Commit

Permalink
Archive baby timelime tool
Browse files Browse the repository at this point in the history
This is replaced with a new version.
  • Loading branch information
benlovell committed Feb 20, 2025
1 parent 880162e commit b012ef6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 47 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ gem 'payday_loans_intervention', '~> 1.9.0'
gem 'pensions_calculator', github: 'moneyadviceservice/pensions_calculator', ref: '12db3f55'
gem 'puma'
gem 'savings_calculator', github: 'moneyadviceservice/savings_calculator', ref: '1ccfd87'
gem 'timelines', github: 'moneyadviceservice/timelines', ref: 'c5ee622'
gem 'wpcc', github: 'moneyadviceservice/wpcc', ref: '45a0a46'

group :assets do
Expand Down
17 changes: 0 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,6 @@ GIT
sass-rails
sprockets (< 4)

GIT
remote: https://github.com/moneyadviceservice/timelines.git
revision: c5ee62254e90076790d28f2f85943cc55fe88da5
ref: c5ee622
specs:
timelines (2.4.0)
bowndler
icalendar
jquery-rails
mas-templating
rails (>= 4, < 5)
sass-rails

GIT
remote: https://github.com/moneyadviceservice/wpcc.git
revision: 45a0a46f6cd73aed8a64ee06b4a503cdcba6a529
Expand Down Expand Up @@ -431,9 +418,6 @@ GEM
concurrent-ruby (~> 1.0)
i18n-js (3.0.0.mas)
i18n
icalendar (2.10.1)
ice_cube (~> 0.16)
ice_cube (0.16.4)
interception (0.5)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -871,7 +855,6 @@ DEPENDENCIES
syslog-logger
tidy-html5
timecop
timelines!
turnout
uglifier
uri (= 0.10.0)
Expand Down
3 changes: 1 addition & 2 deletions bower.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"decision_trees": "<%= gem_path('decision_trees') %>",
"dough": "<%= gem_path('dough-ruby') %>",
"mortgage_calculator": "<%= gem_path('mortgage_calculator') %>",
"pensions_calculator": "<%= gem_path('pensions_calculator') %>",
"timelines": "<%= gem_path('timelines') %>"
"pensions_calculator": "<%= gem_path('pensions_calculator') %>"
},
"resolutions": {
"jquery": "3.3.*",
Expand Down
1 change: 0 additions & 1 deletion config/initializers/timelines.rb

This file was deleted.

3 changes: 0 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def not_implemented
mount SavingsCalculator::Engine => '/tools/:tool_id',
constraints: ToolMountPoint.for(:savings_calculator)

mount Timelines::Engine => '/tools/:tool_id',
constraints: ToolMountPoint.for(:timelines)

mount Wpcc::Engine => '/tools/:tool_id',
constraints: ToolMountPoint.for(:wpcc)

Expand Down
1 change: 0 additions & 1 deletion lib/tool_mount_point.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
require_relative '../lib/tool_mount_point/payday_loans'
require_relative '../lib/tool_mount_point/pensions_calculator'
require_relative '../lib/tool_mount_point/savings_calculator'
require_relative '../lib/tool_mount_point/timelines'
require_relative '../lib/tool_mount_point/christmas_money_planner'
require_relative '../lib/tool_mount_point/wpcc'

Expand Down
6 changes: 0 additions & 6 deletions lib/tool_mount_point/timelines.rb

This file was deleted.

16 changes: 0 additions & 16 deletions spec/requests/tool_integration/timelines_spec.rb

This file was deleted.

0 comments on commit b012ef6

Please sign in to comment.