active_scaffold_config_list_vho 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{active_scaffold_config_list_vho}
8
- s.version = "3.0.1"
8
+ s.version = "3.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Volker Hochstein"]
12
- s.date = %q{2011-01-27}
12
+ s.date = %q{2011-02-01}
13
13
  s.description = %q{User may reorder and hide/show list columns}
14
14
  s.email = %q{activescaffold@googlegroups.com}
15
15
  s.extra_rdoc_files = [
data/init.rb CHANGED
@@ -1,5 +1,3 @@
1
- ACTIVE_SCAFFOLD_CONFIG_LIST_INSTALLED = :plugin
2
-
3
1
  require 'active_scaffold_config_list'
4
2
 
5
3
  begin
@@ -2,7 +2,7 @@
2
2
  ActiveScaffold rescue throw "should have included ActiveScaffold plug in first. Please make sure that this overwrite plugging comes alphabetically after the ActiveScaffold plug in"
3
3
 
4
4
  # Load our overrides
5
- require "#{File.dirname(__FILE__)}/active_scaffold_config_list/config/core.rb"
5
+ require "active_scaffold_config_list/config/core.rb"
6
6
 
7
7
  module ActiveScaffoldConfigList
8
8
  def self.root
@@ -37,4 +37,4 @@ Rails::Application.initializer("active_scaffold_config_list.install_assets", :af
37
37
  rescue
38
38
  raise $! unless Rails.env == 'production'
39
39
  end
40
- end unless defined?(ACTIVE_SCAFFOLD_CONFIG_LIST_INSTALLED) && ACTIVE_SCAFFOLD_CONFIG_LIST_INSTALLED == :plugin
40
+ end if defined?(ACTIVE_SCAFFOLD_CONFIG_LIST_GEM)
@@ -2,7 +2,7 @@ module ActiveScaffoldConfigList
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
@@ -1,2 +1,2 @@
1
- ACTIVE_SCAFFOLD_CONFIG_LIST_INSTALLED = :gem
1
+ ACTIVE_SCAFFOLD_CONFIG_LIST_GEM = true
2
2
  require 'active_scaffold_config_list'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_scaffold_config_list_vho
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 1
10
- version: 3.0.1
9
+ - 2
10
+ version: 3.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Volker Hochstein
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-27 00:00:00 +01:00
18
+ date: 2011-02-01 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency