fezzik 0.8.0.beta3 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +3 -4
  2. data/lib/fezzik/version.rb +1 -1
  3. metadata +4 -4
data/README.md CHANGED
@@ -402,8 +402,7 @@ connection pool, but necessarily introduces a few breaking changes. These are de
402
402
  ### Breaking changes
403
403
 
404
404
  - The method `target_host` is gone and has been replaced by using `host` in a host task. The old method `host`
405
- has been replaced with the new one defined in host tasks. There should no longer be a reason to use the old
406
- `host` method.
405
+ has been removed and there should no longer be a reason to use it.
407
406
  - The `current_path` setting is no longer set automatically. To continue using it in your deployments, define
408
407
  it manually:
409
408
 
@@ -416,8 +415,8 @@ connection pool, but necessarily introduces a few breaking changes. These are de
416
415
  ### Deprecations
417
416
 
418
417
  - The `remote_task` method is deprecated. Use `host_task` instead.
419
- - Using settings defined by `Fezzik.set` as top-level method calls is deprecated. Instead of `domain`, use
420
- `Fezzik.get :domain` instead.
418
+ - Using settings defined by `Fezzik.set` as top-level method calls is deprecated. For example, use
419
+ `Fezzik.get :domain` instead of `domain`.
421
420
  - Fezzik::Util.capture_output is deprecated. Pass options directly to `run` instead:
422
421
 
423
422
  ```ruby
@@ -1,3 +1,3 @@
1
1
  module Fezzik
2
- VERSION = "0.8.0.beta3"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fezzik
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.beta3
5
- prerelease: 6
4
+ version: 0.8.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel MacDougall
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-02-26 00:00:00.000000000 Z
13
+ date: 2013-03-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: -2670329324762576840
126
+ hash: 2107637702954244595
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  none: false
129
129
  requirements: