Skip to content

Commit

Permalink
Increased version and adjusted requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
evangelion1204 committed Jun 28, 2015
1 parent ea49430 commit acfb494
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = (grunt) ->
forceExit: true,
captureExceptions: true,
specFolders: ['tests'],
src: ['**/*.js']
src: ['lib/*.js']
junitreport:
report: false,
savePath : "./build/reports/jasmine/",
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ content = ini.read(file);

## Changelog

### 0.5.1
* Fixed a bug where single lines of multilines got trimmed

### 0.5.0
* Added support for filters per value

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multi-ini",
"version": "0.5.0",
"version": "0.5.1",
"description": "An ini-file parser which supports multi line, multiple levels and arrays to get a maximum of compatibility with Zend config files.",
"main": "lib/multi-ini-class.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,6 @@
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-jasmine": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-jasmine-node": "^0.1.0",
"grunt-jasmine-node-coverage": "^0.4.1",
Expand Down

0 comments on commit acfb494

Please sign in to comment.