Merge branch 'release/1.0.7' into develop

This commit is contained in:
Nick Pack 2013-10-10 16:54:47 +01:00
commit d7786d8e97
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
Ribs Ribs v1.0.7
============= =============
> Ribs is the evolution of Skeleton, the original author seems to have disappeared and/or lost interest in the project, and my colleagues and I use this an awful lot. > Ribs is the evolution of Skeleton, the original author seems to have disappeared and/or lost interest in the project, and my colleagues and I use this an awful lot.
## What's different here? ## What's different here?
My fork has one significant difference over the original project, that is a full SCSS conversion to make use of more modern technologies and to expose a lot more customisation options quickly and easily. My fork has one significant difference over the original project, that is a full SCSS conversion to make use of more modern technologies and to expose a lot more customisation options quickly and easily.
As time goes by I will gradually extend the available options and build a packaging tool that allows you to select all of your customisations in a graphical way, thinking something along the lines of jQuery themeroller, just a bit more lightweight. As time goes by, and with enough interest I will gradually extend the available options and build a packaging tool that allows you to select all of your customisations in a graphical way - thinking something along the lines of jQuery themeroller, just a bit more lightweight.
### Some Key Differences ### Some Key Differences
* Maintained! * Maintained!

View File

@ -1,6 +1,6 @@
{ {
"name": "Ribs", "name": "Ribs",
"version": "1.0.6", "version": "1.0.7",
"main": "css/Ribs.css", "main": "css/Ribs.css",
"ignore": [ "ignore": [
"**/.*", "**/.*",
@ -11,4 +11,4 @@
"type": "git", "type": "git",
"url": "https://github.com/nickpack/Ribs.git" "url": "https://github.com/nickpack/Ribs.git"
} }
} }

View File

@ -2,7 +2,7 @@
"name": "Ribs", "name": "Ribs",
"title": "Ribs", "title": "Ribs",
"description": "The evolution of Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development.", "description": "The evolution of Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development.",
"version": "1.0.6", "version": "1.0.7",
"homepage": "https://github.com/nickpack/Ribs", "homepage": "https://github.com/nickpack/Ribs",
"author": { "author": {
"name": "Nick Pack", "name": "Nick Pack",
@ -36,4 +36,4 @@
"grunt-contrib-csslint": "~0.1.1", "grunt-contrib-csslint": "~0.1.1",
"grunt-contrib-cssmin": "~0.5.0" "grunt-contrib-cssmin": "~0.5.0"
} }
} }