stasis 0.1.18 → 0.1.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/stasis +1 -1
  2. data/stasis.gemspec +1 -1
  3. 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
@@ -6,7 +6,7 @@ $:.unshift lib unless $:.include?(lib)
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "stasis"
9
- s.version = '0.1.18'
9
+ s.version = '0.1.19'
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.authors = [ 'Winton Welsh' ]
12
12
  s.email = [ 'mail@wintoni.us' ]
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 18
10
- version: 0.1.18
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-15 00:00:00 -08:00
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.5.0
308
+ rubygems_version: 1.8.10
311
309
  signing_key:
312
310
  specification_version: 3
313
311
  summary: Static sites made powerful