forked from tomas-stefano/infinity_test
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfinity_test.gemspec
204 lines (195 loc) · 8.21 KB
/
infinity_test.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{infinity_test}
s.version = "1.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Vinicius Eduardo"]
s.date = %q{2011-07-19}
s.description = %q{Infinity Test is a continuous testing library and a flexible alternative to Autotest, using Watchr library with RSpec, Test::Unit or Bacon with RVM funcionality, giving the possibility to test with all Rubies that you have in your RVM configuration.}
s.email = %q{[email protected]}
s.executables = ["infinity_test"]
s.extra_rdoc_files = [
"LICENSE.txt"
]
s.files = [
".infinity_test",
".rspec",
".rvmrc",
"Gemfile",
"Gemfile.lock",
"History.markdown",
"LICENSE.txt",
"Rakefile",
"Readme.markdown",
"TODO.markdown",
"Tasks",
"VERSION.yml",
"bin/infinity_test",
"buzz_images/buzz_lightyear.jpg",
"buzz_images/buzz_lightyear_continencia.gif",
"buzz_images/to_infinity_and_beyond.png",
"features/heuristics.feature",
"features/support/env.rb",
"images/faces/failure.png",
"images/faces/pending.png",
"images/faces/sucess.png",
"images/fuuu/failure.png",
"images/fuuu/pending.png",
"images/fuuu/sucess.png",
"images/hands/failure.png",
"images/hands/pending.png",
"images/hands/sucess.png",
"images/mario_bros/failure.jpg",
"images/mario_bros/pending.jpg",
"images/mario_bros/sucess.jpg",
"images/rails/failure.png",
"images/rails/pending.png",
"images/rails/sucess.png",
"images/rubies/failure.png",
"images/rubies/pending.png",
"images/rubies/sucess.png",
"images/simpson/failure.gif",
"images/simpson/pending.jpg",
"images/simpson/sucess.jpg",
"images/simpson/failure.wav",
"images/simpson/pending.wav",
"images/simpson/sucess.wav",
"images/street_fighter/failure.gif",
"images/street_fighter/pending.gif",
"images/street_fighter/sucess.jpg",
"images/toy_story/failure.gif",
"images/toy_story/pending.png",
"images/toy_story/sucess.png",
"infinity_test.gemspec",
"lib/infinity_test.rb",
"lib/infinity_test/application.rb",
"lib/infinity_test/application_file.rb",
"lib/infinity_test/application_library/rails.rb",
"lib/infinity_test/application_library/rubygems.rb",
"lib/infinity_test/binary_path.rb",
"lib/infinity_test/command.rb",
"lib/infinity_test/configuration.rb",
"lib/infinity_test/construct_command.rb",
"lib/infinity_test/continuous_testing.rb",
"lib/infinity_test/dependencies.rb",
"lib/infinity_test/environment.rb",
"lib/infinity_test/generator.rb",
"lib/infinity_test/heuristics.rb",
"lib/infinity_test/heuristics_helper.rb",
"lib/infinity_test/notification.rb",
"lib/infinity_test/options.rb",
"lib/infinity_test/runner.rb",
"lib/infinity_test/setup.rb",
"lib/infinity_test/template.erb",
"lib/infinity_test/test_framework.rb",
"lib/infinity_test/test_library/bacon.rb",
"lib/infinity_test/test_library/cucumber.rb",
"lib/infinity_test/test_library/rspec.rb",
"lib/infinity_test/test_library/test_unit.rb",
"lib/infinity_test/test_unit_loader.rb",
"spec/factories/buzz/lib/buzz.rb",
"spec/factories/buzz/spec/buzz_spec.rb",
"spec/factories/company/Gemfile",
"spec/factories/company/lib/company.rb",
"spec/factories/company/test/company_test.rb",
"spec/factories/images/failure.png",
"spec/factories/images/pending.png",
"spec/factories/images/sucess.png",
"spec/factories/infinity_test",
"spec/factories/infinity_test_example",
"spec/factories/rails_app/app/models/project.rb",
"spec/factories/rails_app/spec/helpers/people_helper_spec.rb",
"spec/factories/rails_app/spec/integration/person_spec.rb",
"spec/factories/rails_app/spec/integration/song_spec.rb",
"spec/factories/rails_app/spec/models/project_spec.rb",
"spec/factories/rails_app/spec/models/task_spec.rb",
"spec/factories/rails_app/test/functional/people_test.rb",
"spec/factories/rails_app/test/functional/projects_controller_test.rb",
"spec/factories/rails_app/test/integration/client_test.rb",
"spec/factories/rails_app/test/integration/people_test.rb",
"spec/factories/rails_app/test/unit/person_test.rb",
"spec/factories/rubygems_lib/lib/library.rb",
"spec/factories/rubygems_lib/lib/rubygems_lib.rb",
"spec/factories/rubygems_lib/test/library_test.rb",
"spec/factories/rubygems_lib/test/rubygems_lib_test.rb",
"spec/factories/slinky/spec/slinky/slinky_spec.rb",
"spec/factories/travel/lib/travel.rb",
"spec/factories/travel/test/partner_test.rb",
"spec/factories/travel/test/travel_test.rb",
"spec/factories/wood/lib/wood.rb",
"spec/factories/wood/spec/wood_spec.rb",
"spec/infinity_test/application_file_spec.rb",
"spec/infinity_test/application_library/rails_spec.rb",
"spec/infinity_test/application_library/rubygems_spec.rb",
"spec/infinity_test/application_spec.rb",
"spec/infinity_test/binary_path_spec.rb",
"spec/infinity_test/command_spec.rb",
"spec/infinity_test/configuration_spec.rb",
"spec/infinity_test/construct_command_spec.rb",
"spec/infinity_test/continuous_testing_spec.rb",
"spec/infinity_test/environment_spec.rb",
"spec/infinity_test/heuristics_helper_spec.rb",
"spec/infinity_test/heuristics_spec.rb",
"spec/infinity_test/notification_spec.rb",
"spec/infinity_test/options_spec.rb",
"spec/infinity_test/runner_spec.rb",
"spec/infinity_test/setup_spec.rb",
"spec/infinity_test/test_framework_spec.rb",
"spec/infinity_test/test_library/bacon_spec.rb",
"spec/infinity_test/test_library/cucumber_spec.rb",
"spec/infinity_test/test_library/rspec_spec.rb",
"spec/infinity_test/test_library/test_unit_spec.rb",
"spec/infinity_test_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{https://github.com/viniciuseduardo/infinity_test}
s.post_install_message = %q{
--------------------------------------------------------------------------------
T O I N F I N I T Y A N D B E Y O N D !!!
Infinity Test uses the awesome RVM to run.
If you don't have RVM installed, stop what you're doing =p.
RVM Installation Instructions:
http://rvm.beginrescueend.com/rvm/install/
And don't forget to see how you can customize Infinity Test here:
http://github.com/tomas-stefano/infinity_test/wiki/Customize-Infinity-Test
Happy Coding! :)
--------------------------------------------------------------------------------
}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.7.2}
s.summary = %q{Continuous testing and a flexible alternative to Autotest using Watchr and RVM}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<watchr>, ["= 0.7"])
s.add_runtime_dependency(%q<notifiers>, ["= 1.1.0"])
s.add_development_dependency(%q<rake>, ["= 0.8.7"])
s.add_development_dependency(%q<jeweler>, ["= 1.6.2"])
s.add_runtime_dependency(%q<watchr>, [">= 0.7"])
s.add_runtime_dependency(%q<notifiers>, [">= 1.1.0"])
s.add_development_dependency(%q<rspec>, [">= 2.0.1"])
s.add_development_dependency(%q<jeweler>, [">= 1.4.0"])
else
s.add_dependency(%q<watchr>, ["= 0.7"])
s.add_dependency(%q<notifiers>, ["= 1.1.0"])
s.add_dependency(%q<rake>, ["= 0.8.7"])
s.add_dependency(%q<jeweler>, ["= 1.6.2"])
s.add_dependency(%q<watchr>, [">= 0.7"])
s.add_dependency(%q<notifiers>, [">= 1.1.0"])
s.add_dependency(%q<rspec>, [">= 2.0.1"])
s.add_dependency(%q<jeweler>, [">= 1.4.0"])
end
else
s.add_dependency(%q<watchr>, ["= 0.7"])
s.add_dependency(%q<notifiers>, ["= 1.1.0"])
s.add_dependency(%q<rake>, ["= 0.8.7"])
s.add_dependency(%q<jeweler>, ["= 1.6.2"])
s.add_dependency(%q<watchr>, [">= 0.7"])
s.add_dependency(%q<notifiers>, [">= 1.1.0"])
s.add_dependency(%q<rspec>, [">= 2.0.1"])
s.add_dependency(%q<jeweler>, [">= 1.4.0"])
end
end