We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6050d2 commit 68ee541Copy full SHA for 68ee541
README.md
@@ -30,3 +30,7 @@ Or install it yourself as:
30
3. Commit your changes (`git commit -am 'Added some feature'`)
31
4. Push to the branch (`git push origin my-new-feature`)
32
5. Create new Pull Request
33
+
34
+## Copyright
35
36
+Copyright © 2012 Elia Schito. See LICENSE for details.
activeadmin-mongoid.gemspec
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
14
gem.name = 'activeadmin-mongoid'
15
gem.require_paths = ['lib']
16
gem.version = ActiveAdmin::Mongoid::VERSION
17
+ gem.license = 'MIT'
18
19
gem.add_runtime_dependency 'mongoid', '~> 2.0'
20
gem.add_runtime_dependency 'activeadmin', '~> 0.4'
0 commit comments