Skip to content

Commit

Permalink
Move macros and operations to pragma-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
aldesantis committed Feb 1, 2020
1 parent b4cc467 commit 7090270
Show file tree
Hide file tree
Showing 28 changed files with 13 additions and 1,908 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Moved `Pragma::Decorator::Error` to [pragma-decorator](https://github.com/pragmarb/pragma-decorator)
- Moved `Pragma::AssociationIncluder` to [pragma-decorator](https://github.com/pragmarb/pragma-decorator)
- Moved macros to [pragma-resource](https://github.com/pragmarb/pragma-resource)
- Moved CRUD operations to [pragma-resource](https://github.com/pragmarb/pragma-resource)

### Removed

- Removed `Pragma::Decorator::Error`, which was moved to
[pragma-decorator](https://github.com/pragmarb/pragma-decorator)
- Removed `Pragma::AssociationIncluder`, which was moved to
[pragma-decorator](https://github.com/pragmarb/pragma-decorator)
- Removed filtering functionality with no replacement (use Ransack or similar instead)

## [2.5.0]
Expand Down
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ source 'https://rubygems.org'
gemspec

gem 'pry'

gem 'pragma-contract', github: 'pragmarb/pragma-contract'
gem 'pragma-operation', github: 'pragmarb/pragma-operation'
gem 'pragma-decorator', github: 'pragmarb/pragma-decorator'
gem 'pragma-policy', github: 'pragmarb/pragma-policy'
gem 'pragma-resource', github: 'pragmarb/pragma-resource'
47 changes: 0 additions & 47 deletions lib/pragma/macro.rb

This file was deleted.

103 changes: 0 additions & 103 deletions lib/pragma/macro/classes.rb

This file was deleted.

27 changes: 0 additions & 27 deletions lib/pragma/macro/contract/build.rb

This file was deleted.

27 changes: 0 additions & 27 deletions lib/pragma/macro/contract/persist.rb

This file was deleted.

27 changes: 0 additions & 27 deletions lib/pragma/macro/contract/validate.rb

This file was deleted.

81 changes: 0 additions & 81 deletions lib/pragma/macro/decorator.rb

This file was deleted.

30 changes: 0 additions & 30 deletions lib/pragma/macro/model.rb

This file was deleted.

Loading

0 comments on commit 7090270

Please sign in to comment.