readme.md in refinerycms-admin-locales-2.0.0 vs readme.md in refinerycms-admin-locales-2.1.0.dev
- old
+ new
@@ -12,33 +12,25 @@
This refinery extension solves the locale dashboard conflicts with multiple
users who need different locales at the same time.
## How to add this extension to your project
-### Refinery edge:
+### Refinery 2:
#### Add gem to Gemfile
- gem 'refinerycms-admin-locales', 'git: git://github.com/simplelogica/refinerycms-admin-locales.git'
+ gem 'refinerycms-admin-locales', '2.0', :git => 'git_repo/refinerycms-admin-locales'
#### Install extension
rake refinery_admin_locales:install:migrations
rake db:migrate
-### Refinery 2.0.*:
-#### Add gem to Gemfile
- gem 'refinerycms-admin-locales', "~> 2.0.0"
-
-#### Install extension
- rake refinery_admin_locales:install:migrations
- rake db:migrate
-
### Refinery 1:
#### Add gem to Gemfile
- gem "refinerycms-admin-locales", "~> 1.0.0"
+ gem 'refinerycms-admin-locales', '1.0', :git => 'git_repo/refinerycms-admin-locales', :branch => 'refinerycms1'
#### Install extension
rails generate refinerycms_admin_locales
rake db:migrate
-**WARNING: Refinary 1 version, is not tested, but it should works**
+**WARNING: Refinary 1 version, is not test, but it should work**