wordmove 2.2.0 → 2.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 362573df1a836d8861bc597eb36721c84a9cd92e
4
- data.tar.gz: d676f1e50f275835eb2192821e931a1f2afca852
3
+ metadata.gz: 577d35dd76f61badf9aab6f288a1c74484ab05a6
4
+ data.tar.gz: e3004bdca2c5729cf59e6c3eb67570fac3667f72
5
5
  SHA512:
6
- metadata.gz: 70a71176cf4a18597f4997f1c0bda8c63c2f1415b0fb48e04b13bbb586c9cbe38c32efec79699fc941cdeef511c490ea16961f4982d3ed71a308e463b26af085
7
- data.tar.gz: 20047b933fd5e4b55f6c79c151df9559d34223d33d1d10dbcf3cfd268de014e410a0056a92f19cf030f328125fb3c2bbe441c840d0ded9fd851567a11700bdc6
6
+ metadata.gz: 8f536d8bac4d2cbc28c13ff57c3b03c09bfd7a91da74760e87b88c8ae7dc60d802e19b9b1605368cd1a1e3a7f2a13d811ab298811556b4f133556d9339321d80
7
+ data.tar.gz: 28cb7165326c66e7143d95a60859cda54f947eb6f4d8130607a347d1697aec8808aa3da12d9fccb3e30a716480b06fcd34a7b943452cb847cbfc0cea2e2231d8
data/README.mdown CHANGED
@@ -112,8 +112,8 @@ production:
112
112
  user: "user"
113
113
  ```
114
114
 
115
- **We warmly recommend to read the wiki article [Multiple environments explained**
116
- **](https://github.com/welaika/wordmove/wiki/Multiple-environments-explained) if you need multi-stage support, and the wiki article [Movefile configurations explained](https://github.com/welaika/wordmove/wiki/Movefile-configurations-explained) to understand about the supported configurations.**
115
+ **We warmly recommend to read the wiki article [Multiple environments explained
116
+ ](https://github.com/welaika/wordmove/wiki/Multiple-environments-explained) if you need multi-stage support, and the wiki article [Movefile configurations explained](https://github.com/welaika/wordmove/wiki/movefile.yml-configurations-explained) to understand about the supported configurations.**
117
117
 
118
118
  ## Supports
119
119
 
@@ -1,3 +1,3 @@
1
1
  module Wordmove
2
- VERSION = "2.2.0".freeze
2
+ VERSION = "2.2.1".freeze
3
3
  end
data/wordmove.gemspec CHANGED
@@ -45,11 +45,11 @@ Gem::Specification.new do |spec|
45
45
  spec.add_development_dependency "rubocop", "~> 0.49.0"
46
46
 
47
47
  spec.post_install_message = <<-RAINBOW
48
- Starting from 2.1.0 you'll need to add the global section in your movefile.yaml:
48
+ Starting from 2.1.0 you'll need to add the global section in your movefile.yml:
49
49
  global:
50
50
  sql_adapter: "default"
51
51
  Or you can spawn a new one with `wordmove init` (backup the old one!)
52
52
 
53
- Starting from 2.2.0 the default name of the config file is `movefile.yaml`.
53
+ Starting from 2.2.0 the default name of the config file is `movefile.yml`.
54
54
  RAINBOW
55
55
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordmove
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Verna
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: exe
14
14
  cert_chain: []
15
- date: 2017-11-16 00:00:00.000000000 Z
15
+ date: 2017-11-27 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: colorize
@@ -242,12 +242,12 @@ licenses:
242
242
  - MIT
243
243
  metadata: {}
244
244
  post_install_message: |2
245
- Starting from 2.1.0 you'll need to add the global section in your movefile.yaml:
245
+ Starting from 2.1.0 you'll need to add the global section in your movefile.yml:
246
246
  global:
247
247
  sql_adapter: "default"
248
248
  Or you can spawn a new one with `wordmove init` (backup the old one!)
249
249
 
250
- Starting from 2.2.0 the default name of the config file is `movefile.yaml`.
250
+ Starting from 2.2.0 the default name of the config file is `movefile.yml`.
251
251
  rdoc_options: []
252
252
  require_paths:
253
253
  - lib