figshare_api_v2 0.9.3 → 0.9.4

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: 259b03e95b270260852cc86ec85c113f18ecb7c05f99dcf16963887b23b152d6
4
- data.tar.gz: a0f417988d2aa83790eb18d7a65083d597a89205babed4adf6568624f76d0b89
3
+ metadata.gz: 7e35222cd91463f8b07d07968964587e8d979c937d82f8910f6975b3d57d9934
4
+ data.tar.gz: b6a7f81dc93cae897a554071106b3eed9827e1f2fc8dc5b7fede1c04c9ed0081
5
5
  SHA512:
6
- metadata.gz: fa89b80dfcc714c3cff069c82351860680fe182fa4f1c833d99503696968be2cff1c60f440c4b04895ee65fd88beae696f3b6a260c766788570cc1a21730ec5e
7
- data.tar.gz: 25e7b0ad0a2f171dd0c4dbacc76451bbdd05e465713beb67f07dfcc22fe9211f3a64bae10433d68ca48c89875beece3924aba96efc2d680cb7319f336c27ee8a
6
+ metadata.gz: bfaf7209932807418f286899b17b7bbbd8f289f2835a2b6bb4c0eafd67aae9f1b8b9f5b7dcbaa5f348cc97eb2d35ab86a502c82cf739637f2578801e0cf8e8d6
7
+ data.tar.gz: f601643c473fa166e6cd47942943a3933dc266669b977232fcbcdd249c9d97b71f39a03cb9499b763cfcab704f5bc3c1cd024e3d6360b7ee2dccf3a02cb334fb
@@ -1,3 +1,11 @@
1
+ robertburrowes Tue Dec 1 13:19:01 2020 +1300
2
+ bump build version
3
+ robertburrowes Tue Dec 1 13:18:27 2020 +1300
4
+ Shouldn't have had article_id in URL
5
+ robertburrowes Tue Dec 1 13:18:06 2020 +1300
6
+ More random tests
7
+ robertburrowes Tue Dec 1 13:17:40 2020 +1300
8
+ ignore test
1
9
  robertburrowes Mon Nov 9 22:35:19 2020 +1300
2
10
  Missed @ in trace
3
11
  robertburrowes Mon Nov 9 22:27:11 2020 +1300
@@ -1,5 +1,5 @@
1
1
  module Figshare
2
- VERSION = '0.9.3'
2
+ VERSION = '0.9.4'
3
3
 
4
4
  require "wikk_webbrowser"
5
5
  require "wikk_json"
@@ -250,7 +250,7 @@ module Figshare
250
250
  def articles_add(collection_id:, articles: , impersonate: nil, &block)
251
251
  args = {}
252
252
  args["impersonate"] = impersonate if ! impersonate.nil?
253
- post( api_query: "account/collections/#{collection_id}/articles/#{article_id}", args: args, data: { "articles": articles}, &block)
253
+ post( api_query: "account/collections/#{collection_id}/articles", args: args, data: { "articles": articles}, &block)
254
254
  end
255
255
 
256
256
  # Get a private article's details (Not a figshare API call. Duplicates PrivateArticles:article_detail)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: figshare_api_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Burrowes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-09 00:00:00.000000000 Z
11
+ date: 2020-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: wikk_json