Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
bump v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sawanoboly committed Jan 8, 2013
1 parent 87aa8a3 commit b616182
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# CHANGELOG for mongodb-10gen

This file is used to list changes made in each version of mongodb-10gen.

## 0.1.5:

* support debian.

- - -
Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown.

The [Github Flavored Markdown page](http://github.github.com/github-flavored-markdown/) describes the differences between markdown on github and standard markdown.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Description

Add apt repository and install mongodb-10gen.

## Platform

* ubuntu
* debian

### Tested on

* ubuntu 12.04(precise)
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
license "MIT"
description "Installs/Configures mongodb-10gen"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.4"
version "0.1.5"
depends "apt"
depends "mongodb-10gen" # workaround for TravisCI

0 comments on commit b616182

Please sign in to comment.