sony_ci_api 0.2.0 → 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sony_ci_api.rb +3 -0
  3. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 606b8f73ec065decebb07d5b157a734f66254d39
4
- data.tar.gz: 689a7849752c7a72dd26b26fb483ab8ad9e33d99
3
+ metadata.gz: bbb84de0f2208196519c4392d448ef3b73339237
4
+ data.tar.gz: 2a089a76f3bb3ab2e788125760e2a246e03661d2
5
5
  SHA512:
6
- metadata.gz: 6ccc8c7a290d7cbbc4a1a1540278c57c2ca8350dda7faeccb8ccd6064100ccac6a6ea25fd68b733afee4a28a612456bc0becaa94e3e4e6b12288ab1163c4bbf2
7
- data.tar.gz: 78f9c3cc945ad04b82c9acf63925815b8ada6613602e47f750558008277d96bc16aed16790790ebbd0c61eddbf0bfa16fd0e65cc411ef97999e34caeeb9d87a1
6
+ metadata.gz: 0e9b05e95b103014480c4dea3e292e6f068eeecc54e24c5b95e1eb9b4a56c0fa75f437b7ca3a9ddc42f8ab654fbb7d342799e36c949d0990ef20ed6391bf8e19
7
+ data.tar.gz: fa02830b0d824ac599219ccd6b603baac25013b23362e6d68d46d2a74f31f8c261aa16edbe9ca47d725ce2b3719308e7c0435868468aaf768d9b6e6819eaf12f
@@ -0,0 +1,3 @@
1
+ # This file just requires the file needed bootstrap everything the gem needs to run.
2
+ # We put it here so that you can just "require 'sony_ci_api'" to use the gem.
3
+ require_relative 'sony_ci_api/sony_ci_admin'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sony_ci_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chuck McCallum
@@ -19,6 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - bin/sony_ci_api
22
+ - lib/sony_ci_api.rb
22
23
  - lib/sony_ci_api/sony_ci_admin.rb
23
24
  - lib/sony_ci_api/sony_ci_basic.rb
24
25
  - lib/sony_ci_api/sony_ci_client.rb