-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6307f5
commit a771f39
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem| | |
gem.authors = ['Piotr Banasik'] | ||
gem.email = '[email protected]' | ||
|
||
gem.summary = 'ph-model -- active_model, active_attr brought together at last' | ||
gem.summary = 'ph-model -- active_model, ??? active_attr brought together at last' | ||
gem.description = 'Because why do less if you can do more with non db models' | ||
gem.homepage = 'https://github.com/payrollhero/ph_model' | ||
gem.license = 'MIT' | ||
|
@@ -20,11 +20,10 @@ Gem::Specification.new do |gem| | |
|
||
gem.add_runtime_dependency 'activesupport', '> 3.2' | ||
gem.add_runtime_dependency 'activemodel', '> 3.2' | ||
gem.add_runtime_dependency 'active_attr', '~> 0.8' | ||
|
||
gem.add_development_dependency 'faraday' | ||
gem.add_development_dependency 'bundler', '~> 2.3' | ||
gem.add_development_dependency 'rake', '~> 10.0' | ||
gem.add_development_dependency 'rake', '> 10.0' | ||
gem.add_development_dependency 'rspec', '~> 3.0' | ||
gem.add_development_dependency 'rubygems-tasks', '~> 0.2' | ||
gem.add_development_dependency 'pry', '> 0' | ||
|