vitreous_standalone 0.0.13 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,3 +1,3 @@
1
1
  .bundle
2
2
  pkg
3
-
3
+ .rvmrc
File without changes
data/Gemfile.lock CHANGED
@@ -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.19)
31
+ vitreous_share (0.0.21)
32
32
  dropbox
33
33
  json
34
34
  mustache
@@ -1,5 +1,5 @@
1
1
  module Vitreous
2
2
  module Standalone
3
- VERSION = "0.0.13"
3
+ VERSION = "0.0.15"
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
- - 13
9
- version: 0.0.13
8
+ - 15
9
+ version: 0.0.15
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-08 00:00:00 +02:00
17
+ date: 2011-08-12 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -136,7 +136,7 @@ extra_rdoc_files: []
136
136
 
137
137
  files:
138
138
  - .gitignore
139
- - .rvmrc
139
+ - .rvmrc.example
140
140
  - Gemfile
141
141
  - Gemfile.lock
142
142
  - LICENSE.md