Skip to content

Commit

Permalink
Add require_paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliya-gr committed Jul 22, 2013
1 parent 2655030 commit d876eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acts_as_has_default.gemspec
Expand Up @@ -14,7 +14,8 @@ Gem::Specification.new do |s|
s.summary = %q{A gem allowing active_record model has default value.}
s.description = %q{This "acts_as" extension provides the capabilities for selecting default model according to scope.}

s.files = Dir["{lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir["{lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.require_paths = ['lib']

s.add_dependency 'activerecord', '>= 3.0'

Expand Down

0 comments on commit d876eaf

Please sign in to comment.