utopia 1.6.2 → 1.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/utopia/static.rb +5 -0
- data/lib/utopia/version.rb +1 -1
- data/spec/utopia/static_spec.ru +1 -1
- data/spec/utopia/{content_spec → static_spec}/test.txt +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b59f98f03b6a86574e68ff02f4e7daca3c2e7fd
|
|
4
|
+
data.tar.gz: fad8b3ee7c44b9cae6425ba9811b9f6fe83f6d7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88c25590f08867c9f2a8dc98d38382cf5071258a672a2855bdf38e74c58b0f2a7a2f8f08822489841e64a47df1d84231a3759d09765c4c1f3383fae4ba737427
|
|
7
|
+
data.tar.gz: 16716382052cdddc4dd16fea58fcb4112f6b4fc63c0e2d58cc44ed89a4c92bf671891d9ab10b41fdc2addc958e8b699fb333e54762a32cf7784dd9172f4faa32
|
data/lib/utopia/static.rb
CHANGED
data/lib/utopia/version.rb
CHANGED
data/spec/utopia/static_spec.ru
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: utopia
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: trenni
|
|
@@ -282,7 +282,6 @@ files:
|
|
|
282
282
|
- spec/utopia/content_spec/content/test-partial.xnode
|
|
283
283
|
- spec/utopia/content_spec/index.xnode
|
|
284
284
|
- spec/utopia/content_spec/node/index.xnode
|
|
285
|
-
- spec/utopia/content_spec/test.txt
|
|
286
285
|
- spec/utopia/content_spec/test.xnode
|
|
287
286
|
- spec/utopia/controller/action_spec.rb
|
|
288
287
|
- spec/utopia/controller/middleware_spec.rb
|
|
@@ -338,6 +337,7 @@ files:
|
|
|
338
337
|
- spec/utopia/setup_spec.rb
|
|
339
338
|
- spec/utopia/static_spec.rb
|
|
340
339
|
- spec/utopia/static_spec.ru
|
|
340
|
+
- spec/utopia/static_spec/test.txt
|
|
341
341
|
- utopia.gemspec
|
|
342
342
|
homepage: https://github.com/ioquatix/utopia
|
|
343
343
|
licenses: []
|
|
@@ -397,7 +397,6 @@ test_files:
|
|
|
397
397
|
- spec/utopia/content_spec/content/test-partial.xnode
|
|
398
398
|
- spec/utopia/content_spec/index.xnode
|
|
399
399
|
- spec/utopia/content_spec/node/index.xnode
|
|
400
|
-
- spec/utopia/content_spec/test.txt
|
|
401
400
|
- spec/utopia/content_spec/test.xnode
|
|
402
401
|
- spec/utopia/controller/action_spec.rb
|
|
403
402
|
- spec/utopia/controller/middleware_spec.rb
|
|
@@ -453,3 +452,4 @@ test_files:
|
|
|
453
452
|
- spec/utopia/setup_spec.rb
|
|
454
453
|
- spec/utopia/static_spec.rb
|
|
455
454
|
- spec/utopia/static_spec.ru
|
|
455
|
+
- spec/utopia/static_spec/test.txt
|