Skip to content

Commit 808bc0f

Browse files
committed
release 1.0.0.pre1
1 parent 618fe78 commit 808bc0f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@ Active Admin is a Ruby on Rails framework for creating elegant backends for webs
1616

1717
We're [currently working on 1.0.0](https://github.com/activeadmin/activeadmin/issues?milestone=18),
1818
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:
2019

20+
You can get it by tracking master:
2121
```ruby
2222
gem 'activeadmin', github: 'activeadmin'
2323
```
2424

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+
2532
### 0.6.x
2633

2734
The plan is to follow [semantic versioning](http://semver.org/) as of 1.0.0. The 0.6.x line will

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '1.0.0.pre'
2+
VERSION = '1.0.0.pre1'
33
end

0 commit comments

Comments
 (0)