smithycms 0.5.99 → 0.5.99.1
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/app/models/smithy/content.rb +1 -1
- data/app/models/smithy/content_block_template.rb +1 -1
- data/app/models/smithy/template.rb +1 -1
- data/lib/smithy/asset_link.rb +7 -0
- data/lib/smithy/formatter.rb +1 -1
- data/lib/smithy/version.rb +1 -1
- data/lib/smithy.rb +1 -0
- data/lib/tasks/smithy_tasks.rake +3 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6aa6991d1a7a02eb63f32a65fd22084a89d4b9ac
|
4
|
+
data.tar.gz: 3a578a8ce850fa4f192290918e0fb0791049fb58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4f8f24794428b031d516e8e7a3a8d05da81840d2a436479d669b8a736ad808fdec1ec93c5ed0280e7c7a008aa247aa099e740c15e0ac84c450ec28f18ec4874
|
7
|
+
data.tar.gz: efb6655edd7625a0a2376207a9045158bcbda560373c9cd913b3fa3548b1b6b8a73f0966b59d2a86a615b8428008f915a3c180e4ac3b7f2a58d071c93e841210
|
data/lib/smithy/formatter.rb
CHANGED
data/lib/smithy/version.rb
CHANGED
data/lib/smithy.rb
CHANGED
data/lib/tasks/smithy_tasks.rake
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smithycms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.99
|
4
|
+
version: 0.5.99.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim Glen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -794,6 +794,7 @@ files:
|
|
794
794
|
- db/migrate/20131223145710_add_position_to_smithy_template_containers.rb
|
795
795
|
- db/migrate/20141113220013_change_page_keywords_to_text.rb
|
796
796
|
- lib/smithy.rb
|
797
|
+
- lib/smithy/asset_link.rb
|
797
798
|
- lib/smithy/content_blocks.rb
|
798
799
|
- lib/smithy/content_blocks/model.rb
|
799
800
|
- lib/smithy/content_blocks/registry.rb
|