Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Apr 2, 2012
1 parent 795ff79 commit 3b112a4
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion Guardfile
Expand Up @@ -6,4 +6,3 @@ guard 'rspec', :version => 1 do
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
end

1 change: 0 additions & 1 deletion lib/virtus.rb
Expand Up @@ -83,4 +83,3 @@ def self.included(descendant)
require 'virtus/attribute/string'
require 'virtus/attribute/time'
require 'virtus/attribute/embedded_value'

1 change: 0 additions & 1 deletion lib/virtus/value_object/equalizer.rb
Expand Up @@ -122,4 +122,3 @@ def compile_keys(separator = ' ', &block)
end # class Equalizer
end # module ValueObject
end # module Virtus

1 change: 0 additions & 1 deletion lib/virtus/version.rb
@@ -1,4 +1,3 @@
module Virtus
VERSION = '0.4.1'
end

Expand Up @@ -17,4 +17,3 @@
it { should be(false) }
end
end

Expand Up @@ -18,4 +18,3 @@
subject
end
end

Expand Up @@ -17,4 +17,3 @@
it { should be(false) }
end
end

Expand Up @@ -19,4 +19,3 @@
subject
end
end

Expand Up @@ -17,4 +17,3 @@
it { should be(false) }
end
end

Expand Up @@ -33,4 +33,3 @@
its(:protected_instance_methods) { should include(method_name) }
end
end

Expand Up @@ -33,4 +33,3 @@
its(:protected_instance_methods) { should include(method_name) }
end
end

Expand Up @@ -7,4 +7,3 @@

it { should be(value) }
end

Expand Up @@ -7,4 +7,3 @@

it { should be(value) }
end

Expand Up @@ -7,4 +7,3 @@

it { should be(value) }
end

Expand Up @@ -7,4 +7,3 @@

it { should be(:value) }
end

Expand Up @@ -8,4 +8,3 @@

it { should eql(time.to_i) }
end

Expand Up @@ -7,4 +7,3 @@
type.instance_variable_get('@type_lookup_cache').should eql({})
end
end

Expand Up @@ -13,4 +13,3 @@

specify { subject.options[:writer].should be(:private) }
end

1 change: 0 additions & 1 deletion spec/unit/virtus/value_object/equalizer/append_spec.rb
Expand Up @@ -58,4 +58,3 @@
it { should eql(klass.hash ^ first_name.hash ^ last_name.hash) }
end
end

1 change: 0 additions & 1 deletion virtus.gemspec
Expand Up @@ -21,4 +21,3 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('rspec', '~> 1.3.2')
gem.add_development_dependency('guard-rspec', '~> 0.6.0')
end

0 comments on commit 3b112a4

Please sign in to comment.