rails3_acts_as_paranoid 0.1.4 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.markdown +1 -1
  2. metadata +7 -7
data/README.markdown CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A simple plugin which hides records instead of deleting them, being able to recover them.
4
4
 
5
- This branch targets Rails 3.1.X. If you're working with another version, switch to the corresponding branch.
5
+ **This branch targets Rails 3.2.** If you're working with another version, switch to the corresponding branch.
6
6
 
7
7
  ## Credits
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails3_acts_as_paranoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,16 +13,16 @@ date: 2012-03-06 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
16
- requirement: &70234162146040 !ruby/object:Gem::Requirement
16
+ requirement: &70311543517160 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: '3.1'
21
+ version: '3.2'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70234162146040
25
- description: Active Record (~>3.1) plugin which allows you to hide and restore records
24
+ version_requirements: *70311543517160
25
+ description: Active Record (~>3.2) plugin which allows you to hide and restore records
26
26
  without actually deleting them. Check its GitHub page for more in-depth information.
27
27
  email:
28
28
  - goncalossilva@gmail.com
@@ -48,7 +48,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
48
  version: '0'
49
49
  segments:
50
50
  - 0
51
- hash: -2074595129237887781
51
+ hash: -1615322302278310940
52
52
  required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  none: false
54
54
  requirements:
@@ -60,6 +60,6 @@ rubyforge_project: rails3_acts_as_paranoid
60
60
  rubygems_version: 1.8.10
61
61
  signing_key:
62
62
  specification_version: 3
63
- summary: Active Record (~>3.1) plugin which allows you to hide and restore records
63
+ summary: Active Record (~>3.2) plugin which allows you to hide and restore records
64
64
  without actually deleting them.
65
65
  test_files: []