Skip to content

Commit

Permalink
Add copyright and license info
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Mar 17, 2012
1 parent a6050d2 commit 68ee541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -30,3 +30,7 @@ Or install it yourself as:
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Copyright

Copyright © 2012 Elia Schito. See LICENSE for details.
1 change: 1 addition & 0 deletions activeadmin-mongoid.gemspec
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
gem.name = 'activeadmin-mongoid'
gem.require_paths = ['lib']
gem.version = ActiveAdmin::Mongoid::VERSION
gem.license = 'MIT'

gem.add_runtime_dependency 'mongoid', '~> 2.0'
gem.add_runtime_dependency 'activeadmin', '~> 0.4'
Expand Down

0 comments on commit 68ee541

Please sign in to comment.