metatron_ruby_client 0.1.2 → 0.1.3

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: 019daee9f5d88b8220f0f6bb0d62e5e6157ce4b9
4
- data.tar.gz: d58440d13b4db61ec8acb6480dc3d7d2545c3762
3
+ metadata.gz: 9ebba384663b90d75c85be0a5430e71a6f4bd64e
4
+ data.tar.gz: dde2b75d42eac5d3b604a7e7a6bd3360437a4b49
5
5
  SHA512:
6
- metadata.gz: ab81e4b164d8bdf9c09d845f4f8ada1ee1c7f3375c8b04f73d768dfcd76881146cd596ca37c45a29704554780d4700f299fcc858bd0f5e106a411427f8e95dd3
7
- data.tar.gz: 180d7acd60b77e94f1b3716da83ea84969236308ac0e206ce222f60e6ab5e85b76e14af77004de7bbbf811a9975c592fb52ca80c4100a16dafcd943989f5b301
6
+ metadata.gz: cc6454bad65caf5b1caf8d93075078609573248d2c0d6ccf9416fc6351d962e1f5744af1390fdc26aa9706750e652286ee1774d5016d1315289cf040fbabc6da
7
+ data.tar.gz: e9dd3efde38ff1cf6c08580399c1c7a084d59b5df9d1f1ae31b2dd68801db96bf50a86be895044c4589e9dd4a19019f36c88257c2e956ad2ebc66da9bc9efe8c
data/README.md CHANGED
@@ -7,8 +7,8 @@ A primitive modelling bibliographic metadata
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 0.1.2
11
- - Build date: 2016-08-26T14:13:28.243-04:00
10
+ - Package version: 0.1.3
11
+ - Build date: 2016-08-26T18:06:29.963-04:00
12
12
  - Build package: class io.swagger.codegen.languages.RubyClientCodegen
13
13
 
14
14
  ## Installation
@@ -24,15 +24,15 @@ gem build metatron_ruby_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./metatron_ruby_client-0.1.2.gem
27
+ gem install ./metatron_ruby_client-0.1.3.gem
28
28
  ```
29
- (for development, run `gem install --dev ./metatron_ruby_client-0.1.2.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./metatron_ruby_client-0.1.3.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'metatron_ruby_client', '~> 0.1.2'
35
+ gem 'metatron_ruby_client', '~> 0.1.3'
36
36
 
37
37
  ### Install from Git
38
38
 
data/config.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "gemName": "metatron_ruby_client",
3
3
  "moduleName": "MetatronClient",
4
- "gemVersion": "0.1.2",
4
+ "gemVersion": "0.1.3",
5
5
  "gemLicense": "Copyright Talis Education Ltd",
6
6
  "gemHomepage": "https://github.com/talis/metatron_rb",
7
7
  "gemSummary": "A ruby API wrapper for Metatron",
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **id** | **String** | |
7
7
  **type** | **String** | |
8
- **attributes** | [**ManifestationAttributes**](ManifestationAttributes.md) | |
8
+ **attributes** | **Object** | |
9
9
  **relationships** | [**ManifestationRelationships**](ManifestationRelationships.md) | | [optional]
10
10
 
11
11
 
@@ -45,7 +45,7 @@ module MetatronClient
45
45
 
46
46
  :'type' => :'String',
47
47
 
48
- :'attributes' => :'ManifestationAttributes',
48
+ :'attributes' => :'Object',
49
49
 
50
50
  :'relationships' => :'ManifestationRelationships'
51
51
 
@@ -11,5 +11,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  =end
12
12
 
13
13
  module MetatronClient
14
- VERSION = "0.1.2"
14
+ VERSION = "0.1.3"
15
15
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metatron_ruby_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ross Singer
@@ -269,6 +269,7 @@ files:
269
269
  - lib/metatron_ruby_client/version.rb
270
270
  - metatron_ruby_client-0.0.1.gem
271
271
  - metatron_ruby_client-0.1.1.gem
272
+ - metatron_ruby_client-0.1.2.gem
272
273
  - metatron_ruby_client.gemspec
273
274
  - spec/api/default_api_spec.rb
274
275
  - spec/models/asset_attributes_spec.rb