wordmove 2.1.3 → 2.1.4

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: a3bde82c3531e370f70f2b41d943d86611cede30
4
- data.tar.gz: e6d00f563e2c477ce7522d9ee301fc3b8aa2a7de
3
+ metadata.gz: c5f0c5761b7b67c9a56f5feffddc1abdc5597161
4
+ data.tar.gz: a8bd9fdb55dab809b61ff703a11190f5888550c2
5
5
  SHA512:
6
- metadata.gz: 0adfe0ea2fe3dcb9708d6c9c2e397d62141762ae94610ff165d0cb69484db9eac2a64270d9d6cfbb2897eece2fa9f75ebaa893e389cc7422a665cf2dc2856a63
7
- data.tar.gz: 213ce679172e5c770555fded09ac4647124182b5fc77fc9513c9c7932e17d31f83500142c2212e41c5b8be96124a6de8dc1cfcd897b2556c5ea7b06b60ca608b
6
+ metadata.gz: 189514b55cc4c9f4ff371292f8054f1b938f10f1d9f9c3901707817d4e3819a6dd6136fef62694e764354374f56eb91fbfaecbe9c65001d2ea0b8fdda784cea9
7
+ data.tar.gz: e6b160676eae31ec03de41fa5fc91c29df495072467c8169cd64816415cfb92ebce78b285964fe94e48cc0e0824023ba89b0b5430433c53556ca63bb3aa6f4ac
data/bin/rake CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
  #
3
4
  # This file was generated by Bundler.
4
5
  #
@@ -6,11 +7,11 @@
6
7
  # this file is here to facilitate running it.
7
8
  #
8
9
 
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
10
+ require "pathname"
11
+ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
11
12
  Pathname.new(__FILE__).realpath)
12
13
 
13
- require 'rubygems'
14
- require 'bundler/setup'
14
+ require "rubygems"
15
+ require "bundler/setup"
15
16
 
16
- load Gem.bin_path('rake', 'rake')
17
+ load Gem.bin_path("rake", "rake")
data/bin/rspec CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
  #
3
4
  # This file was generated by Bundler.
4
5
  #
@@ -6,11 +7,11 @@
6
7
  # this file is here to facilitate running it.
7
8
  #
8
9
 
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
10
+ require "pathname"
11
+ ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
11
12
  Pathname.new(__FILE__).realpath)
12
13
 
13
- require 'rubygems'
14
- require 'bundler/setup'
14
+ require "rubygems"
15
+ require "bundler/setup"
15
16
 
16
- load Gem.bin_path('rspec-core', 'rspec')
17
+ load Gem.bin_path("rspec-core", "rspec")
data/lib/wordmove/cli.rb CHANGED
@@ -34,7 +34,7 @@ module Wordmove
34
34
  no_tasks do
35
35
  def handle_options(options)
36
36
  wordpress_options.each do |task|
37
- yield task if options[task] || options["all"]
37
+ yield task if options[task] || (options["all"] && options[task] != false)
38
38
  end
39
39
  end
40
40
 
@@ -1,3 +1,3 @@
1
1
  module Wordmove
2
- VERSION = "2.1.3".freeze
2
+ VERSION = "2.1.4".freeze
3
3
  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.1.3
4
+ version: 2.1.4
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-06-13 00:00:00.000000000 Z
15
+ date: 2017-11-12 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: colorize