vitreous_standalone 0.0.19 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vitreous_standalone (0.0.17)
4
+ vitreous_standalone (0.0.21)
5
5
  json
6
6
  sinatra
7
- vitreous_share
7
+ vitreous_share (= 0.0.31)
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
@@ -27,7 +27,7 @@ GEM
27
27
  rack (~> 1.1)
28
28
  tilt (>= 1.2.2, < 2.0)
29
29
  tilt (1.3.2)
30
- vitreous_share (0.0.27)
30
+ vitreous_share (0.0.31)
31
31
  dropbox
32
32
  json
33
33
  mustache
@@ -1,5 +1,5 @@
1
1
  module Vitreous
2
2
  module Standalone
3
- VERSION = "0.0.19"
3
+ VERSION = "0.0.23"
4
4
  end
5
5
  end
@@ -53,6 +53,6 @@ class VitreousStandaloneTest < Test::Unit::TestCase
53
53
  def test_structure
54
54
  get '/structure'
55
55
  assert_equal 'application/json', last_response.content_type
56
- assert_equal 995, last_response.content_length
56
+ assert_equal 994, last_response.content_length
57
57
  end
58
58
  end
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
 
21
21
  s.add_dependency "sinatra"
22
22
  s.add_dependency "json"
23
- s.add_dependency "vitreous_share", '0.0.27'
23
+ s.add_dependency "vitreous_share", '0.0.31'
24
24
 
25
25
  s.files = `git ls-files`.split("\n")
26
26
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 19
9
- version: 0.0.19
8
+ - 23
9
+ version: 0.0.23
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-16 00:00:00 +02:00
17
+ date: 2011-08-23 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -110,8 +110,8 @@ dependencies:
110
110
  segments:
111
111
  - 0
112
112
  - 0
113
- - 27
114
- version: 0.0.27
113
+ - 31
114
+ version: 0.0.31
115
115
  type: :runtime
116
116
  version_requirements: *id007
117
117
  description: Standalone version for the VitreousCloud