Skip to content

Commit

Permalink
Update versions and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Gorin committed Aug 6, 2017
1 parent d9a3f77 commit 5aa2472
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v6.5.0.0 - WIP

* Support for Ext JS 6.5
* Support for Rails 5.1
* New version convention: the first 2 numbers correspond to the major Ext JS and Rails versions respectively.

# v1.0.1.0 - 2016-05-01

* New `Netzke::Core.default_routes` config option.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ end

group :development, :test do
gem 'pry-rails'
gem 'netzke-testing', github: 'thepry/netzke-testing', branch: 'ext-6-rails-5'
gem 'netzke-testing', git: 'https://github.com/netzke/netzke-testing', branch: '6-5-0'
end
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ You can access the instance of the Netzke controller via `Netzke::Base.controlle

## Requirements

* Ruby >= 1.9.3
* Rails ~> 4.2.0
* Ext JS = 5.1.1
* Ruby >= 2.3.0
* Rails ~> 5.1.0
* Ext JS = 6.5.1

## Installation

Expand Down Expand Up @@ -317,4 +317,4 @@ If you feel particularily generous, you can support the author by donating a cou
* [Twitter](http://twitter.com/netzke) - latest news about the framework

---
Copyright (c) 2009-2016 [Good Bit Labs](http://goodbitlabs.com/), released under the same license as [Ext JS](https://www.sencha.com/legal/#Sencha_Ext_JS)
Copyright (c) 2009-2017 [Good Bit Labs](http://goodbitlabs.com/), released under the same license as [Ext JS](https://www.sencha.com/legal/#Sencha_Ext_JS)
2 changes: 1 addition & 1 deletion lib/netzke/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Netzke
module Core
VERSION = "6.5.0.0"
VERSION = "6.5.0.0.rc1"
end
end

0 comments on commit 5aa2472

Please sign in to comment.