README.md in netzke-basepack-0.7.6 vs README.md in netzke-basepack-0.7.7
- old
+ new
@@ -2,23 +2,23 @@
A pack of pre-built [Netzke](http://netzke.org) components - such as grid, form, tab panel, etc.
## Requirements
-* Ruby 1.9.2 (1.8.7 may work, too)
+* Ruby 1.9.2
* Rails ~> 3.1.0
-* Ext JS = 4.0.2a
+* Ext JS ~> 4.1.x
## Installation
In your Gemfile:
gem 'netzke-basepack'
For the "edge" stuff, tell bundler to get the gem straight from GitHub:
- gem 'netzke-basepack', :git => "git://github.com/skozlov/netzke-basepack.git"
+ gem 'netzke-basepack', :git => "git://github.com/nomadcoder/netzke-basepack.git"
## Usage
Embed a basepack component into a view as any other Netzke component, e.g.:
@@ -26,12 +26,12 @@
For more examples, see http://demo.netzke.com, and look into test/basepack_test_app.
## Testing and playing with Netzke Basepack
-Netzke Basepack is bundled with Cucumber and RSpec tests. If you would like to contribute to the project, you may want to learn how to [run the tests](https://github.com/skozlov/netzke-core/wiki/Automated-testing).
+Netzke Basepack is bundled with Cucumber and RSpec tests. If you would like to contribute to the project, you may want to learn how to [run the tests](https://github.com/nomadcoder/netzke-core/wiki/Automated-testing).
-Besides, the bundled test application is a convenient [playground](https://github.com/skozlov/netzke-core/wiki/Playground) for those who search to experiment with the framework.
+Besides, the bundled test application is a convenient [playground](https://github.com/nomadcoder/netzke-core/wiki/Playground) for those who search to experiment with the framework.
After starting up the test app, you can see the list of functional test components on the index page (along with links to the source code):
http://localhost:3000/