apache_felix_api_client 0.1.0 → 0.1.1
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.
- checksums.yaml +4 -4
- data/README.md +7 -7
- data/apache_felix_api_client-0.1.0.gem +0 -0
- data/apache_felix_api_client.gemspec +5 -5
- data/lib/apache_felix_api_client.rb +2 -2
- data/lib/apache_felix_api_client/api/default_api.rb +2 -2
- data/lib/apache_felix_api_client/api_client.rb +2 -2
- data/lib/apache_felix_api_client/api_error.rb +2 -2
- data/lib/apache_felix_api_client/configuration.rb +2 -2
- data/lib/apache_felix_api_client/models/bundle.rb +2 -2
- data/lib/apache_felix_api_client/models/bundle_list.rb +2 -2
- data/lib/apache_felix_api_client/version.rb +3 -3
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9058a9acc887eff801444cafe8677aa1e983293
|
|
4
|
+
data.tar.gz: 7f7a6cb98b88717c636082be92177d8e1cee96ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baa357b689e642366a240bdf63f1d9a00cf761c865d779b42f5b79af6c51e25286ce1a92d060b79b81b1949725591d1854af3bb21f96a6e5c06cb494ee3e29a4
|
|
7
|
+
data.tar.gz: c61eaace34013c551e892dc6172bf98f439c14af08e44e421a01889f5cc15ba0e8a9b104499f2226a8091231f105a3a3672b597686715c56e8357b9ef3d94991
|
data/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# apache_felix_api_client
|
|
2
2
|
|
|
3
|
-
ApacheFelix - the Ruby gem for the Apache
|
|
3
|
+
ApacheFelix - the Ruby gem for the Apache Felix API
|
|
4
4
|
|
|
5
|
-
API for interacting with
|
|
5
|
+
API for interacting with an Apache Felix system.
|
|
6
6
|
|
|
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: 1.0.0
|
|
10
|
-
- Package version: 0.1.
|
|
11
|
-
- Build date: 2016-11-29T20:
|
|
10
|
+
- Package version: 0.1.1
|
|
11
|
+
- Build date: 2016-11-29T20:32:43.337-06:00
|
|
12
12
|
- Build package: class io.swagger.codegen.languages.RubyClientCodegen
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
@@ -24,15 +24,15 @@ gem build apache_felix_api_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./apache_felix_api_client-0.1.
|
|
27
|
+
gem install ./apache_felix_api_client-0.1.1.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./apache_felix_api_client-0.1.
|
|
29
|
+
(for development, run `gem install --dev ./apache_felix_api_client-0.1.1.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 'apache_felix_api_client', '~> 0.1.
|
|
35
|
+
gem 'apache_felix_api_client', '~> 0.1.1'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
#
|
|
3
3
|
=begin
|
|
4
|
-
#Apache
|
|
4
|
+
#Apache Felix API
|
|
5
5
|
|
|
6
|
-
#API for interacting with
|
|
6
|
+
#API for interacting with an Apache Felix system.
|
|
7
7
|
|
|
8
8
|
OpenAPI spec version: 1.0.0
|
|
9
9
|
Contact: bryan.stopp@gmail.com
|
|
@@ -33,9 +33,9 @@ Gem::Specification.new do |s|
|
|
|
33
33
|
s.authors = ["Swagger-Codegen"]
|
|
34
34
|
s.email = ["bryan.stopp@gmail.com"]
|
|
35
35
|
s.homepage = "https://github.com/swagger-api/swagger-codegen"
|
|
36
|
-
s.summary = "Apache
|
|
37
|
-
s.description = "API for interacting with
|
|
38
|
-
s.license = "Apache
|
|
36
|
+
s.summary = "Apache Felix API Ruby Gem"
|
|
37
|
+
s.description = "API for interacting with an Apache Felix system."
|
|
38
|
+
s.license = "Apache-2.0"
|
|
39
39
|
|
|
40
40
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
|
41
41
|
s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.3'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
#Apache
|
|
2
|
+
#Apache Felix API
|
|
3
3
|
|
|
4
|
-
#API for interacting with
|
|
4
|
+
#API for interacting with an Apache Felix system.
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: 1.0.0
|
|
7
7
|
Contact: bryan.stopp@gmail.com
|
|
@@ -22,5 +22,5 @@ limitations under the License.
|
|
|
22
22
|
=end
|
|
23
23
|
|
|
24
24
|
module ApacheFelix
|
|
25
|
-
VERSION = "0.1.
|
|
25
|
+
VERSION = "0.1.1"
|
|
26
26
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apache_felix_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Swagger-Codegen
|
|
@@ -190,7 +190,7 @@ dependencies:
|
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: 0.2.11
|
|
193
|
-
description: API for interacting with
|
|
193
|
+
description: API for interacting with an Apache Felix system.
|
|
194
194
|
email:
|
|
195
195
|
- bryan.stopp@gmail.com
|
|
196
196
|
executables: []
|
|
@@ -199,6 +199,7 @@ extra_rdoc_files: []
|
|
|
199
199
|
files:
|
|
200
200
|
- LICENSE
|
|
201
201
|
- README.md
|
|
202
|
+
- apache_felix_api_client-0.1.0.gem
|
|
202
203
|
- apache_felix_api_client.gemspec
|
|
203
204
|
- docs/Bundle.md
|
|
204
205
|
- docs/BundleList.md
|
|
@@ -220,7 +221,7 @@ files:
|
|
|
220
221
|
- spec/spec_helper.rb
|
|
221
222
|
homepage: https://github.com/swagger-api/swagger-codegen
|
|
222
223
|
licenses:
|
|
223
|
-
- Apache
|
|
224
|
+
- Apache-2.0
|
|
224
225
|
metadata: {}
|
|
225
226
|
post_install_message:
|
|
226
227
|
rdoc_options: []
|
|
@@ -241,7 +242,7 @@ rubyforge_project:
|
|
|
241
242
|
rubygems_version: 2.5.1
|
|
242
243
|
signing_key:
|
|
243
244
|
specification_version: 4
|
|
244
|
-
summary: Apache
|
|
245
|
+
summary: Apache Felix API Ruby Gem
|
|
245
246
|
test_files:
|
|
246
247
|
- spec/api/default_api_spec.rb
|
|
247
248
|
- spec/api_client_spec.rb
|