trusty-snippets-extension 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NTA0YWE5NjU1YmFiMTM5OTJhZjgyMTMyNDZkMjk0Nzk0NTI3YmJjYQ==
5
+ data.tar.gz: !binary |-
6
+ MDYxNmZhNjViYzY5OWQ3ZDM0YjJkYTU4NzI4NDQ4OWQ4OTllYmM2Yw==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ Njc0NzFjNjcyMWRiNDQ3NDc2N2YxYThjYjJjMmY0MmY2OTFkZGJhMDE1NWY4
10
+ Mzc5YTQ1YWQ3ZTM0NDI5ZjliNTc2MzMyYTAzY2UwZDU4NDQxYTRmNjlmNDlk
11
+ ZGQyODJlZmQ0ZmI0NTVmMzFhMGVjMWQ3ZjVlYTg5YzUzNTJiN2Y=
12
+ data.tar.gz: !binary |-
13
+ MTA4ODgxZTQ4MjcyN2M4ZTQ3ZDZhMTQzZjQ3OWNhMGY4YjdjZTBkMGZhMzAy
14
+ ZGQ4MGEzNWNlMzM0ZWQ4MDg3Mjc0MWY1MGQxMjU1NDE3MDY2NGJiZjMwMDU2
15
+ NWQ1ZjcxNGE1YjY4M2M4MDdkNmU5N2E0Yzk1Y2RjMWNlODE1YTQ=
data/README.md CHANGED
@@ -4,4 +4,4 @@ Use Snippets as reusable bits of content.
4
4
 
5
5
  This extension was pulled from the original core.
6
6
 
7
- Created by Radiant CMS Development Team.
7
+ 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.1"
2
+ VERSION = "1.0.2"
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.0"
25
+ s.add_dependency "trusty-cms", "~> 1.1"
26
26
  end
metadata CHANGED
@@ -1,8 +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.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jim Gay
@@ -10,24 +9,22 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2014-12-04 00:00:00.000000000 Z
12
+ date: 2015-01-19 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: trusty-cms
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - ~>
21
19
  - !ruby/object:Gem::Version
22
- version: 1.1.0
20
+ version: '1.1'
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - ~>
29
26
  - !ruby/object:Gem::Version
30
- version: 1.1.0
27
+ version: '1.1'
31
28
  description: Makes Trusty better by adding snippets!
32
29
  email:
33
30
  - sipple@trustarts.org
@@ -35,6 +32,8 @@ executables: []
35
32
  extensions: []
36
33
  extra_rdoc_files: []
37
34
  files:
35
+ - README.md
36
+ - Rakefile
38
37
  - app/controllers/admin/snippets_controller.rb
39
38
  - app/helpers/admin/snippets_helper.rb
40
39
  - app/models/snippet.rb
@@ -59,8 +58,6 @@ files:
59
58
  - lib/snippets/engine.rb
60
59
  - lib/tasks/snippets_extension_tasks.rake
61
60
  - lib/trusty-snippets-extension.rb
62
- - Rakefile
63
- - README.md
64
61
  - snippets_extension.rb
65
62
  - spec/ci/before_script
66
63
  - spec/ci/script
@@ -77,27 +74,26 @@ files:
77
74
  - trusty-snippets-extension.gemspec
78
75
  homepage: http://github.com/pgharts/trusty-snippets-extension
79
76
  licenses: []
77
+ metadata: {}
80
78
  post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
84
82
  required_ruby_version: !ruby/object:Gem::Requirement
85
- none: false
86
83
  requirements:
87
84
  - - ! '>='
88
85
  - !ruby/object:Gem::Version
89
86
  version: '0'
90
87
  required_rubygems_version: !ruby/object:Gem::Requirement
91
- none: false
92
88
  requirements:
93
89
  - - ! '>='
94
90
  - !ruby/object:Gem::Version
95
91
  version: '0'
96
92
  requirements: []
97
93
  rubyforge_project:
98
- rubygems_version: 1.8.29
94
+ rubygems_version: 2.4.5
99
95
  signing_key:
100
- specification_version: 3
96
+ specification_version: 4
101
97
  summary: Snippets for Trusty CMS
102
98
  test_files:
103
99
  - spec/ci/before_script