theme-juice 0.13.0 → 0.13.1

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: 3da436c1899c43d49e6c60060ca315c566012697
4
- data.tar.gz: fda413bca1b40ce1c21605bc4dc741f04a51433a
3
+ metadata.gz: 65212adcefc4b732027bbdcb09cbcbc0ee8af4a5
4
+ data.tar.gz: 505725fbd6aa3dd5fe6a49e77f6f0dd039a106e6
5
5
  SHA512:
6
- metadata.gz: ae1f99aa474c1b1fe6e3e2f95248a123916473348a5e2d8f4f45b0e04f98887b3081c81235215a687be1a3f4a0a185300b5c21628c2f4c985e30f212ffa51d2a
7
- data.tar.gz: f3e72b175c8e09f154a3d6a69901457d21d0339c60084de7055cebdcc016ef0acd8a9462783e96ec3ceb86d0afcb88c88e609c66daba7fa12d752654bf3b5f6b
6
+ metadata.gz: 26785dee61329861f52407fc69164c75c8a7da4ea0a807d13e3b837daf53889cc0eb2814f081c6e359ff79cea36b810a2d2f2d10997458423e76ba545893f818
7
+ data.tar.gz: 629282e40a62f7c4fdc736b7da586d2231813bd75c106004e175d2c8818e5d9716a44a27b5c7c9f562a960e9483f471f741ff028fe87fe34504db6f61febd8af
@@ -106,7 +106,7 @@ module ThemeJuice
106
106
  method_option :url, :type => :string, :aliases => "-u", :default => nil, :desc => ""
107
107
  method_option :repository, :type => :string, :aliases => "-r", :desc => ""
108
108
  method_option :db_import, :type => :string, :aliases => %w[-i --import-db], :desc => ""
109
- method_option :bare, :type => :boolean, :aliases => %w[--no-theme], :desc => ""
109
+ method_option :bare, :type => :boolean, :aliases => %w[--no-template], :desc => ""
110
110
  method_option :skip_repo, :type => :boolean, :desc => ""
111
111
  method_option :skip_db, :type => :boolean, :desc => ""
112
112
  method_option :use_defaults, :type => :boolean, :desc => ""
@@ -24,7 +24,6 @@ module ThemeJuice
24
24
  attr_accessor :skip_repo
25
25
  attr_accessor :skip_db
26
26
  attr_accessor :use_defaults
27
- attr_accessor :no_theme
28
27
  attr_accessor :no_wp
29
28
  attr_accessor :no_db
30
29
 
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.13.0"
4
+ VERSION = "0.13.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: theme-juice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-28 00:00:00.000000000 Z
11
+ date: 2015-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor