vitreous_standalone 0.0.11 → 0.0.13

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.11)
4
+ vitreous_standalone (0.0.13)
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.17)
31
+ vitreous_share (0.0.19)
32
32
  dropbox
33
33
  json
34
34
  mustache
data/LICENSE.md ADDED
@@ -0,0 +1,7 @@
1
+ # Text version
2
+
3
+ This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
4
+
5
+ # HTML version
6
+
7
+ <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Vitreous Component</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://vitreous.co" property="cc:attributionName" rel="cc:attributionURL">Fernando Guillen & Juan Jose Vidal</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://vitreous.co" rel="dct:source">vitreous.co</a>.
@@ -52,7 +52,7 @@ module Vitreous
52
52
  structure = Vitreous::Share::LocalStructure.new( "/#{VITREOUS_FOLDER}/website" )
53
53
  indexer = Vitreous::Share::Indexer.new( structure.generate )
54
54
 
55
- indexer.generate[0]
55
+ indexer.generate
56
56
  end
57
57
  end
58
58
  end
@@ -1,5 +1,5 @@
1
1
  module Vitreous
2
2
  module Standalone
3
- VERSION = "0.0.11"
3
+ VERSION = "0.0.13"
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
- - 11
9
- version: 0.0.11
8
+ - 13
9
+ version: 0.0.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Fernando Guillen
@@ -139,6 +139,7 @@ files:
139
139
  - .rvmrc
140
140
  - Gemfile
141
141
  - Gemfile.lock
142
+ - LICENSE.md
142
143
  - README.md
143
144
  - Rakefile
144
145
  - bin/vitreous_standalone