Skip to content

Commit 909b83a

Browse files
author
Mattia Roccoberton
committed
Bump to version 0.3.0
1 parent 0221fb6 commit 909b83a

6 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![gem downloads](https://badgen.net/rubygems/dt/activeadmin_active_resource)](https://rubygems.org/gems/activeadmin_active_resource)
44
[![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)
55
[![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)
6+
[![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)
67

78
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).
89

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

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

30-
For another example check the [specs](spec).
32+
For more examples check the [specs](spec).
3133

3234
Basic instructions:
3335

gemfiles/rails60_activeadmin22_activeresource51.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_active_resource (0.2.6)
4+
activeadmin_active_resource (0.3.0)
55
activeadmin (~> 2.0)
66
activeresource (>= 5.1)
77

gemfiles/rails60_activeadmin_activeresource.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_active_resource (0.2.6)
4+
activeadmin_active_resource (0.3.0)
55
activeadmin (~> 2.0)
66
activeresource (>= 5.1)
77

gemfiles/rails61_activeadmin29_activeresource51.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_active_resource (0.2.6)
4+
activeadmin_active_resource (0.3.0)
55
activeadmin (~> 2.0)
66
activeresource (>= 5.1)
77

gemfiles/rails61_activeadmin_activeresource.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
activeadmin_active_resource (0.2.6)
4+
activeadmin_active_resource (0.3.0)
55
activeadmin (~> 2.0)
66
activeresource (>= 5.1)
77

lib/activeadmin/active_resource/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module ActiveAdmin
44
module ActiveResource
5-
VERSION = '0.2.6'
5+
VERSION = '0.3.0'
66
end
77
end

0 commit comments

Comments
 (0)