forked from netzke/netzke-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The superclass property idea did not quite work out. Reverted.
- Loading branch information
Sergei Kozlov
committed
Nov 17, 2010
1 parent
cc98040
commit 29cccb4
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s| | |
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Sergei Kozlov"] | ||
s.date = %q{2010-11-16} | ||
s.date = %q{2010-11-17} | ||
s.description = %q{Allows building ExtJS/Rails reusable code in a DRY way} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = [ | ||
|
@@ -207,6 +207,7 @@ Gem::Specification.new do |s| | |
"test/rails_app/app/components/scoped_components/some_scoped_component.rb", | ||
"test/rails_app/app/components/server_caller.rb", | ||
"test/rails_app/app/components/simple_component.rb", | ||
"test/rails_app/app/components/simple_panel.rb", | ||
"test/rails_app/app/components/simple_tab_panel.rb", | ||
"test/rails_app/app/components/simple_window.rb", | ||
"test/rails_app/app/components/some_composite.rb", | ||
|