metry 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.0.1 / 2009-07-06
2
+
3
+ * Don't include the webrat selenium jar in the manifest.
4
+
1
5
  === 1.0.0 / 2009-07-06
2
6
 
3
7
  * 1 major enhancement
data/Manifest.txt CHANGED
@@ -373,4 +373,3 @@ vendor/webrat/spec/public/within_spec.rb
373
373
  vendor/webrat/spec/rcov.opts
374
374
  vendor/webrat/spec/spec.opts
375
375
  vendor/webrat/spec/spec_helper.rb
376
- vendor/webrat/vendor/selenium-server.jar
data/lib/metry.rb CHANGED
@@ -7,7 +7,7 @@ require 'metry/tokyo'
7
7
  require 'metry/experiment'
8
8
 
9
9
  module Metry
10
- VERSION = '1.0.0'
10
+ VERSION = '1.0.1'
11
11
 
12
12
  def self.init(storage)
13
13
  @storage = storage
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathaniel Talbott
@@ -410,7 +410,6 @@ files:
410
410
  - vendor/webrat/spec/rcov.opts
411
411
  - vendor/webrat/spec/spec.opts
412
412
  - vendor/webrat/spec/spec_helper.rb
413
- - vendor/webrat/vendor/selenium-server.jar
414
413
  has_rdoc: true
415
414
  homepage: http://terralien.com
416
415
  post_install_message: