railhead_autouser 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0609e87cc54124e69f06d67bed42dd9f402509e
4
- data.tar.gz: e0b5a7bad6fce1634f749e498ebcd2e3785285de
3
+ metadata.gz: 4686426e0db687426b8b5f256048a7a5fc86219b
4
+ data.tar.gz: 8dec9fefddbb92ff64e752890a7b012fefa16e50
5
5
  SHA512:
6
- metadata.gz: 4cf230c0290a5e80165d4f8c92c2e7448ffa08aab0be6197999b74ae6b7668ab1e3cabd00b1908d4bc6ebb230704eaeb6baa85766d65db35c9d2513076b2b5f1
7
- data.tar.gz: 1213e27df45a3736a2409cd32b1789087e8695c172b0b56a891c31ee840673bbe42605f977acaa9248177d809108aa9a6cce10dda834a804d40b5c80bffb7d41
6
+ metadata.gz: 42a2ef541a8edc4e97a23a1b5e44aabacb2a19abd4e456bfc7be1a9e3a3b2f2f5c7fe12a4b3a57be1a86e59f533411ad0734cd50b9b83f6bb3dd7555b40e81a5
7
+ data.tar.gz: ae0bde15ed7d7d6f8a46c0335ad40233b5b86581f7013ec124dbba9458c98407d21b88169e9b0c2908482761a4cf1dfe01cadc39a428d32e0bc4206afa15aff5
@@ -1,10 +1,10 @@
1
1
  = RailheadAutouser
2
2
 
3
- RailheadAutouser is a Ruby on Rails plugin that automatically adds current_user to models.
3
+ RailheadAutouser is a Ruby on Rails plugin that automatically sets current_user to models.
4
4
 
5
5
  == Installation
6
6
 
7
- Installation is available as gem (recommended):
7
+ Add to your Gemfile:
8
8
 
9
9
  gem 'railhead_autouser'
10
10
 
@@ -23,4 +23,4 @@ Add the following line to your controller:
23
23
 
24
24
  == License
25
25
 
26
- Copyright (c) 2008-2015 Bence Nagy (nagybence@tipogral.hu), released under the MIT license.
26
+ Copyright (c) 2008-2015 Bence Nagy (bence.nagy@gmail.com), released under the MIT license.
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "railhead_autouser"
3
- s.version = "0.1.8"
3
+ s.version = "0.1.9"
4
4
  s.date = "2015-02-23"
5
- s.summary = "RailheadAutouser is a Ruby on Rails plugin that automatically adds current_user to models."
5
+ s.summary = "RailheadAutouser is a Ruby on Rails plugin that automatically sets current_user to models."
6
6
  s.email = "bence.nagy@gmail.com"
7
7
  s.homepage = "http://github.com/nagybence/railhead_autouser"
8
8
  s.has_rdoc = true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railhead_autouser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bence Nagy
@@ -45,6 +45,6 @@ rubyforge_project:
45
45
  rubygems_version: 2.4.6
46
46
  signing_key:
47
47
  specification_version: 4
48
- summary: RailheadAutouser is a Ruby on Rails plugin that automatically adds current_user
48
+ summary: RailheadAutouser is a Ruby on Rails plugin that automatically sets current_user
49
49
  to models.
50
50
  test_files: []