trusty-cms 2.0.15 → 2.0.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b6a143cb4e8c362a22ca5f1f40050efdaa59b52
4
- data.tar.gz: cdd7a5d84d4a1d148d0258ec5be8c3a68272cb23
3
+ metadata.gz: c3b33b311c9d9864cbef46a7bf31fb7b7be47c66
4
+ data.tar.gz: dd98e4217df28c031e63c78abce3f337adda3b35
5
5
  SHA512:
6
- metadata.gz: 5bb7838c520399b68635800f2e85b2cd6e29782e56a4b731940729b28b994f40be3eab9ab39095bfb48e8bf11de33f2e74c33802c0732ad7a8b42be9f85dd491
7
- data.tar.gz: d45121824e2873269ab43cea18214f1b8fcbfb38d45fa220d9c54fb695db3c8084dc807c5ec25c1443f79e734fa978ca18b44be98501d481da7b45d8f61c09a0
6
+ metadata.gz: 40314deefc0a596893aff940dd0d946861fba6e83b5ec7eeb53412ce6b55498ee81b975429ce538763b62814abe77e70cc842e08b1d4ecb651a8dee6ea5af540
7
+ data.tar.gz: 7d555fe473225b40430ecd780360df36430ca29d6d5e58c528459814b9436b87bada952b670977d5ab8c4ea9d12f85c8f7fdb7042c17c3ea7bef1b240f50eca3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (2.0.15)
4
+ trusty-cms (2.0.16)
5
5
  RedCloth (~> 4.2)
6
6
  acts_as_tree (~> 2.1)
7
7
  bundler (~> 1.7)
@@ -30,6 +30,7 @@ GEM
30
30
  remote: https://rubygems.org/
31
31
  specs:
32
32
  RedCloth (4.2.9)
33
+ RedCloth (4.2.9-java)
33
34
  actionmailer (4.2.5.1)
34
35
  actionpack (= 4.2.5.1)
35
36
  actionview (= 4.2.5.1)
@@ -236,7 +237,7 @@ GEM
236
237
  rspec-mocks (~> 3.0.0)
237
238
  rspec-support (~> 3.0.0)
238
239
  rspec-support (3.0.4)
239
- ruby_parser (3.8.0)
240
+ ruby_parser (3.8.1)
240
241
  sexp_processor (~> 4.1)
241
242
  sass (3.4.21)
242
243
  sass-rails (5.0.4)
@@ -309,4 +310,4 @@ DEPENDENCIES
309
310
  trustygems (~> 0.2.0)
310
311
 
311
312
  BUNDLED WITH
312
- 1.10.6
313
+ 1.11.2
@@ -6,7 +6,7 @@
6
6
  %h1 Configuration
7
7
 
8
8
  - main.edit_form do
9
- = form_for :trusty_config, :url => admin_configuration_url, :html => {"data-onsubmit_status"=>"Saving changes…", :method => :put} do |f|
9
+ = form_for :trusty_config, :url => admin_configuration_path, :html => {"data-onsubmit_status"=>"Saving changes…", :method => :put} do |f|
10
10
  = render_region :form_top
11
11
  - render_region :form do |form|
12
12
  - form.edit_site do
@@ -2,6 +2,6 @@ TRUSTY_CMS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..")) unle
2
2
 
3
3
  unless defined? TrustyCms::VERSION
4
4
  module TrustyCms
5
- VERSION = "2.0.15"
5
+ VERSION = "2.0.16"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.15
4
+ version: 2.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - TrustyCms CMS dev team
@@ -837,7 +837,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
837
837
  version: 1.3.1
838
838
  requirements: []
839
839
  rubyforge_project:
840
- rubygems_version: 2.4.8
840
+ rubygems_version: 2.4.6
841
841
  signing_key:
842
842
  specification_version: 4
843
843
  summary: A no-fluff content management system designed for small teams.