theme-juice 0.18.2 → 0.18.3

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: ac8c96846a6fd52fc322a62cd585914824bc348a
4
- data.tar.gz: 14ffed3b4c3c4fe3e305a3b61828cf1045b1a970
3
+ metadata.gz: 10ef183f5246d11a54e94119ec370205faa1a0b8
4
+ data.tar.gz: bb03ad059ce6a65922d773b2e7542b9516613785
5
5
  SHA512:
6
- metadata.gz: 25cb96a956762fae5cc26509d531921284bd80537f6a052cbb596e20553f075571525c567dde7b2743b8717a6f5d9205b73d2c5f6a147ac6b0dbb1257a9c7e06
7
- data.tar.gz: b14267802b8e9d687d036738b95d68a021b883aaa053e33334429af68a6bcc83ab0f44b46a8280304c6d600a69b4903561efb29962fa77062ed01935cf6558fe
6
+ metadata.gz: f5698104de76a5fa8fd415ab6a5e85e334c95c4599aa62826ac65b2a5599c97df6860250e7e3640c4f333385ece6483e781935bf1452850de06f6efa446702d7
7
+ data.tar.gz: 886063d8e0f507533963cbf538076a690b374f3522477a7c5100bee4c173377a4ae9e2c3ada0282f9f3d52c534c19e32e83b7e2cc2af010ea6480e02d6fea379
data/README.md CHANGED
@@ -29,7 +29,7 @@ gem install theme-juice
29
29
  _If you're going to be using [our starter template](https://github.com/ezekg/theme-juice-starter), then I recommend checking out [it's dependencies](https://github.com/ezekg/theme-juice-starter#development-dependencies) before running your first `create`. That way, the build step doesn't fail._
30
30
 
31
31
  ### Initialize the VM
32
- This will install and configure the virtual machine. This will clone the VM into the `vm-path`, install the required Vagrant plugins (such as [Landrush](https://github.com/phinze/landrush), unless disabled) and will also set up port forwarding if you're on OSX.
32
+ This will install and configure the virtual machine. It will clone the VM into the `vm-path`, install the required Vagrant plugins (such as [Landrush](https://github.com/phinze/landrush), unless disabled) and will also set up port forwarding if you're on OSX.
33
33
 
34
34
  ```
35
35
  tj init
@@ -9,10 +9,10 @@ module ThemeJuice
9
9
  end
10
10
 
11
11
  def execute
12
- if @io.agree? "In order to finish creating your project, you need to provision the VM. Do it now?"
12
+ if @io.agree? "In order to complete the process, you need to provision the VM. Do it now?"
13
13
  provision
14
14
  else
15
- @io.notice "Remember, the VM needs to be provisioned before you can use your new site"
15
+ @io.notice "Remember, the VM needs to be provisioned before your changes take effect"
16
16
  end
17
17
  end
18
18
 
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.18.2"
4
+ VERSION = "0.18.3"
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.18.2
4
+ version: 0.18.3
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-12-05 00:00:00.000000000 Z
11
+ date: 2015-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor