refinerycms-theming 0.9.9.1 → 0.9.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/gemspec.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- version = '0.9.9.1'
2
+ version = '0.9.9.2'
3
3
  raise "Could not get version so gemspec can not be built" if version.nil?
4
4
  files = Dir[%q{**/*}].flatten.reject{|f| f =~ /\.gem$/}
5
5
 
@@ -77,7 +77,8 @@ module Refinery
77
77
  config.after_initialize do
78
78
  ::Refinery::Plugin.register do |plugin|
79
79
  plugin.name = "refinerycms_theming_plugin"
80
- plugin.version = '0.9.9.1'
80
+ plugin.version = '0.9.9.2'
81
+ plugin.hide_from_menu = true
81
82
  end
82
83
  end
83
84
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{refinerycms-theming}
3
- s.version = %q{0.9.9.1}
3
+ s.version = %q{0.9.9.2}
4
4
  s.description = %q{Theming functionality for the Refinery CMS project, extracted from Refinery CMS core.}
5
5
  s.date = %q{2011-02-16}
6
6
  s.summary = %q{Theming functionality for the Refinery CMS project.}
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: refinerycms-theming
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.9.1
5
+ version: 0.9.9.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Resolve Digital