Skip to content

Commit

Permalink
Bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Roccoberton committed Mar 6, 2022
1 parent 0221fb6 commit 909b83a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![gem downloads](https://badgen.net/rubygems/dt/activeadmin_active_resource)](https://rubygems.org/gems/activeadmin_active_resource)
[![linters](https://github.com/blocknotes/activeadmin_active_resource/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_active_resource/actions/workflows/linters.yml)
[![specs](https://github.com/blocknotes/activeadmin_active_resource/actions/workflows/specs.yml/badge.svg)](https://github.com/blocknotes/activeadmin_active_resource/actions/workflows/specs.yml)
[![specs2](https://github.com/blocknotes/activeadmin_active_resource/actions/workflows/specs2.yml/badge.svg)](https://github.com/blocknotes/activeadmin_active_resource/actions/workflows/specs2.yml)

An Active Admin plugin to use a REST API data source in place of a local database using [Active Resource](https://github.com/rails/activeresource).

Expand All @@ -25,9 +26,10 @@ Please :star: if you like it.
Please take a look at the examples folder:

- a Rails6 application with Active Admin and this component, see [here](examples/rails6-admin);
- a Rails6 API application used as data source, see [here](examples/rails6-api).
- a Rails6 API application used as data source, see [here](examples/rails6-api);
- a Roda API application used as data source, see [here](examples/roda-api).

For another example check the [specs](spec).
For more examples check the [specs](spec).

Basic instructions:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_active_resource (0.2.6)
activeadmin_active_resource (0.3.0)
activeadmin (~> 2.0)
activeresource (>= 5.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails60_activeadmin_activeresource.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_active_resource (0.2.6)
activeadmin_active_resource (0.3.0)
activeadmin (~> 2.0)
activeresource (>= 5.1)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_active_resource (0.2.6)
activeadmin_active_resource (0.3.0)
activeadmin (~> 2.0)
activeresource (>= 5.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails61_activeadmin_activeresource.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
activeadmin_active_resource (0.2.6)
activeadmin_active_resource (0.3.0)
activeadmin (~> 2.0)
activeresource (>= 5.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin/active_resource/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveAdmin
module ActiveResource
VERSION = '0.2.6'
VERSION = '0.3.0'
end
end

0 comments on commit 909b83a

Please sign in to comment.