archivist-client 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 469666bd7f5c6d17216eb606e9c385b92a6a467d3b5c5044e5d50d8da422e112
4
- data.tar.gz: 2034fd0cbba39931370b5915ba98eb0446d8e12b91f2821d966582f1f0902165
3
+ metadata.gz: 94433dd017754da3e28f687ea8c6a334a94cd22a6208a1bfcf105dfd036706c8
4
+ data.tar.gz: 5f25bc5a72b3926992309498be80f54c018feab59ef2744d995669651be4f5ac
5
5
  SHA512:
6
- metadata.gz: db6242e596db26ff2d90c1c8858f09ba772a5fff213465a2d2832be1991dafe2fcffd3a435f70393cc6beb21091e8fe4cafe3c45324906effc6efbe2b9796b22
7
- data.tar.gz: 037ef353e83049b6ebb9b0998e11ee20a5866d01a016e19f4c34588e7af87fce710291f299557fff086a83cc9a4ff786eb37775e4ef438fb0527210904e05936
6
+ metadata.gz: db2b6e543f392cd6b5dc309dc3a7cf5815c26f73a43bb24a601137e89c1d36a0fb8d05a27ab4f142addbd69c4b7873c1a6771bb916047877298fc9ecb8f9bdd4
7
+ data.tar.gz: fd1a176a21f7ddb15f7500037571c173ecb36e654729f25583fe213ec8a9694af1ad8b4dc0e0a8d70d2d5810c369b6e4b4d62872f100e66b0005157f42fa83b4
data/README.md CHANGED
@@ -4,18 +4,17 @@ Archivist::Client - an *archive.org* Ruby client
4
4
  | Project | Archivist::Client |
5
5
  |------------------------ | ----------------- |
6
6
  | gem name | archivist-client |
7
- | license | MIT |
8
- | moldiness | [![Maintainer Status](http://stillmaintained.com/wordtreefoundation/archivist-client.png)](http://stillmaintained.com/wordtreefoundation/archivist-client) |
7
+ | license | [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) |
9
8
  | version | [![Gem Version](https://badge.fury.io/rb/archivist-client.png)](http://badge.fury.io/rb/archivist-client) |
10
- | dependencies | [![Dependency Status](https://gemnasium.com/wordtreefoundation/archivist-client.png)](https://gemnasium.com/wordtreefoundation/archivist-client) |
9
+ | dependencies | [![Depfu](https://badges.depfu.com/badges/dc329b01f16a110144f5eccb01fb5246/count.svg)](https://depfu.com/github/wordtreefoundation/archivist-client?project=Bundler) |
11
10
  | code quality | [![Code Climate](https://codeclimate.com/github/wordtreefoundation/archivist-client.png)](https://codeclimate.com/github/wordtreefoundation/archivist-client) |
12
11
  | inline documenation | [![Inline docs](http://inch-ci.org/github/wordtreefoundation/archivist-client.png)](http://inch-ci.org/github/wordtreefoundation/archivist-client) |
13
12
  | continuous integration | [![Build Status](https://secure.travis-ci.org/wordtreefoundation/archivist-client.png?branch=master)](https://travis-ci.org/wordtreefoundation/archivist-client) |
14
13
  | test coverage | [![Coverage Status](https://coveralls.io/repos/wordtreefoundation/archivist-client/badge.png)](https://coveralls.io/r/wordtreefoundation/archivist-client) |
15
- | homepage | [https://github.com/wordtreefoundation/archivist-client][homepage] |
14
+ | homepage | [![GitHub stars](https://img.shields.io/github/stars/wordtreefoundation/archivist-client.svg?style=social&label=Stars)](https://github.com/wordtreefoundation/archivist-client) |
16
15
  | documentation | [http://rdoc.info/github/wordtreefoundation/archivist-client/frames][documentation] |
17
- | authors | [Duane Johnson](https://coderbits.com/canadaduane) [![Endorse Duane](https://api.coderwall.com/canadaduane/endorsecount.png)](http://coderwall.com/canadaduane) |
18
- | | [Peter Boling](https://coderbits.com/pboling) [![Endorse Peter](https://api.coderwall.com/pboling/endorsecount.png)](http://coderwall.com/pboling) |
16
+ | authors | Duane [![Tweet Duane](https://img.shields.io/twitter/follow/canadaduane.svg?style=social&label=Follow)](https://twitter.com/canadaduane) |
17
+ | | Peter [![Tweet Peter](https://img.shields.io/twitter/follow/galtzo.svg?style=social&label=Follow)](http://twitter.com/galtzo) |
19
18
 
20
19
 
21
20
  Getting Started
@@ -89,5 +88,4 @@ For example:
89
88
  [documentation]: http://rdoc.info/github/wordtreefoundation/archivist-client/frames
90
89
  [homepage]: https://github.com/wordtreefoundation/archivist-client
91
90
 
92
- [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/wordtreefoundation/archivist-client/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
93
91
 
@@ -25,10 +25,10 @@ Gem::Specification.new do |gem|
25
25
  gem.add_development_dependency "rspec", "~> 3.7"
26
26
  gem.add_development_dependency "webmock", "~> 3.3"
27
27
  gem.add_development_dependency "vcr", "~> 4.0"
28
- gem.add_development_dependency "roodi", "~> 2.1"
29
- gem.add_development_dependency "gem-release", "~> 0.7"
28
+ gem.add_development_dependency "roodi", "~> 5.0"
29
+ gem.add_development_dependency "gem-release", "~> 2.0"
30
30
  gem.add_development_dependency "coveralls", "~> 0.8"
31
- gem.add_development_dependency "rdoc", "~> 3.12"
31
+ gem.add_development_dependency "rdoc", "~> 6.0"
32
32
  gem.add_development_dependency "pry", "~> 0.11"
33
33
 
34
34
  gem.add_dependency "virtus", "~> 1.0"
@@ -1,5 +1,5 @@
1
1
  module Archivist
2
2
  module Client
3
- VERSION = '0.2.3'
3
+ VERSION = '0.2.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archivist-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Duane Johnson
@@ -73,28 +73,28 @@ dependencies:
73
73
  requirements:
74
74
  - - "~>"
75
75
  - !ruby/object:Gem::Version
76
- version: '2.1'
76
+ version: '5.0'
77
77
  type: :development
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
- version: '2.1'
83
+ version: '5.0'
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: gem-release
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: '0.7'
90
+ version: '2.0'
91
91
  type: :development
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
- version: '0.7'
97
+ version: '2.0'
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: coveralls
100
100
  requirement: !ruby/object:Gem::Requirement
@@ -115,14 +115,14 @@ dependencies:
115
115
  requirements:
116
116
  - - "~>"
117
117
  - !ruby/object:Gem::Version
118
- version: '3.12'
118
+ version: '6.0'
119
119
  type: :development
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  requirements:
123
123
  - - "~>"
124
124
  - !ruby/object:Gem::Version
125
- version: '3.12'
125
+ version: '6.0'
126
126
  - !ruby/object:Gem::Dependency
127
127
  name: pry
128
128
  requirement: !ruby/object:Gem::Requirement