Navigation Menu

Skip to content

Commit

Permalink
bump version number and also add a brief readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Anderton committed Jan 16, 2013
1 parent 5e7861d commit d09b3c5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
Empty file removed README
Empty file.
20 changes: 20 additions & 0 deletions README.md
@@ -0,0 +1,20 @@
# defensio

Official Ruby library for Defensio 2.0

## Install

```
gem install defensio
```

or add to you Gemfile!

## Requirements

* httparty
* multi_json

## Help and Docs

* http://www.defensio.com/downloads/ruby/
2 changes: 1 addition & 1 deletion defensio.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "defensio"
s.version = "0.9.1"
s.version = "0.9.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["The Defensio Team", "Carl Mercier"]
Expand Down

0 comments on commit d09b3c5

Please sign in to comment.