Skip to content

Commit dd9f432

Browse files
committed
Updated readme
1 parent ca03583 commit dd9f432

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ Looking for maintainers. See https://github.com/fabn/activeadmin-globalize/issue
1111

1212
## Installation
1313

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.
1519

1620
```ruby
17-
gem 'activeadmin-globalize', '~> 1.0.0', github: 'fabn/activeadmin-globalize', branch: 'develop'
21+
gem 'activeadmin-globalize', '~> 1.0.0.pre'
1822
```
1923

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-
2324
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)
2425

2526
## Require Assets

0 commit comments

Comments
 (0)