Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
reassign copyright, update links
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Feb 23, 2015
1 parent b8eba84 commit 14b60b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Open North Inc.
Copyright (c) 2015 James McKinney

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Popolo Rails Engine

*If you are looking for the GitHub repository for the data specification, head over to the [popolo-spec](https://github.com/opennorth/popolo-spec/tree/gh-pages) repository.*
*If you are looking for the GitHub repository for the data specification, head over to the [popolo-spec](https://github.com/popolo-project/popolo-spec/tree/gh-pages) repository.*

[![Gem Version](https://badge.fury.io/rb/popolo-engine.svg)](https://badge.fury.io/rb/popolo-engine)
[![Build Status](https://secure.travis-ci.org/opennorth/popolo-engine.png)](https://travis-ci.org/opennorth/popolo-engine)
[![Dependency Status](https://gemnasium.com/opennorth/popolo-engine.png)](https://gemnasium.com/opennorth/popolo-engine)
[![Coverage Status](https://coveralls.io/repos/opennorth/popolo/badge.png?branch=master)](https://coveralls.io/r/opennorth/popolo)
[![Code Climate](https://codeclimate.com/github/opennorth/popolo-engine.png)](https://codeclimate.com/github/opennorth/popolo-engine)
[![Build Status](https://secure.travis-ci.org/popolo-project/popolo-engine.png)](https://travis-ci.org/popolo-project/popolo-engine)
[![Dependency Status](https://gemnasium.com/popolo-project/popolo-engine.png)](https://gemnasium.com/popolo-project/popolo-engine)
[![Coverage Status](https://coveralls.io/repos/popolo-project/popolo-engine/badge.png?branch=master)](https://coveralls.io/r/popolo-project/popolo-engine)
[![Code Climate](https://codeclimate.com/github/popolo-project/popolo-engine.png)](https://codeclimate.com/github/popolo-project/popolo-engine)

Popolo's goal is to make it easier for civic developers to create government transparency, monitoring and engagement websites.

Expand Down Expand Up @@ -94,8 +94,4 @@ A Popolo app is easy to deploy on [Heroku](https://www.heroku.com/) using either

We highly recommend using the [Unicorn](http://unicorn.bogomips.org/) Rack HTTP server. [This blog post](http://blog.codeship.io/2012/05/06/Unicorn-on-Heroku.html) has great instructions. You can remove the `before_fork` and `after_fork` blocks from your `config/unicorn.rb` because [Mongoid will automatically reconnect after forks](http://mongoid.org/en/mongoid/docs/rails.html).

## Acknowledgements

This gem is developed by [Open North](http://www.opennorth.ca/) through a partnership with the [Participatory Politics Foundation](http://www.participatorypolitics.org/).

Copyright (c) 2012 Open North Inc., released under the MIT license
Copyright (c) 2015 James McKinney, released under the MIT license
5 changes: 2 additions & 3 deletions popolo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Gem::Specification.new do |s|
s.name = "popolo"
s.version = Popolo::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Open North"]
s.email = ["info@opennorth.ca"]
s.homepage = "https://github.com/opennorth/popolo"
s.authors = ["James McKinney"]
s.homepage = "https://github.com/popolo-project/popolo-engine"
s.summary = %q{A Rails engine for open government websites.}
s.license = 'MIT'

Expand Down

0 comments on commit 14b60b1

Please sign in to comment.