kaminari-api-meta-data 0.6.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +9 -10
  4. data/VERSION +1 -1
  5. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8438bc52d3ea47d7c439cab4ae9a86d19b76de17bbf25f765dae95ecbbea82e3
4
- data.tar.gz: 223bac8ef0d7aa2feabad4093dbb7d8ac329d5a08863ad2d4c8d7c26c70af6e5
3
+ metadata.gz: 9cee8a432e9b112eca2cb0605d8bd5ae160d2569f31ea1f40ac96a1faaf670fb
4
+ data.tar.gz: e654992c753a2424800bb5847290a9753901238124217846643542fd708427dc
5
5
  SHA512:
6
- metadata.gz: b39efca60cd65c4246c968ec73808efacb67463df98d6c5a5a718701e0c1f96a75fc8e8983a3e8167fad0457b8f258603a4db4babeefa30b1cf7db328d79a706
7
- data.tar.gz: 05bccf16329800d61b5e1dd20b259cb155efe9b5ee23e3218dd089563366e2ffaed4d777ba8da02beb817aec43a0a28b4608545b7d10d75fd17faa881862b43d
6
+ metadata.gz: 4305d055a3cb2575d7458942b91350427e4459d066557c92e1efde915dcfda684c015a75e68628985f962165df212e88a8ac8b39ec019a0ad709121e34bda31c
7
+ data.tar.gz: 8e59ec10a0695539e3b56771c00c243c63be62e71b7e2435ac831ba3eb059d14142af076061323df4709a546f0c9e1da0b47f6cccfae0e9d92da9964ccf00016
@@ -1,4 +1,4 @@
1
- Copyright 2019 Boxt
1
+ Copyright (c) 2020 Boxt
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -3,8 +3,7 @@
3
3
  A gem for adding [Kaminari](https://github.com/kaminari/kaminari) collection meta data to your API responses that matches the format that works with the Kaminari [`paginate`](https://github.com/kaminari/kaminari#the-paginate-helper-method) helper method.
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/kaminari-api-meta-data.svg)](https://badge.fury.io/rb/kaminari-api-meta-data)
6
- [![Build Status](https://travis-ci.org/boxt/kaminari-api-meta-data.svg?branch=master)](https://travis-ci.org/boxt/kaminari-api-meta-data)
7
-
6
+ [![CircleCI](https://circleci.com/gh/boxt/kaminari-api-meta-data.svg?style=svg)](https://circleci.com/gh/boxt/kaminari-api-meta-data)
8
7
 
9
8
  ## Installation
10
9
 
@@ -86,14 +85,14 @@ puts meta
86
85
 
87
86
  ## Contributing
88
87
 
89
- * Check out the latest master and/or develop branches to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
90
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
91
- * Fork the project
92
- * Start a feature/bugfix branch off of develop (using Git Flow approach)
93
- * Commit and push until you are happy with your contribution
94
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally
95
- * When you are done generate a pull request
96
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
88
+ - Check out the latest master and/or develop branches to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
89
+ - Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
90
+ - Fork the project
91
+ - Start a feature/bugfix branch off of develop (using Git Flow approach)
92
+ - Commit and push until you are happy with your contribution
93
+ - Make sure to add tests for it. This is important so I don't break it in a future version unintentionally
94
+ - When you are done generate a pull request
95
+ - Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
97
96
 
98
97
  ## License
99
98
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 1.0.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaminari-api-meta-data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BOXT Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-19 00:00:00.000000000 Z
11
+ date: 2020-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kaminari
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.1'
33
+ version: '4.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '2.1'
40
+ version: '4.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  - !ruby/object:Gem::Version
198
198
  version: '0'
199
199
  requirements: []
200
- rubygems_version: 3.0.3
200
+ rubygems_version: 3.1.2
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: A gem for adding Kaminari collection meta data to your API responses