File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,19 @@ Active Admin is a Ruby on Rails framework for creating elegant backends for webs
16
16
17
17
We're [ currently working on 1.0.0] ( https://github.com/activeadmin/activeadmin/issues?milestone=18 ) ,
18
18
which as far as dependencies, moves us from meta_search to Ransack and adds Rails 4 support.
19
- You can get Rails 4.x support by tracking master:
20
19
20
+ You can get it by tracking master:
21
21
``` ruby
22
22
gem ' activeadmin' , github: ' activeadmin'
23
23
```
24
24
25
+ Or you can using rubygems:
26
+ ``` ruby
27
+ gem ' activeadmin' , ' ~> 1.0.0.pre1'
28
+ ```
29
+
30
+ * Keep in mind that during the time where we use ` pre ` -release label, things can break in each release!*
31
+
25
32
### 0.6.x
26
33
27
34
The plan is to follow [ semantic versioning] ( http://semver.org/ ) as of 1.0.0. The 0.6.x line will
Original file line number Diff line number Diff line change 1
1
module ActiveAdmin
2
- VERSION = '1.0.0.pre '
2
+ VERSION = '1.0.0.pre1 '
3
3
end
You can’t perform that action at this time.
0 commit comments