File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ Looking for maintainers. See https://github.com/fabn/activeadmin-globalize/issue
11
11
12
12
## Installation
13
13
14
- This version targets Rails 4 and greater and ActiveAdmin >= 1.0.0.pre.
14
+ Current released version on rubygems is ` 1.0.0.pre ` , I won't call it 1.0.0 until some issues has been solved,
15
+ but, as reported in [ this PR] ( https://github.com/fabn/activeadmin-globalize/pull/25 ) it should work with both
16
+ AA 1.0.0 and AA 1.1.0.
17
+
18
+ Current version targets Rails 4 and greater and ActiveAdmin >= 1.0.0.
15
19
16
20
``` ruby
17
- gem ' activeadmin-globalize' , ' ~> 1.0.0' , github: ' fabn/activeadmin-globalize ' , branch: ' develop '
21
+ gem ' activeadmin-globalize' , ' ~> 1.0.0.pre '
18
22
```
19
23
20
- As soon as ActiveAdmin 1.x is released to rubygems, I'll release the gem with no need for github dependency. See
21
- [ this issue] ( https://github.com/activeadmin/activeadmin/issues/3448 ) for more details.
22
-
23
24
Previous version with support for Rails 3 is maintained in branch [ support/0.6.x] ( https://github.com/fabn/activeadmin-globalize/tree/support/0.6.x )
24
25
25
26
## Require Assets
You can’t perform that action at this time.
0 commit comments