fdp_client 0.0.2

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.
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fdp_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Mark Wilkinson
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email:
13
+ - markw@illuminae.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - ".rspec"
19
+ - ".rubocop.yml"
20
+ - CHANGELOG.md
21
+ - Gemfile
22
+ - Gemfile.lock
23
+ - LICENSE.txt
24
+ - README.md
25
+ - Rakefile
26
+ - fdp_client_ruby.gemspec
27
+ - lib/fdp_client.rb
28
+ - lib/fdp_client/GUI/access_service.rb
29
+ - lib/fdp_client/GUI/catalog.rb
30
+ - lib/fdp_client/GUI/dataset.rb
31
+ - lib/fdp_client/GUI/distribution.rb
32
+ - lib/fdp_client/GUI/resource.rb
33
+ - lib/fdp_client/GUI/version.rb
34
+ - lib/fdp_client/fdp_client.rb
35
+ - lib/fdp_client/fdp_resource.rb
36
+ - lib/fdp_client/fdp_schema.rb
37
+ homepage: https://github.com/markwilkinson/FDP-Client-Ruby
38
+ licenses:
39
+ - MIT
40
+ metadata:
41
+ allowed_push_host: https://rubygems.org
42
+ homepage_uri: https://github.com/markwilkinson/FDP-Client-Ruby
43
+ source_code_uri: https://github.com/markwilkinson/FDP-Client-Ruby
44
+ changelog_uri: https://github.com/markwilkinson/FDP-Client-Ruby/CHANGELOG.md
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 3.2.4
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubygems_version: 4.0.7
60
+ specification_version: 4
61
+ summary: Gem for interacting with FAIR Data Point reference implementation (only!).
62
+ test_files: []