vitreous_standalone 0.0.9 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vitreous_standalone (0.0.7)
4
+ vitreous_standalone (0.0.11)
5
5
  json
6
6
  mustache
7
7
  sinatra
@@ -28,7 +28,7 @@ GEM
28
28
  rack (~> 1.1)
29
29
  tilt (>= 1.2.2, < 2.0)
30
30
  tilt (1.3.2)
31
- vitreous_share (0.0.15)
31
+ vitreous_share (0.0.17)
32
32
  dropbox
33
33
  json
34
34
  mustache
@@ -15,6 +15,7 @@ rescue LoadError
15
15
  require 'vitreous_standalone'
16
16
  end
17
17
 
18
- puts "Starting Vitreous standalone"
18
+ puts "Starting Vitreous Standalone version #{Vitreous::Standalone::VERSION}"
19
+ puts "Go to: http://localhost:4567"
19
20
 
20
- Vitreous::Standalone::App.run!
21
+ Vitreous::Standalone::App.run!
@@ -1,5 +1,5 @@
1
1
  module Vitreous
2
2
  module Standalone
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.11"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 9
9
- version: 0.0.9
8
+ - 11
9
+ version: 0.0.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Fernando Guillen
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-08-07 00:00:00 +02:00
17
+ date: 2011-08-08 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency