piwigo-api 0.3.0 → 0.3.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
  SHA256:
3
- metadata.gz: 1108a31f234ef9bb5c9f99091378eb6d6d114eedd26b4e64329e2f803554b612
4
- data.tar.gz: c30f56e0cb40c0b93cba86bffcd3d14d5f00d0aec28bd861707f8d8e8ef1406d
3
+ metadata.gz: 1f8aaa98dc9734ed3044e993de4bd3d2c5fc216b5fdc484e0085aff689c95021
4
+ data.tar.gz: b1368c6b9d0ad50c5dd7970e1b924962f263add8822a141b2e0d041a4c155dfe
5
5
  SHA512:
6
- metadata.gz: 71c2c6bd8420c15e1590339612c512e5c589819d005fd0b569f850b8ab7adcdc407d852aadff78cb28d97e6976f1941a232c508dbf1204a42c9691234ab56b52
7
- data.tar.gz: c248f198a9d17fa71e29d7e53cd98e89087cb756898139fef94ddcd7ae30956d52c4ecc67fc9efd8a6cc2a93ed7c6c265a0f6deb8e47f85bd2237cf45e37f19e
6
+ metadata.gz: bffedcebc720217299770d4a615e8f19b9b95a351ca63e3e0f5d49ad12ba0b31088444ca102ab935fca037ec2b1021f9800b417903104b38f3904bfebe2d810d
7
+ data.tar.gz: 002a39a2d6dfd7d4dd9d5baf931ed32a79f58f582935d43a385f0e15f2ac664372257f1dadd8397f68184f73fa63880bad90f20de19657f97ce3b9fc74a852d8
data/CHANGELOG.md CHANGED
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [Unreleased]
7
+ 0.3.1 - 2019-11-20
8
+ - Add a codecov.yaml for coverage reports
8
9
 
9
10
  0.3.0 - 2019-11-17
10
11
  - Added a documentation URL pointing to rubydoc.info
@@ -17,4 +18,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
18
 
18
19
  0.1.1 - 2019-11-16
19
20
  - Initial Version, supports login/logout against a piwigo server
20
- - Fixing spec consistency issues
21
+ - Fixing spec consistency issues
data/codecov.yml ADDED
@@ -0,0 +1,2 @@
1
+ codecov:
2
+ token: 7cd5d7df-ae72-4274-a53e-148f7dfdd069
@@ -1,3 +1,3 @@
1
1
  module Piwigo
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piwigo-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Gilbert
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-18 00:00:00.000000000 Z
11
+ date: 2019-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -102,6 +102,7 @@ files:
102
102
  - Rakefile
103
103
  - bin/console
104
104
  - bin/setup
105
+ - codecov.yml
105
106
  - lib/piwigo.rb
106
107
  - lib/piwigo/albums.rb
107
108
  - lib/piwigo/images.rb