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 +4 -4
- data/README.md +2 -3
- data/lib/theme-juice/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b916961bf41d25f2a88bdf172bded017b777ed8a
|
|
4
|
+
data.tar.gz: d9d0d0bd88b46df73c3526e2e38d43685b90a5e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d34b0e81ba390937a85310a0152e0ac5bba51821ac404a8308be88e65a35c268674cce10143de35856307b4e6f5ce31061343eb612dfcb61d8cfcba76818889
|
|
7
|
+
data.tar.gz: 2d1b2933339a580ec109ad46c89f4e0e113684b9c9782b7ba55e3ace07601a0506816e75cb08400e892e8f0b50a95c29067f8473de3057e36f914050c956087f
|
data/README.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
[](https://travis-ci.org/ezekg/theme-juice-cli)
|
|
4
4
|
[](https://codeclimate.com/github/ezekg/theme-juice-cli)
|
|
5
5
|
[](https://codeclimate.com/github/ezekg/theme-juice-cli)
|
|
6
|
-
[](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
|
|
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
|
|
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)
|
data/lib/theme-juice/version.rb
CHANGED
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.
|
|
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
|
-
-
|
|
161
|
+
- GPLv2
|
|
162
162
|
metadata: {}
|
|
163
163
|
post_install_message:
|
|
164
164
|
rdoc_options: []
|