paper_trail 1.4.4 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -6
  2. data/paper_trail.gemspec +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -217,13 +217,9 @@ And then use it in your tests like this:
217
217
 
218
218
  ## Installation
219
219
 
220
- 1. Install PaperTrail either as a gem (from Gemcutter; the ones on GitHub are obsolete) or as a plugin:
220
+ 1. Install PaperTrail as a gem via your `config/environment.rb`:
221
221
 
222
- `config.gem 'paper_trail', :source => 'http://gemcutter.org'`
223
-
224
- or:
225
-
226
- `script/plugin install git://github.com/airblade/paper_trail.git`
222
+ `config.gem 'paper_trail'
227
223
 
228
224
  2. Generate a migration which will add a `versions` table to your database.
229
225
 
data/paper_trail.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{paper_trail}
8
- s.version = "1.4.4"
8
+ s.version = "1.4.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andy Stewart"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paper_trail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Stewart