jeremyw-paper_trail 1.2.6 → 1.2.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/paper_trail/version.rb +1 -1
- data/paper_trail.gemspec +1 -1
- metadata +1 -1
data/lib/paper_trail/version.rb
CHANGED
data/paper_trail.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{paper_trail}
|
5
|
-
s.version = "1.2.
|
5
|
+
s.version = "1.2.7"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Andy Stewart", "Jeremy Weiskotten", "Joe Lind"]
|