fezzik 0.8.0.beta3 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -4
- data/lib/fezzik/version.rb +1 -1
- 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
|
|
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.
|
|
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
|
data/lib/fezzik/version.rb
CHANGED
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
|
|
5
|
-
prerelease:
|
|
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-
|
|
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:
|
|
126
|
+
hash: 2107637702954244595
|
|
127
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
none: false
|
|
129
129
|
requirements:
|