Skip to content

Commit c428a21

Browse files
committed
update gemspec and add activesupport as dependency
1 parent cb8544d commit c428a21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

active_poro.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.authors = ["Miguel Diaz"]
1010
spec.email = ["[email protected]"]
1111
spec.summary = %q{Makes possible the use of has_many, has_one, belongs_to relations in POROs as you would expect.}
12-
spec.description = %q{TODO: Write a longer description. Optional.}
12+
spec.description = %q{Ever wanted to have active-record like relations in your POROs?, here is a proposed solution.}
1313
spec.homepage = "https://github.com/codescrum/active_poro"
1414
spec.license = "MIT"
1515

@@ -20,4 +20,6 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_development_dependency "bundler", "~> 1.7"
2222
spec.add_development_dependency "rake", "~> 10.0"
23+
24+
spec.add_runtime_dependency('activesupport')
2325
end

0 commit comments

Comments
 (0)