stasis 0.1.18 → 0.1.19
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/stasis +1 -1
- data/stasis.gemspec +1 -1
- metadata +5 -7
data/bin/stasis
CHANGED
@@ -24,7 +24,7 @@ elsif slop.only?
|
|
24
24
|
elsif slop.server?
|
25
25
|
Stasis::Server.new(Dir.pwd, options)
|
26
26
|
elsif slop.public?
|
27
|
-
Stasis.new(Dir.pwd, slop[:public], options).render(*slop[:only])
|
27
|
+
Stasis.new(Dir.pwd, slop[:public], options).render(*(slop[:only].to_a))
|
28
28
|
else
|
29
29
|
Stasis.new(Dir.pwd, options).render
|
30
30
|
end
|
data/stasis.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stasis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 61
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 19
|
10
|
+
version: 0.1.19
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Winton Welsh
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-02-
|
19
|
-
default_executable:
|
18
|
+
date: 2012-02-19 00:00:00 Z
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
@@ -277,7 +276,6 @@ files:
|
|
277
276
|
- spec/stasis/server_spec.rb
|
278
277
|
- spec/stasis_spec.rb
|
279
278
|
- stasis.gemspec
|
280
|
-
has_rdoc: true
|
281
279
|
homepage: http://stasis.me
|
282
280
|
licenses: []
|
283
281
|
|
@@ -307,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
307
305
|
requirements: []
|
308
306
|
|
309
307
|
rubyforge_project:
|
310
|
-
rubygems_version: 1.
|
308
|
+
rubygems_version: 1.8.10
|
311
309
|
signing_key:
|
312
310
|
specification_version: 3
|
313
311
|
summary: Static sites made powerful
|