netzke-basepack 0.5.11 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ = v0.5.12 - 2010-06-21
2
+ * Fix: when used with Bundler, was crashing with the "uninitialized constant" exception
3
+
1
4
  = v0.5.11 - 2010-06-20
2
5
  * Fix: Partial fix for IE's (the rest to be fixed in Ext).
3
6
  * Fix: In some circumstances Netzke::ActiveRecord modules were not loading.
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  begin
2
2
  require 'jeweler'
3
3
  Jeweler::Tasks.new do |gemspec|
4
- gemspec.version = "0.5.11"
4
+ gemspec.version = "0.5.12"
5
5
  gemspec.name = "netzke-basepack"
6
6
  gemspec.summary = "Pre-built Rails + ExtJS widgets for your RIA"
7
7
  gemspec.description = "A set of full-featured extendible Netzke widgets (such as FormPanel, GridPanel, Window, BorderLayoutPanel, etc) which can be used as building block for your RIA"
@@ -1,10 +1,11 @@
1
- module Netzke::ActiveRecord
2
-
3
- # Extend ActiveRecord
4
- ActiveRecord::Base.class_eval do
5
- include ::Netzke::ActiveRecord::AssociationAttributes
6
- include ::Netzke::ActiveRecord::Attributes
7
- include ::Netzke::ActiveRecord::ComboboxOptions
8
- end
9
-
10
- end
1
+ require 'netzke/active_record/association_attributes'
2
+ require 'netzke/active_record/attributes'
3
+ require 'netzke/active_record/combobox_options'
4
+ require 'netzke/active_record/data_accessor'
5
+
6
+ # Extend ActiveRecord
7
+ ActiveRecord::Base.class_eval do
8
+ include ::Netzke::ActiveRecord::AssociationAttributes
9
+ include ::Netzke::ActiveRecord::Attributes
10
+ include ::Netzke::ActiveRecord::ComboboxOptions
11
+ end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netzke-basepack
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 19
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 5
8
- - 11
9
- version: 0.5.11
9
+ - 12
10
+ version: 0.5.12
10
11
  platform: ruby
11
12
  authors:
12
13
  - Sergei Kozlov
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-06-20 00:00:00 +02:00
18
+ date: 2010-06-21 00:00:00 +02:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
@@ -25,6 +26,7 @@ dependencies:
25
26
  requirements:
26
27
  - - ">="
27
28
  - !ruby/object:Gem::Version
29
+ hash: 13
28
30
  segments:
29
31
  - 0
30
32
  - 5
@@ -40,6 +42,7 @@ dependencies:
40
42
  requirements:
41
43
  - - ">="
42
44
  - !ruby/object:Gem::Version
45
+ hash: 15
43
46
  segments:
44
47
  - 2
45
48
  - 0
@@ -55,6 +58,7 @@ dependencies:
55
58
  requirements:
56
59
  - - ">="
57
60
  - !ruby/object:Gem::Version
61
+ hash: 15
58
62
  segments:
59
63
  - 2
60
64
  - 0
@@ -70,6 +74,7 @@ dependencies:
70
74
  requirements:
71
75
  - - ">="
72
76
  - !ruby/object:Gem::Version
77
+ hash: 31
73
78
  segments:
74
79
  - 0
75
80
  - 1
@@ -200,9 +205,21 @@ has_rdoc: true
200
205
  homepage: http://github.com/skozlov/netzke-basepack
201
206
  licenses: []
202
207
 
203
- post_install_message: "\n\
204
- ========================================================================\n\n Thanks for installing Netzke Basepack!\n \n Don't forget to run \"./script/generate netzke_basepack\" for each \n Rails app that will be using this gem.\n\n Netzke home page: http://netzke.org\n Netzke Google Groups: http://groups.google.com/group/netzke\n Netzke tutorials: http://blog.writelesscode.com\n\n\
205
- ========================================================================\n\n"
208
+ post_install_message: |+
209
+
210
+ ========================================================================
211
+
212
+ Thanks for installing Netzke Basepack!
213
+
214
+ Don't forget to run "./script/generate netzke_basepack" for each
215
+ Rails app that will be using this gem.
216
+
217
+ Netzke home page: http://netzke.org
218
+ Netzke Google Groups: http://groups.google.com/group/netzke
219
+ Netzke tutorials: http://blog.writelesscode.com
220
+
221
+ ========================================================================
222
+
206
223
  rdoc_options:
207
224
  - --charset=UTF-8
208
225
  require_paths:
@@ -212,6 +229,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
212
229
  requirements:
213
230
  - - ">="
214
231
  - !ruby/object:Gem::Version
232
+ hash: 3
215
233
  segments:
216
234
  - 0
217
235
  version: "0"
@@ -220,6 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
238
  requirements:
221
239
  - - ">="
222
240
  - !ruby/object:Gem::Version
241
+ hash: 3
223
242
  segments:
224
243
  - 0
225
244
  version: "0"