theme-juice 0.11.6 → 0.11.7

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: 091252d696eee2ad02f569c28e95b6901c649e76
4
- data.tar.gz: a63aab4998a739e8d966732bb7c30785a5b02f56
3
+ metadata.gz: bd8550d19951e457e38564e890a596d7c0303254
4
+ data.tar.gz: b3352adef0d19256abb9bda615ff4f8f9bade4d4
5
5
  SHA512:
6
- metadata.gz: e7d59843ab720bcc8df6f3fec468378201deae5630c36999e925caf458c982540dcf26f008049a9dc877d5afc2662e3a99d1d22c1c6619a41b5e50ca1758b40d
7
- data.tar.gz: 19dd21d5e6b65b723e5b8e456ea031b37e0cf07aa3d2db8d0fc03f00275a89d93fb76b217c18d320528e22816a5786883ce764267c4ef57033b753c907fe0f3f
6
+ metadata.gz: 98b6132785a3a0d7266462206d040eb6979fe765ba9e77948e7286206cada8fb10ab02ba3d06533550a015b0e59c235f24df3ef4704ad6a9f9f7793a73efb613
7
+ data.tar.gz: 01811db30b02132464ff274d5fbf2046c82b72d07b0d30557c6be8c6d38df4d4c1b354a838066e1e0cb64d7180982e92a53586eea730c629d748f56b0af3a607
data/README.md CHANGED
@@ -3,6 +3,7 @@
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
+ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ezekg/theme-juice-cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
6
7
 
7
8
  ![Theme Juice CLI](demo.gif)
8
9
 
@@ -94,12 +94,13 @@ module ThemeJuice
94
94
  end
95
95
 
96
96
  def location
97
- path = "#{Dir.pwd}/"
97
+ path = "#{Dir.pwd}"
98
98
 
99
99
  if @project.use_defaults
100
- location = File.expand_path path + @project.name
100
+ location = File.absolute_path @project.name, path
101
101
  else
102
- location = File.expand_path @io.ask("Where do you want to setup the project?", :default => path, :path => true)
102
+ location = File.absolute_path @io.ask("Where do you want to setup the project?",
103
+ :default => path, :path => true), path
103
104
  end
104
105
 
105
106
  location
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.11.6"
4
+ VERSION = "0.11.7"
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.11.6
4
+ version: 0.11.7
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-07-29 00:00:00.000000000 Z
11
+ date: 2015-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor