Skip to content

Commit

Permalink
Removing All Gem Installs and Unneeded Files
Browse files Browse the repository at this point in the history
This commit removes the unused Jekyll functionality of this gem by
deleting all the gem installs except the dependency defined in the
gemspec. It also removes the configuration and documentation files
that were only used for creating standalone sites. atlas_assets is
now stripped down to only be used for packaging the assets files in
the atlas frontend.
  • Loading branch information
nadamsoreilly committed Jan 12, 2023
1 parent 783bdc3 commit 9b73983
Show file tree
Hide file tree
Showing 32 changed files with 2 additions and 3,398 deletions.
20 changes: 1 addition & 19 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
source 'https://rubygems.org'
ruby '2.7.6'
ruby '2.7.7'

# Specify your gem's dependencies in atlas_assets.gemspec
gemspec

gem "rake", "~> 13.0.0"
gem "jekyll", "~> 3.0"
gem "sass"
gem "jekyll-assets", "~> 2.0.0"
gem "coffee-script", "~> 2.4.1"
gem 'rack-contrib'
gem "rack-rewrite"
gem "pygmentize", "~> 0.0.3"
gem "kramdown"
gem "coderay", "~> 1.1.3"
gem "puma", "~> 4.3.11"
gem "eco", "~> 1.0.0"
gem "sprockets"
gem "liquid"
gem "rack", "~> 2.1.4"
gem "kramdown-parser-gfm"
gem "kramdown-syntax-coderay"
101 changes: 1 addition & 100 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,127 +7,28 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
coderay (1.1.3)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
colorator (1.1.0)
concurrent-ruby (1.1.10)
eco (1.0.0)
coffee-script
eco-source
execjs
eco-source (1.1.0.rc.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.8.1)
fastimage (1.8.1)
addressable (~> 2.3, >= 2.3.5)
ffi (1.15.5)
forwardable-extended (2.6.0)
handlebars_assets (0.23.1)
execjs (~> 2.0)
multi_json (~> 1.0)
sprockets (>= 2.0.0)
tilt (>= 1.2)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-assets (2.0.3)
fastimage (~> 1.8)
jekyll (~> 3.0)
sprockets (~> 3.3)
sprockets-helpers (~> 1.2)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
kramdown-syntax-coderay (1.0.1)
coderay (~> 1.1)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
multi_json (1.15.0)
nio4r (2.5.8)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
puma (4.3.12)
nio4r (~> 2.0)
pygmentize (0.0.3)
rack (2.1.4.1)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-rewrite (1.5.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-helpers (1.4.0)
sprockets (>= 2.2)
tilt (2.0.11)

PLATFORMS
ruby

DEPENDENCIES
atlas_assets!
coderay (~> 1.1.3)
coffee-script (~> 2.4.1)
eco (~> 1.0.0)
jekyll (~> 3.0)
jekyll-assets (~> 2.0.0)
kramdown
kramdown-parser-gfm
kramdown-syntax-coderay
liquid
puma (~> 4.3.11)
pygmentize (~> 0.0.3)
rack (~> 2.1.4)
rack-contrib
rack-rewrite
rake (~> 13.0.0)
sass
sprockets

RUBY VERSION
ruby 2.7.6p219
ruby 2.7.7p221

BUNDLED WITH
2.3.26
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

3 changes: 0 additions & 3 deletions Procfile.dev

This file was deleted.

16 changes: 0 additions & 16 deletions Rakefile

This file was deleted.

14 changes: 0 additions & 14 deletions _config.yml

This file was deleted.

9 changes: 0 additions & 9 deletions config.ru

This file was deleted.

1 change: 0 additions & 1 deletion docs/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion docs/404.html

This file was deleted.

72 changes: 0 additions & 72 deletions docs/_layouts/default.html

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_plugins/jekyll_assets.rb

This file was deleted.

93 changes: 0 additions & 93 deletions docs/_posts/2013-05-17-buttons.md

This file was deleted.

Loading

0 comments on commit 9b73983

Please sign in to comment.