Skip to content

Commit

Permalink
Give up on external version file for now :(
Browse files Browse the repository at this point in the history
To use this correctly, we'd need to refactor the top-level 
PaperTrailManager constant to be a module and move all of the engine
functionality into PaperTrailManager::Engine.
  • Loading branch information
reidab committed Jun 20, 2015
1 parent ca1f69e commit 356c768
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions lib/paper_trail_manager/version.rb

This file was deleted.

5 changes: 1 addition & 4 deletions paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

# Maintain your gem's version:
require "paper_trail_manager/version"

Gem::Specification.new do |spec|
spec.name = "paper_trail_manager"
spec.version = PaperTrailManager::VERSION
spec.version = "0.5.0"
spec.authors = ["Igal Koshevoy", "Reid Beels"]
spec.authors = ["mail@reidbeels.com"]
spec.summary = "A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications."
Expand Down

0 comments on commit 356c768

Please sign in to comment.