ubiquity-wiredrive 1.0.0

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.
@@ -0,0 +1,6 @@
1
+ require 'ubiquity/wiredrive/api/v3/client'
2
+
3
+ class Ubiquity::Wiredrive::API::V3::Utilities < Ubiquity::Wiredrive::API::V3::Client
4
+
5
+ end
6
+
@@ -0,0 +1,5 @@
1
+ module Ubiquity
2
+ module Wiredrive
3
+ VERSION = '1.0.0'
4
+ end
5
+ end
@@ -0,0 +1,26 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'ubiquity/wiredrive/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'ubiquity-wiredrive'
8
+ spec.version = Ubiquity::Wiredrive::VERSION
9
+ spec.authors = ['John Whitson']
10
+ spec.email = ['john.whitson@gmail.com']
11
+ spec.summary = %q{A library and utilities for interacting with Wiredrive's API}
12
+ spec.description = %q{}
13
+ spec.homepage = 'https://www.github.com/XPlatform-Consulting/ubiquity-wiredrive'
14
+ spec.license = 'MIT'
15
+
16
+ spec.files = `git ls-files -z`.split("\x0")
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ['lib']
20
+
21
+ spec.add_development_dependency 'bundler', '~> 1.7'
22
+ spec.add_development_dependency 'rake', '~> 10.0'
23
+
24
+ spec.add_runtime_dependency 'multipart-post', '~> 2.0'
25
+
26
+ end
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ubiquity-wiredrive
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - John Whitson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-05-23 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: multipart-post
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '2.0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '2.0'
55
+ description: ''
56
+ email:
57
+ - john.whitson@gmail.com
58
+ executables:
59
+ - console
60
+ - setup
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - ".gitignore"
65
+ - ".rbenv-gemsets"
66
+ - ".ruby-version"
67
+ - Gemfile
68
+ - LICENSE.txt
69
+ - README.md
70
+ - Rakefile
71
+ - bin/console
72
+ - bin/setup
73
+ - lib/ubiquity/wiredrive.rb
74
+ - lib/ubiquity/wiredrive/api.rb
75
+ - lib/ubiquity/wiredrive/api/client.rb
76
+ - lib/ubiquity/wiredrive/api/utilities.rb
77
+ - lib/ubiquity/wiredrive/api/v2.rb
78
+ - lib/ubiquity/wiredrive/api/v2/client.rb
79
+ - lib/ubiquity/wiredrive/api/v2/client/paginator.rb
80
+ - lib/ubiquity/wiredrive/api/v2/client/requests.rb
81
+ - lib/ubiquity/wiredrive/api/v2/client/requests/base_request.rb
82
+ - lib/ubiquity/wiredrive/api/v2/http_client.rb
83
+ - lib/ubiquity/wiredrive/api/v2/utilities.rb
84
+ - lib/ubiquity/wiredrive/api/v3.rb
85
+ - lib/ubiquity/wiredrive/api/v3/client.rb
86
+ - lib/ubiquity/wiredrive/api/v3/client/requests.rb
87
+ - lib/ubiquity/wiredrive/api/v3/client/requests/base_request.rb
88
+ - lib/ubiquity/wiredrive/api/v3/http_client.rb
89
+ - lib/ubiquity/wiredrive/api/v3/utilities.rb
90
+ - lib/ubiquity/wiredrive/version.rb
91
+ - ubiquity-wiredrive.gemspec
92
+ homepage: https://www.github.com/XPlatform-Consulting/ubiquity-wiredrive
93
+ licenses:
94
+ - MIT
95
+ metadata: {}
96
+ post_install_message:
97
+ rdoc_options: []
98
+ require_paths:
99
+ - lib
100
+ required_ruby_version: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
105
+ required_rubygems_version: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - ">="
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ requirements: []
111
+ rubyforge_project:
112
+ rubygems_version: 2.7.6
113
+ signing_key:
114
+ specification_version: 4
115
+ summary: A library and utilities for interacting with Wiredrive's API
116
+ test_files: []