simple-admin 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9deb37835119a304c089e65a4624951ef257af4
4
- data.tar.gz: e1f2057b65490027baa4fc507af0efbe33532d15
3
+ metadata.gz: 76c5223dd74da2d35329cfdd37dbdd50ced1437f
4
+ data.tar.gz: 6914f21aa5fc1e8827ed14005be71c2b58583ccc
5
5
  SHA512:
6
- metadata.gz: 712233053e4e6bec56667bb06db1473212cb3992dcb757c5685373069fab68deda0543102ae3f077b87bc9dc8e52fedf7bf110e69aa89dda6cdbcf91c52ba645
7
- data.tar.gz: f02baa208ea9be542d5f44db179386e9d52497243d4b68742e7762c60b84ae091d107c61d9cfa762d17ba1778c340b3366a42ea01e6da238558876ac5f99ed65
6
+ metadata.gz: 47d890065624085979618ef5979ae51747c44baae5c229a365eef942081efec9e89dd63529b8d3fc9c8a1d3610fc58493eb20ffeca2a1cfe7551bdf42cc1a0cb
7
+ data.tar.gz: 2aa0450578d78785d5e8ec80f6cbe43ef8e08c03ea169927ab1a60438d2a5f2a8cb000a42a4dcf8dfc1f290f70ca7738e426df7ce32478bf5112301dd97afe38
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  [![codecov](https://codecov.io/gh/evil-raccoon/simple_admin/branch/master/graph/badge.svg)](https://codecov.io/gh/evil-raccoon/simple_admin)
5
5
  [![Inline docs](http://inch-ci.org/github/evil-raccoon/simple_admin.svg)](http://inch-ci.org/github/evil-raccoon/simple_admin)
6
6
 
7
+ https://getsimpleadmin.com
8
+
7
9
  A small API library to connect your application with SimpleAdmin service and create admin dashboards in an instant.
8
10
 
9
11
  ## Getting started
@@ -45,7 +45,7 @@ module Api::V1
45
45
 
46
46
  def show
47
47
  model_klass = params[:model_klass_name].constantize
48
- model_fields = params[:model_fields].split(',')
48
+ model_fields = params[:model_fields]
49
49
 
50
50
  resource = model_klass.find(params[:id]).attributes.slice(*model_fields)
51
51
 
@@ -1,3 +1,3 @@
1
1
  module SimpleAdmin
2
- VERSION = '1.1.0'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitriy Strukov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-15 00:00:00.000000000 Z
11
+ date: 2018-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler