Skip to content

Commit

Permalink
extract Serializer::Primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexParamonov committed May 11, 2014
1 parent 61b319c commit 6e0aa3c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 77 deletions.
2 changes: 1 addition & 1 deletion lib/undo/serializer/active_model.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require_relative "active_model/connector"
require_relative "primitive"
require "undo/serializer/primitive"

module Undo
module Serializer
Expand Down
51 changes: 0 additions & 51 deletions lib/undo/serializer/primitive.rb

This file was deleted.

25 changes: 0 additions & 25 deletions spec/undo/serializer/primitive_spec.rb

This file was deleted.

1 change: 1 addition & 0 deletions undo-serializer-active_model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'undo', '~> 1.0.0.beta1'
spec.add_dependency 'undo-serializer-primitive', '~> 0.0'
spec.add_dependency 'virtus', '~> 1.0'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.add_development_dependency "rspec", ">= 3.0.0.beta1"
Expand Down

0 comments on commit 6e0aa3c

Please sign in to comment.