Skip to content

Commit

Permalink
Remove Ruby support and related files
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Aug 14, 2022
1 parent 57edf29 commit f03d3e7
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 297 deletions.
56 changes: 0 additions & 56 deletions .bump.js

This file was deleted.

22 changes: 0 additions & 22 deletions .gembuild.js

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ test/test

/tests/output/
tests/diff

.DS_Store
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions Gemfile

This file was deleted.

27 changes: 0 additions & 27 deletions Rakefile

This file was deleted.

18 changes: 0 additions & 18 deletions bower.json

This file was deleted.

30 changes: 0 additions & 30 deletions breakpoint.gemspec

This file was deleted.

7 changes: 0 additions & 7 deletions eyeglass-exports.js

This file was deleted.

17 changes: 0 additions & 17 deletions lib/breakpoint.rb

This file was deleted.

14 changes: 0 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,16 @@
"version": "2.7.1",
"description": "Really Simple Media Queries with Sass",
"main": "stylesheets/_breakpoint.scss",
"eyeglass": {
"needs": "^1.0.0",
"exports": "eyeglass-exports.js",
"name": "breakpoint"
},
"directories": {
"test": "tests"
},
"keywords": [
"sass",
"responsive",
"rwd",
"eyeglass-module",
"breakpoint"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bump:major": "node .bump.js --major",
"bump:minor": "node .bump.js --minor",
"bump:patch": "node .bump.js --patch",
"publish": "node .gembuild.js && git push && git push origin --tags"
},
"repository": {
"type": "git",
Expand All @@ -40,8 +29,5 @@
"fs-extra": "^0.14.0",
"glob": "^4.3.2",
"node-sass": "^3.0.0",
"nodegit": "^0.11.2",
"semver": "^5.1.0",
"yargs": "^4.1.0"
}
}
5 changes: 0 additions & 5 deletions sache.json

This file was deleted.

55 changes: 0 additions & 55 deletions tests/.unit_tests.rb

This file was deleted.

23 changes: 0 additions & 23 deletions tests/config.rb

This file was deleted.

0 comments on commit f03d3e7

Please sign in to comment.