troy 0.0.15 → 0.0.16
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/Gemfile.lock +4 -4
- data/lib/troy/cli.rb +1 -1
- data/lib/troy/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88f0c39c48b32ffcc9f9f78b7e854168c53c9d21
|
|
4
|
+
data.tar.gz: e612213c8fc3933175a06a5d0970b3fbe9a11bcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9645eb9f512b79b3cb5476022a2d86f7fd3f1fdb3b96c74ab4a95537ff9fa8ed1580179466768700a020683dc81a9aa1c9b2c6a9092bebb6fa677bac3190f697
|
|
7
|
+
data.tar.gz: 7e20893df897675be2f4305a0fe3c1197376776f78eef39179d5d0d5e8689f5bcc92ec94ff0ea2861c9eedb014e19052f3d50e9a371f143814c0913aaabee01c
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
troy (0.0.
|
|
4
|
+
troy (0.0.16)
|
|
5
5
|
builder
|
|
6
6
|
html_press
|
|
7
7
|
i18n
|
|
@@ -35,7 +35,7 @@ GEM
|
|
|
35
35
|
css_press
|
|
36
36
|
multi_js (0.0.1)
|
|
37
37
|
uglifier
|
|
38
|
-
multi_json (1.
|
|
38
|
+
multi_json (1.7.2)
|
|
39
39
|
rack (1.5.2)
|
|
40
40
|
redcarpet (2.2.2)
|
|
41
41
|
rspec (2.13.0)
|
|
@@ -52,8 +52,8 @@ GEM
|
|
|
52
52
|
multi_json (~> 1.0)
|
|
53
53
|
rack (~> 1.0)
|
|
54
54
|
tilt (~> 1.1, != 1.3.0)
|
|
55
|
-
thor (0.
|
|
56
|
-
tilt (1.3.
|
|
55
|
+
thor (0.18.0)
|
|
56
|
+
tilt (1.3.6)
|
|
57
57
|
uglifier (1.3.0)
|
|
58
58
|
execjs (>= 0.3.0)
|
|
59
59
|
multi_json (~> 1.0, >= 1.0.2)
|
data/lib/troy/cli.rb
CHANGED
|
@@ -7,7 +7,7 @@ module Troy
|
|
|
7
7
|
end
|
|
8
8
|
|
|
9
9
|
def initialize(args = [], options = {}, config = {})
|
|
10
|
-
if config[:current_task].name == "new" && args.empty?
|
|
10
|
+
if (config[:current_task] || config[:current_command]).name == "new" && args.empty?
|
|
11
11
|
raise Error, "The site path is required. For details run: troy help new"
|
|
12
12
|
end
|
|
13
13
|
|
data/lib/troy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: troy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nando Vieira
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-03-
|
|
11
|
+
date: 2013-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|
|
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
version: '0'
|
|
214
214
|
requirements: []
|
|
215
215
|
rubyforge_project:
|
|
216
|
-
rubygems_version: 2.0.
|
|
216
|
+
rubygems_version: 2.0.3
|
|
217
217
|
signing_key:
|
|
218
218
|
specification_version: 4
|
|
219
219
|
summary: A static site generator
|