roles 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4136c2d08ee83ba38a925530bb53e1293c62286a
4
- data.tar.gz: 21b7840b3397699f47f3d2d1a636cb80d90c9454
3
+ metadata.gz: 4093e814dba464a0d5146034eee8aac33a495109
4
+ data.tar.gz: af55423ea28a7d441d4c4dd28993896f7e6281ea
5
5
  SHA512:
6
- metadata.gz: 9be9cc510a899bdd4778502549fd6b8373421db651cb3a0315e42e4d10d3634ee61d3c3980b24482ebf62523ed9a24bda72e58cce526f2a975ae9e97340a688b
7
- data.tar.gz: 313b31799ac5691912c62c22966393866705c632c75c10518c75f696f5fdb63b8008542cc5aa77d7ed0fe240df07a2fb15e5ac6d65e4951e8a7445a77af950ba
6
+ metadata.gz: 6ac083dbd2cba692045150e40682e32d899764e0dbcd0c932ef570baa9217cb42903dc6a1e0e06b82ff0eb1b8e7193e190404762efd2c2349178cdedcff01ee7
7
+ data.tar.gz: b1007f333b4d6607f955fc52726246c20e5e7135e6f87dac1a3840aae2e3a0418cbca67a01e3083abcb7e8ae9cae56533d29e64f5831eacd566719f10aa2a404
data/README.md CHANGED
@@ -118,3 +118,6 @@ resourcify role_cname: 'MyRole', user_cname: 'MyUser'
118
118
  * [CanCan](https://github.com/ryanb/cancan)
119
119
  * [Amazing tutorial](http://railsapps.github.com/tutorial-rails-bootstrap-devise-cancan.html) provided by [RailsApps](http://railsapps.github.com/)
120
120
 
121
+ ## License
122
+
123
+ Roles is distributed under the MIT-LICENSE.
@@ -1,3 +1,3 @@
1
1
  module Roles
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = "http://github.com/liufengyun/roles"
12
12
  s.summary = %q{Roles library with resource scoping}
13
13
  s.description = %q{An extremely simple roles library inspired by rolify}
14
+ s.license = 'MIT'
14
15
 
15
16
  s.rubyforge_project = s.name
16
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - liufengyun
@@ -147,7 +147,8 @@ files:
147
147
  - spec/support/active_record.rb
148
148
  - spec/support/schema.rb
149
149
  homepage: http://github.com/liufengyun/roles
150
- licenses: []
150
+ licenses:
151
+ - MIT
151
152
  metadata: {}
152
153
  post_install_message:
153
154
  rdoc_options: []