-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Max Gorin
committed
Jan 4, 2016
1 parent
05d97c1
commit e3fa1e0
Showing
4 changed files
with
14 additions
and
11 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Netzke | ||
module Core | ||
VERSION = "1.0.0.0.pre4" | ||
VERSION = "1.0.0.0" | ||
end | ||
end |
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ Gem::Specification.new do |s| | |
s.author = "Max Gorin" | ||
s.email = "[email protected]" | ||
s.homepage = "http://netzke.org" | ||
s.summary = "Client-server GUI components with Sencha Ext JS and Ruby on Rails" | ||
s.description = "Build complex web GUI in a modular way" | ||
s.summary = "Client-server UI components with Sencha Ext JS and Ruby on Rails" | ||
s.description = "Netzke helps you build complex web UI in a modular way" | ||
|
||
s.files = Dir["{app,config,javascripts,lib,stylesheets,tasks}/**/*", "[A-Z]*", "init.rb"] - ["Gemfile.lock", "spec/rails_app/public/extjs"] | ||
s.test_files = Dir["{test}/**/*"] | ||
|