trusty-snippets-extension 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +3 -1
- data/lib/trusty-snippets-extension.rb +1 -1
- data/trusty-snippets-extension.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTJmYzk1ZjkxM2U4YzkwOTk1NzFhMTg3YTk0YTE1OTcwMGExMTE5Mg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YWUxMTk4OGFiZmYzZDI5M2VmZWI4NWQzODkxYzkzOGJlMGJjYjdkZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NGU5M2ZjMjc4OGRjZjJlYWJmMTI4M2M3MDhlNjU2ZjQ4ZDk1YjAxMjVlYTM3
|
10
|
+
NTFhYjgxNGRjODJjNzAxNjgwOTMzNzEzZjM4ZTQ5ZmE4Y2NkZjZiNjcwZjQ0
|
11
|
+
OGE2ZjZiMDJiZGVmMTdhMzE1ODk1OTYxZTNiZDAxYjE2ZTJkMmU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OWE0OTU0MDllYzQzODk0MDkzMzdlOTMxMWQyYWFlYTgyZjFkYjIzNTg2NDk0
|
14
|
+
MjEyMmFiNjU2YWI2NzVmN2ZjY2MyNjNjYWFlY2MzNmY5Mjc0N2M5YzdlNDg4
|
15
|
+
OGNmMWZmN2NjOGQ3ZDE4YTcyM2RlMzBkZWE3YjRlZDQxN2E4OTI=
|
data/README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
# Snippets
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/trusty-snippets-extension.svg)](http://badge.fury.io/rb/trusty-snippets-extension)
|
4
|
+
|
3
5
|
Use Snippets as reusable bits of content.
|
4
6
|
|
5
7
|
This extension was pulled from the original core.
|
6
8
|
|
7
|
-
Orignally created by Radiant CMS Development Team. Branched and modified by the Pittsburgh Cultural Trust to use with Trusty CMS
|
9
|
+
Orignally created by Radiant CMS Development Team. Branched and modified by the Pittsburgh Cultural Trust to use with Trusty CMS
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-snippets-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jim Gay
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-03-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: trusty-cms
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ~>
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '1.
|
20
|
+
version: '1.2'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - ~>
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '1.
|
27
|
+
version: '1.2'
|
28
28
|
description: Makes Trusty better by adding snippets!
|
29
29
|
email:
|
30
30
|
- sipple@trustarts.org
|