theme-juice 0.9.5 → 0.9.6

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: 7ba93cca8407b2d961b0ea7a0d7a0d3eaa58fd32
4
- data.tar.gz: 5bc45e40704aabe00a6c21cfd1beab1f4e81ebd1
3
+ metadata.gz: b916961bf41d25f2a88bdf172bded017b777ed8a
4
+ data.tar.gz: d9d0d0bd88b46df73c3526e2e38d43685b90a5e6
5
5
  SHA512:
6
- metadata.gz: c3af5f670559005edbbbf99fb5044c119c45bb8b49a20525561e17086fa48a8c7e632221d4417d9ff6dc7cd3aa302a66e3f5da51bffe8c7c5d6b61f30decc8f4
7
- data.tar.gz: 41dfa9c248232701e6184b3fab95ebc74952452ccfd79cc0290d8566035a9a375ed13173fef864cb593c606f311b6493197cc0f96d6b813374788fba9a63f69a
6
+ metadata.gz: 2d34b0e81ba390937a85310a0152e0ac5bba51821ac404a8308be88e65a35c268674cce10143de35856307b4e6f5ce31061343eb612dfcb61d8cfcba76818889
7
+ data.tar.gz: 2d1b2933339a580ec109ad46c89f4e0e113684b9c9782b7ba55e3ace07601a0506816e75cb08400e892e8f0b50a95c29067f8473de3057e36f914050c956087f
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![Travis](https://img.shields.io/travis/ezekg/theme-juice-cli.svg?style=flat-square)](https://travis-ci.org/ezekg/theme-juice-cli)
4
4
  [![Code Climate](https://img.shields.io/codeclimate/github/ezekg/theme-juice-cli.svg?style=flat-square)](https://codeclimate.com/github/ezekg/theme-juice-cli)
5
5
  [![Code Climate](https://img.shields.io/codeclimate/coverage/github/ezekg/theme-juice-cli.svg?style=flat-square)](https://codeclimate.com/github/ezekg/theme-juice-cli)
6
- [![GitHub license](https://img.shields.io/github/license/ezekg/theme-juice-cli.svg?style=flat-square)](https://github.com/ezekg/theme-juice-cli/blob/master/LICENSE)
7
6
 
8
7
  _This project is currently under active development and will not be completely 'stable' per-say until we hit `1.0`. Everything here is subject to change without notice. (We will of course semantically version all of our releases, with the minor version being incremented with new features/breaking changes.) Feel free to contribute to the development with new features, ideas or bug fixes._
9
8
 
@@ -42,7 +41,7 @@ tj setup
42
41
  ```
43
42
 
44
43
  #### Removing a project
45
- This will remove a project from your development environment. This will only remove files that were generated by `tj` i.e. the database setup, DNS setup, and the project's shared directories.
44
+ This will remove a project from your development environment. This will only remove files that were generated by `tj` i.e. the database setup, DNS setup, and other project configuration files.
46
45
 
47
46
  It will not touch your local folders that were synced to the VM.
48
47
 
@@ -61,7 +60,7 @@ Or, check out [themejuice.it](http://themejuice.it) for a pretty website chock-f
61
60
 
62
61
  ## FAQ
63
62
 
64
- 1. [Is Windows Supported?](#is-windows-supported)
63
+ 1. [Is Windows supported?](#is-windows-supported)
65
64
  1. [Can I use the original VVV instead of VVV-Apache?](#can-i-use-the-original-vvv-instead-of-vvv-apache)
66
65
  1. [So, does that mean I can use any Vagrant box?](#so-does-that-mean-i-can-use-any-vagrant-box)
67
66
  1. [What is a `Customfile`?](#what-is-a-customfile)
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.9.5"
4
+ VERSION = "0.9.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: theme-juice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse
@@ -158,7 +158,7 @@ files:
158
158
  - lib/theme-juice/version.rb
159
159
  homepage: http://themejuice.it
160
160
  licenses:
161
- - GNU
161
+ - GPLv2
162
162
  metadata: {}
163
163
  post_install_message:
164
164
  rdoc_options: []