@@ -45,20 +45,7 @@ Gem::Specification.new do |s|
45
45
s . require_paths = [ "lib" ]
46
46
s . rubygems_version = "1.8.10"
47
47
s . summary = "Add dirty tracking of attributes to your ruby objects"
48
- s . test_files = [
49
- "spec/integration/attributes/array_spec.rb" ,
50
- "spec/integration/attributes/boolean_spec.rb" ,
51
- "spec/integration/attributes/date_spec.rb" ,
52
- "spec/integration/attributes/date_time_spec.rb" ,
53
- "spec/integration/attributes/decimal_spec.rb" ,
54
- "spec/integration/attributes/float_spec.rb" ,
55
- "spec/integration/attributes/hash_spec.rb" ,
56
- "spec/integration/attributes/integer_spec.rb" ,
57
- "spec/integration/attributes/string_spec.rb" ,
58
- "spec/integration/attributes/time_spec.rb" ,
59
- "spec/integration/shared/dirty_trackable_attribute.rb" ,
60
- "spec/spec_helper.rb"
61
- ]
48
+ s . test_files = [ "spec/integration/attributes/array_spec.rb" , "spec/integration/attributes/boolean_spec.rb" , "spec/integration/attributes/date_spec.rb" , "spec/integration/attributes/date_time_spec.rb" , "spec/integration/attributes/decimal_spec.rb" , "spec/integration/attributes/float_spec.rb" , "spec/integration/attributes/hash_spec.rb" , "spec/integration/attributes/integer_spec.rb" , "spec/integration/attributes/string_spec.rb" , "spec/integration/attributes/time_spec.rb" , "spec/integration/shared/dirty_trackable_attribute.rb" , "spec/spec_helper.rb" ]
62
49
63
50
if s . respond_to? :specification_version then
64
51
s . specification_version = 3
@@ -81,6 +68,9 @@ Gem::Specification.new do |s|
81
68
s . add_development_dependency ( %q<jeweler> , [ ">= 0" ] )
82
69
s . add_development_dependency ( %q<rspec> , [ ">= 0" ] )
83
70
s . add_development_dependency ( %q<simplecov> , [ ">= 0" ] )
71
+ s . add_development_dependency ( %q<jeweler> , [ ">= 0" ] )
72
+ s . add_development_dependency ( %q<rspec> , [ ">= 0" ] )
73
+ s . add_development_dependency ( %q<simplecov> , [ ">= 0" ] )
84
74
s . add_development_dependency ( %q<rspec> , [ ">= 0" ] )
85
75
s . add_runtime_dependency ( %q<virtus> , [ ">= 0" ] )
86
76
else
@@ -101,6 +91,9 @@ Gem::Specification.new do |s|
101
91
s . add_dependency ( %q<jeweler> , [ ">= 0" ] )
102
92
s . add_dependency ( %q<rspec> , [ ">= 0" ] )
103
93
s . add_dependency ( %q<simplecov> , [ ">= 0" ] )
94
+ s . add_dependency ( %q<jeweler> , [ ">= 0" ] )
95
+ s . add_dependency ( %q<rspec> , [ ">= 0" ] )
96
+ s . add_dependency ( %q<simplecov> , [ ">= 0" ] )
104
97
s . add_dependency ( %q<rspec> , [ ">= 0" ] )
105
98
s . add_dependency ( %q<virtus> , [ ">= 0" ] )
106
99
end
@@ -122,6 +115,9 @@ Gem::Specification.new do |s|
122
115
s . add_dependency ( %q<jeweler> , [ ">= 0" ] )
123
116
s . add_dependency ( %q<rspec> , [ ">= 0" ] )
124
117
s . add_dependency ( %q<simplecov> , [ ">= 0" ] )
118
+ s . add_dependency ( %q<jeweler> , [ ">= 0" ] )
119
+ s . add_dependency ( %q<rspec> , [ ">= 0" ] )
120
+ s . add_dependency ( %q<simplecov> , [ ">= 0" ] )
125
121
s . add_dependency ( %q<rspec> , [ ">= 0" ] )
126
122
s . add_dependency ( %q<virtus> , [ ">= 0" ] )
127
123
end
0 commit comments