seiso-connector 0.1.1 → 0.1.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.
- checksums.yaml +5 -13
- data/.gitignore +1 -0
- data/CHANGELOG.md +17 -0
- data/lib/seiso/connector.rb +1 -0
- data/seiso-connector.gemspec +1 -1
- metadata +14 -13
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
NWM0ODUzNjhmYTE1ZmNlMmMzMDg0M2I3M2Q4NTcyOTllYzcxY2IyNg==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 2207917a82352c542779238c44ccc6198af2f8b1
|
|
4
|
+
data.tar.gz: f856185df1fa582f846df8e7e5223cee1c9c7d33
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
Y2IzMzRlMTVlZDVhZGFkYzU0Y2NiYWQ1ODc3ZjcxZDkzMjM2NmEyNWZhMWNj
|
|
11
|
-
Yjk1NTA5Njk5YTgxY2Q5MzhiYzM5ZjY1Zjc0OTZhMDFkM2E5Yjk=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
YzJjOGQ0ZDg4ZjQ0NjFmZjcxNmUzMzQ4ZmJhYzZkZjA3NmViZjk0ZDI3MTcw
|
|
14
|
-
MjkxZTA3NjU4ODgwZTVkYmJmMzYwZGQ4MDM1N2RjYjNmMzc2MWM5MjI3OTI4
|
|
15
|
-
M2Q2YWUxMjQ4YjFjYWJkNTdjNzZiMDA5ZjdjMjVlZGI2MjkwYjk=
|
|
6
|
+
metadata.gz: b5c6801df649b5eace7f24997c9b5c8353c799d3583de34071200e1e7ab3cb473ed9ab060fd0228720c4b23e54af268213f6593b0ab0a21f3c1ac126b103839d
|
|
7
|
+
data.tar.gz: a907382f7eb7c9e08105c17d0e016417424f38af719e5f1879bc8c156d8048d33b27e11c4d05c60610ae39f1b60abe6d092253bf8aa79994ae4dcc571447dbde
|
data/.gitignore
CHANGED
data/CHANGELOG.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.1.1](https://github.com/ExpediaDotCom/seiso-connector-ruby/tree/0.1.1)
|
|
4
|
+
[Full Changelog](https://github.com/ExpediaDotCom/seiso-connector-ruby/compare/0.1.0...0.1.1)
|
|
5
|
+
#### 26/01/15
|
|
6
|
+
- *Implemented enhancement:* Create separate connector classes for the v1 and v2 APIs [\#3](https://github.com/ExpediaDotCom/seiso-connector-ruby/issues/3)
|
|
7
|
+
|
|
8
|
+
## [0.1.0](https://github.com/ExpediaDotCom/seiso-connector-ruby/tree/0.1.0)
|
|
9
|
+
[Full Changelog](https://github.com/ExpediaDotCom/seiso-connector-ruby/compare/0.0.1...0.1.0)
|
|
10
|
+
#### 25/01/15
|
|
11
|
+
- *Implemented enhancement:* Add support for reading CRUD \(nonpaging\) repositories [\#1](https://github.com/ExpediaDotCom/seiso-connector-ruby/issues/1)
|
|
12
|
+
|
|
13
|
+
## [0.0.1](https://github.com/ExpediaDotCom/seiso-connector-ruby/tree/0.0.1)
|
|
14
|
+
#### 16/12/14
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
\* *This changelog was generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/lib/seiso/connector.rb
CHANGED
data/seiso-connector.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "seiso-connector"
|
|
7
|
-
spec.version = "0.1.
|
|
7
|
+
spec.version = "0.1.2"
|
|
8
8
|
spec.authors = ["Willie Wheeler"]
|
|
9
9
|
spec.email = ["wwheeler@expedia.com"]
|
|
10
10
|
spec.summary = "Connector to make it easier for Ruby clients to talk to the Seiso REST API."
|
metadata
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: seiso-connector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Willie Wheeler
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.7'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.7'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '10.0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: json
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - ~>
|
|
45
|
+
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '1.7'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - ~>
|
|
52
|
+
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '1.7'
|
|
55
55
|
description: Very basic at this point. Plan to support pagination, sorting, searching
|
|
@@ -60,8 +60,9 @@ executables: []
|
|
|
60
60
|
extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
|
62
62
|
files:
|
|
63
|
-
- .gitignore
|
|
64
|
-
- .travis.yml
|
|
63
|
+
- ".gitignore"
|
|
64
|
+
- ".travis.yml"
|
|
65
|
+
- CHANGELOG.md
|
|
65
66
|
- Gemfile
|
|
66
67
|
- LICENSE.txt
|
|
67
68
|
- README.md
|
|
@@ -84,17 +85,17 @@ require_paths:
|
|
|
84
85
|
- lib
|
|
85
86
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
87
|
requirements:
|
|
87
|
-
- -
|
|
88
|
+
- - ">="
|
|
88
89
|
- !ruby/object:Gem::Version
|
|
89
90
|
version: '0'
|
|
90
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
92
|
requirements:
|
|
92
|
-
- -
|
|
93
|
+
- - ">="
|
|
93
94
|
- !ruby/object:Gem::Version
|
|
94
95
|
version: '0'
|
|
95
96
|
requirements: []
|
|
96
97
|
rubyforge_project:
|
|
97
|
-
rubygems_version: 2.
|
|
98
|
+
rubygems_version: 2.2.2
|
|
98
99
|
signing_key:
|
|
99
100
|
specification_version: 4
|
|
100
101
|
summary: Connector to make it easier for Ruby clients to talk to the Seiso REST API.
|