lucid 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b390e73608f98acdafab429d0931d92a51aa9716
4
- data.tar.gz: 16d88cf605d75074f38cbaa18a2dffb05e4039ea
3
+ metadata.gz: a2d22c506cdee2344881963f6a13a5e9da9ba23d
4
+ data.tar.gz: 51b0d99fda3a3574823b5afacc43c317d41c1c64
5
5
  SHA512:
6
- metadata.gz: e2e758b4b1d1816639a404479501ce44ba35602bd34670953e75e92f661c786a9e92920ab2ed6a60b6ac91a3d5b2a6279d3f3cd4a68de0dee7c04909fab4abb5
7
- data.tar.gz: 166a0a2a6e087fbf28b9dd00431a463a35e0929df17b731ee48847375a9d4dedaeb46450dcd160517b520b7cdc41ad5642b413d7b846c736455580994c450f09
6
+ metadata.gz: 41a329649788b9e51067e418ea699a033e31265d465e833c6f1f3313c65c39263bf6c8f0faaa080c854b417825a4bb2d731656652145a3a5cfad94271929c6ad
7
+ data.tar.gz: 4ff38c383cb503d1883c323a30975bcbf7c45dfd9863ac899886d29a6434216cadea372723b7b998e6192eba709d822355afb0573a85493f801d76239cea4d95
data/HISTORY.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Change Log and History
2
2
  ======================
3
3
 
4
+ Version 0.4.1 / 2013-02-18
5
+ --------------------------
6
+
7
+ This is a hotfix release that corrects an issue where executing with a profile specified could lead to the entirety of your test repo files not being red. The issue was the reverse merge mechanism that is used to reconcile how Lucid deals with command execution based on where it got information from, which can currently be the defaults that Lucid provides, the information specified in lucid.yml (and run as a profile), or information specified via the command line.
8
+
4
9
  Version 0.4.0 / 2013-02-15
5
10
  --------------------------
6
11
 
@@ -451,10 +451,6 @@ module Lucid
451
451
  @options[:strict] |= other_options[:strict]
452
452
  @options[:dry_run] |= other_options[:dry_run]
453
453
 
454
- @options[:library_path] += other_options[:library_path]
455
- @options[:spec_types] += other_options[:spec_types]
456
- @options[:driver_file] += other_options[:driver_file]
457
-
458
454
  @profiles += other_options.profiles
459
455
  @expanded_args += other_options.expanded_args
460
456
 
@@ -2,7 +2,7 @@ require 'rbconfig'
2
2
 
3
3
  module Lucid
4
4
  unless defined?(Lucid::VERSION)
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
  BINARY = File.expand_path(File.dirname(__FILE__) + '/../../bin/lucid')
7
7
  LIBDIR = File.expand_path(File.dirname(__FILE__) + '/../../lib')
8
8
  JRUBY = defined?(JRUBY_VERSION)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Nyman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-16 00:00:00.000000000 Z
11
+ date: 2014-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -248,7 +248,7 @@ licenses:
248
248
  - MIT
249
249
  metadata: {}
250
250
  post_install_message: "\n(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n\n
251
- \ Lucid 0.4.0 has been installed.\n\n Run the following command to get help:\n
251
+ \ Lucid 0.4.1 has been installed.\n\n Run the following command to get help:\n
252
252
  \ lucid --help\n\n Information on Lucid can be found under the 'lucid'\n category
253
253
  at:\n http://testerstories.com/category/lucid/\n\n(::) (::) (::) (::) (::) (::)
254
254
  (::) (::) (::) (::) (::) (::)\n "