alchemy_cms 3.4.1 → 3.4.2

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: d6fc47d58933cda5c1c866649f035dbcecd8bd62
4
- data.tar.gz: 8dd063a59cf51bd55d0c0b591c0ab921dbe35152
3
+ metadata.gz: 1a482527053faccf5a3d21008ed94817829efa6f
4
+ data.tar.gz: 69120e0dfd8aafa399b87bba05d3735b306ee853
5
5
  SHA512:
6
- metadata.gz: b5b9541605a0518258fddbf65dc47c1a2630b0fbb1227fb744dd922466d199060823cf71ad00a633b87c96a759db4f50dbd5d414f8ce77db4fa1cbc6676f0ec6
7
- data.tar.gz: 87329505d7091fb39591e2eacd4a0a9859df62bd8317dd92b1fb183b4cbfb5e571a31fe37d05891e12e3e79b74b99189a9511bf28cd672afb352c4788b71ea71
6
+ metadata.gz: cf528b58dda0d36a2d8d3a8cf32e91147ba657d2680ee180a6d3c887fa175d70098e0828b5c1a94b49fbdce76179bdd1d9589b2e6bd49d417cec0e26728d6dc2
7
+ data.tar.gz: 31a828f7c4f707a3ba7054ce8c58d4e6cb181c7e4c1dc98f31deccca416996da85492cb9d8db8b32dd5d5a755f15cbd45d3864539f37e64b87a5e51ef6d67885
@@ -1,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.4.2 (2016-12-22)
4
+
5
+ __Notable Changes__
6
+
7
+ * Allow users to manually publish changes on global pages
8
+
9
+ __Fixed Bugs__
10
+
11
+ * Fixes alchemy module generator (#1159)
12
+
3
13
  ## 3.4.1 (2016-08-31)
4
14
 
5
15
  __Fixed Bugs__
@@ -65,7 +65,7 @@
65
65
  <% end %>
66
66
  <label><%= Alchemy.t(:page_properties) %></label>
67
67
  </div>
68
- <% if can?(:publish, @page) && !@page.layoutpage? %>
68
+ <% if can?(:publish, @page) %>
69
69
  <div class="button_with_label">
70
70
  <%= form_tag alchemy.publish_admin_page_path(@page), id: 'publish_page_form' do %>
71
71
  <%= button_tag class: 'icon_button', title: Alchemy.t(:explain_publishing) do %>
@@ -1,5 +1,5 @@
1
1
  module Alchemy
2
- VERSION = "3.4.1"
2
+ VERSION = "3.4.2"
3
3
 
4
4
  def self.version
5
5
  VERSION
@@ -20,7 +20,7 @@ module Alchemy
20
20
 
21
21
  def copy_templates
22
22
  template "controller.rb.tt", "app/controllers/admin/#{@controller_name}_controller.rb"
23
- template "ability.rb.tt", 'app/models', "alchemy_#{@module_name}_ability.rb"
23
+ template "ability.rb.tt", "app/models/#{@module_name}_ability.rb"
24
24
  template "module_config.rb.tt", "config/initializers/alchemy_#{@module_name}.rb"
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2016-08-31 00:00:00.000000000 Z
16
+ date: 2016-12-22 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: actionpack-page_caching
@@ -1028,9 +1028,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1028
1028
  requirements:
1029
1029
  - ImageMagick (libmagick), v6.6 or greater.
1030
1030
  rubyforge_project:
1031
- rubygems_version: 2.6.4
1031
+ rubygems_version: 2.5.1
1032
1032
  signing_key:
1033
1033
  specification_version: 4
1034
1034
  summary: A powerful, userfriendly and flexible CMS for Rails 4
1035
1035
  test_files: []
1036
- has_rdoc: