sniff 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -141,7 +141,9 @@ module Sniff
141
141
  end
142
142
  end
143
143
 
144
- test_tasks = []
144
+ directory 'log/'
145
+
146
+ test_tasks = ['log/']
145
147
  test_tasks << :examples if rspec
146
148
  test_tasks << :features if cucumber
147
149
  unless test_tasks.empty?
data/lib/sniff/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sniff
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
File without changes
File without changes
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sniff
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.8.0
5
+ version: 0.8.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Derek Kastner
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-02 00:00:00 -04:00
14
- default_executable:
13
+ date: 2011-06-02 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: activesupport
@@ -208,6 +207,8 @@ files:
208
207
  - lib/test_support/db/fixtures/urbanities.csv
209
208
  - lib/test_support/db/fixtures/zip_codes.csv
210
209
  - README.markdown
210
+ - spec/db/emitter_data.sqlite3
211
+ - spec/db/schema_output
211
212
  - spec/fixtures/dirigible/lib/dirigible/carbon_model.rb
212
213
  - spec/fixtures/dirigible/lib/dirigible/characterization.rb
213
214
  - spec/fixtures/dirigible/lib/dirigible/data.rb
@@ -228,7 +229,6 @@ files:
228
229
  - spec/lib/sniff/rake_tasks_spec.rb
229
230
  - spec/lib/test_support/cucumber/support/values_spec.rb
230
231
  - spec/spec_helper.rb
231
- has_rdoc: true
232
232
  homepage: https://github.com/brighterplanet/sniff
233
233
  licenses: []
234
234
 
@@ -252,11 +252,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
252
252
  requirements: []
253
253
 
254
254
  rubyforge_project:
255
- rubygems_version: 1.6.2
255
+ rubygems_version: 1.8.3
256
256
  signing_key:
257
257
  specification_version: 3
258
258
  summary: Test support for Brighter Planet carbon gems
259
259
  test_files:
260
+ - spec/db/emitter_data.sqlite3
261
+ - spec/db/schema_output
260
262
  - spec/fixtures/dirigible/lib/dirigible/carbon_model.rb
261
263
  - spec/fixtures/dirigible/lib/dirigible/characterization.rb
262
264
  - spec/fixtures/dirigible/lib/dirigible/data.rb