Skip to content

Commit

Permalink
Explicitly added MIT licensing to the gemspec. Resolves #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 14, 2013
1 parent da0e8df commit 1292536
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,7 @@ SQLite resorts to file locking.
[![Build Status](https://api.travis-ci.org/mceachen/with_advisory_lock.png?branch=master)](https://travis-ci.org/mceachen/with_advisory_lock)
[![Gem Version](https://badge.fury.io/rb/with_advisory_lock.png)](http://rubygems.org/gems/with_advisory_lock)
[![Code Climate](https://codeclimate.com/github/mceachen/with_advisory_lock.png)](https://codeclimate.com/github/mceachen/with_advisory_lock)
[![Dependency Status](https://gemnasium.com/mceachen/with_advisory_lock.png)](https://gemnasium.com/mceachen/with_advisory_lock)

## What's an "Advisory Lock"?

Expand Down Expand Up @@ -117,6 +118,10 @@ end

## Changelog

### 0.0.10

* Explicitly added MIT licensing to the gemspec.

### 0.0.9

* Merged in Postgis Adapter Support to address [issue 7](https://github.com/mceachen/with_advisory_lock/issues/7)
Expand Down
2 changes: 1 addition & 1 deletion lib/with_advisory_lock/version.rb
@@ -1,3 +1,3 @@
module WithAdvisoryLock
VERSION = Gem::Version.new('0.0.9')
VERSION = Gem::Version.new('0.0.10')
end
1 change: 1 addition & 0 deletions with_advisory_lock.gemspec
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["matthew+github@mceachen.org"]
gem.description = %q{Advisory locking for ActiveRecord}
gem.summary = gem.description
gem.license = 'MIT'
gem.homepage = ""

gem.files = `git ls-files`.split($/)
Expand Down

0 comments on commit 1292536

Please sign in to comment.