wordmove 1.0.16 → 1.0.17

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: 274d1788263dff22908573008987d2d897442cd5
4
- data.tar.gz: b842f99462b71de34a3aa24652070792552e07af
3
+ metadata.gz: 3549f4e13c24fbfd6f30be7c4f650a44dae08dc3
4
+ data.tar.gz: 3ee7a9de50b488a2189835bdf3177f025e50f0e0
5
5
  SHA512:
6
- metadata.gz: 7a9d9dcee84da27b284e83a50e020cb69619a2e932bc119d4eb7631adc017e6f9f1683ff5e9209d13074546ce364eff285d4083d07c99ff6019f74506b85b2b1
7
- data.tar.gz: b9ee27e5e495c215443c698df702ffd59b2d4b89450339bfc1bc841b168c5d83954c23d06657132d3c7e1f7c8d85e5cf5e09b8f085c7e94d573616d77a033e0c
6
+ metadata.gz: a034638d676c4d72b98167d84fbab7d9f1e85d425cf44e5832ee1c9fcf71f66601d8f96f54276c3da73b5ba6eb99b00b3c868978cdaaae3368de632f67aab36f
7
+ data.tar.gz: 964e781bdda6cb3258b43f4fc5a5aa7c37f6085f33adb711deebb5d4a07db0af60e3401047c95ed009b5fd1da8a1802d37c5ae188bac6d126ab1afa1e8244764
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- wordmove (1.0.16)
4
+ wordmove (1.0.17)
5
5
  activesupport
6
6
  colored
7
7
  i18n
@@ -12,7 +12,7 @@ module Wordmove
12
12
  title = " ✓ #{title} "
13
13
  padding = "▬" * padding_length(title)
14
14
 
15
- puts "\n" + prefix + title + padding
15
+ puts "\n" + prefix + title.green + padding
16
16
  end
17
17
 
18
18
  def task_step(local_step, title)
@@ -1,4 +1,4 @@
1
1
  module Wordmove
2
- VERSION = "1.0.16"
2
+ VERSION = "1.0.17"
3
3
  end
4
4
 
data/wordmove.gemspec CHANGED
@@ -4,8 +4,8 @@ require File.expand_path('../lib/wordmove/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Stefano Verna", "Ju Liu"]
6
6
  gem.email = ["stefano.verna@welaika.com", "ju.liu@welaika.com"]
7
- gem.description = %q{Capistrano for Wordpress}
8
- gem.summary = %q{Capistrano for Wordpress}
7
+ gem.description = %q{Wordmove deploys your WordPress websites at the speed of light.}
8
+ gem.summary = %q{Wordmove, Capistrano for Wordpress}
9
9
  gem.homepage = "https://github.com/welaika/wordmove"
10
10
 
11
11
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
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: 1.0.16
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefano Verna
@@ -109,7 +109,7 @@ dependencies:
109
109
  - - '>='
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
- description: Capistrano for Wordpress
112
+ description: Wordmove deploys your WordPress websites at the speed of light.
113
113
  email:
114
114
  - stefano.verna@welaika.com
115
115
  - ju.liu@welaika.com
@@ -179,7 +179,7 @@ rubyforge_project:
179
179
  rubygems_version: 2.0.3
180
180
  signing_key:
181
181
  specification_version: 4
182
- summary: Capistrano for Wordpress
182
+ summary: Wordmove, Capistrano for Wordpress
183
183
  test_files:
184
184
  - spec/deployer/base_spec.rb
185
185
  - spec/fixtures/Movefile