Skip to content

Commit

Permalink
Initial merger of jekyll3-assets and jekyll-assets.
Browse files Browse the repository at this point in the history
This is an alpha piece of software that still needs old stuff from
jekyll-assets imported which will happen over the next few hours.

Fixes: #53
Fixes: #103
Fixes: #137
Fixes: #139
Fixes: #143
Fixes: #152
Fixes: #159
Fixes: #163
  • Loading branch information
envygeeks committed Jul 18, 2015
1 parent ad9ba26 commit 484880a
Show file tree
Hide file tree
Showing 98 changed files with 1,197 additions and 2,790 deletions.
31 changes: 5 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
*.gem
*.rbc
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
tags
.sass-cache
.ruby-version

# Vim
*.swp
*.swo
gemfiles/jekyll_2.gemfile.lock
gemfiles/jekyll_3.gemfile.lock
/spec/fixture/.*
/spec/fixture/_site
/Gemfile.lock
/coverage
/.bundle
/vendor
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--color --format documentation
--color
43 changes: 0 additions & 43 deletions .rubocop.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .rubocop_todo.yml

This file was deleted.

24 changes: 9 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
language: ruby

rvm:
- 1.9.3
- 2.0.0
- 2.1.6
- 2.2.2

gemfile:
- gemfiles/jekyll_2.gemfile
- gemfiles/jekyll_3.gemfile

matrix:
exclude:
- rvm: 1.9.3
gemfile: gemfiles/jekyll_3.gemfile
- 2.0
- 2.1
- 2.2
notifications:
recipients:
- jordon@envygeeks.io
branches:
only:
- master
1 change: 0 additions & 1 deletion .yardopts

This file was deleted.

7 changes: 0 additions & 7 deletions Appraisals

This file was deleted.

16 changes: 4 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
source "https://rubygems.org"
gemspec

gem "rake"
group :development do
gem "rubocop", "~>0.29.1"
gem "rake"
gem "rspec"
gem "appraisal"

gem "guard-rspec"

gem "coveralls", :require => false
gem "simplecov", :require => false
gem "pry"
gem "therubyracer"
end

# Specify your gem's dependencies in jekyll-assets.gemspec
gemspec
7 changes: 0 additions & 7 deletions Guardfile

This file was deleted.

Loading

0 comments on commit 484880a

Please sign in to comment.