devise_masquerade 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of devise_masquerade might be problematic. Click here for more details.

data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/oivoodoo/devise_masquerade)
6
6
 
7
+ [![endorse](https://api.coderwall.com/oivoodoo/endorsecount.png)](https://coderwall.com/oivoodoo)
8
+
7
9
  It's a utility library for enabling functionallity like login as button for
8
10
  admin.
9
11
 
@@ -17,6 +17,8 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
+ gem.license = 'MIT'
21
+
20
22
  gem.add_development_dependency('bundler', '>= 1.1.0')
21
23
 
22
24
  gem.add_runtime_dependency('railties', '~> 3.0')
@@ -1,3 +1,3 @@
1
1
  module DeviseMasquerade
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_masquerade
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-24 00:00:00.000000000 Z
12
+ date: 2013-07-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -127,7 +127,8 @@ files:
127
127
  - spec/support/authentication.rb
128
128
  - spec/support/factories.rb
129
129
  homepage: http://github.com/oivoodoo/devise_masquerade/
130
- licenses: []
130
+ licenses:
131
+ - MIT
131
132
  post_install_message:
132
133
  rdoc_options: []
133
134
  require_paths:
@@ -146,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
147
  version: '0'
147
148
  requirements: []
148
149
  rubyforge_project:
149
- rubygems_version: 1.8.23
150
+ rubygems_version: 1.8.25
150
151
  signing_key:
151
152
  specification_version: 3
152
153
  summary: use for login as functionallity on your admin users pages