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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTA0YWE5NjU1YmFiMTM5OTJhZjgyMTMyNDZkMjk0Nzk0NTI3YmJjYQ==
4
+ ZTJmYzk1ZjkxM2U4YzkwOTk1NzFhMTg3YTk0YTE1OTcwMGExMTE5Mg==
5
5
  data.tar.gz: !binary |-
6
- MDYxNmZhNjViYzY5OWQ3ZDM0YjJkYTU4NzI4NDQ4OWQ4OTllYmM2Yw==
6
+ YWUxMTk4OGFiZmYzZDI5M2VmZWI4NWQzODkxYzkzOGJlMGJjYjdkZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Njc0NzFjNjcyMWRiNDQ3NDc2N2YxYThjYjJjMmY0MmY2OTFkZGJhMDE1NWY4
10
- Mzc5YTQ1YWQ3ZTM0NDI5ZjliNTc2MzMyYTAzY2UwZDU4NDQxYTRmNjlmNDlk
11
- ZGQyODJlZmQ0ZmI0NTVmMzFhMGVjMWQ3ZjVlYTg5YzUzNTJiN2Y=
9
+ NGU5M2ZjMjc4OGRjZjJlYWJmMTI4M2M3MDhlNjU2ZjQ4ZDk1YjAxMjVlYTM3
10
+ NTFhYjgxNGRjODJjNzAxNjgwOTMzNzEzZjM4ZTQ5ZmE4Y2NkZjZiNjcwZjQ0
11
+ OGE2ZjZiMDJiZGVmMTdhMzE1ODk1OTYxZTNiZDAxYjE2ZTJkMmU=
12
12
  data.tar.gz: !binary |-
13
- MTA4ODgxZTQ4MjcyN2M4ZTQ3ZDZhMTQzZjQ3OWNhMGY4YjdjZTBkMGZhMzAy
14
- ZGQ4MGEzNWNlMzM0ZWQ4MDg3Mjc0MWY1MGQxMjU1NDE3MDY2NGJiZjMwMDU2
15
- NWQ1ZjcxNGE1YjY4M2M4MDdkNmU5N2E0Yzk1Y2RjMWNlODE1YTQ=
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
@@ -1,5 +1,5 @@
1
1
  module TrustySnippetsExtension
2
- VERSION = "1.0.2"
2
+ VERSION = "1.1.0"
3
3
  SUMMARY = "Snippets for Trusty CMS"
4
4
  DESCRIPTION = "Makes Trusty better by adding snippets!"
5
5
  URL = "http://github.com/pgharts/trusty-snippets-extension"
@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
22
22
  # s.executables = Dir['bin/*'] - ignores
23
23
  s.require_paths = ["lib"]
24
24
 
25
- s.add_dependency "trusty-cms", "~> 1.1"
25
+ s.add_dependency "trusty-cms", "~> 1.2"
26
26
  end
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.2
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-01-19 00:00:00.000000000 Z
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.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.1'
27
+ version: '1.2'
28
28
  description: Makes Trusty better by adding snippets!
29
29
  email:
30
30
  - sipple@trustarts.org