filebound_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/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/filebound_client.gemspec +1 -1
- data/lib/filebound_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff7cb48474b62921efc99c473e43a5176fa9656f4d93909aa1583ff367e13f32
|
4
|
+
data.tar.gz: ce0a1ca7de55a7945a2fceee13bdec8081d76cd8d834e18927c96db426a173f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00a8e448b5442b217e9eb89c849846fa34b1124fe82a90e459a428e194e83bf566ac702217209cc242e5c235ba745115bcb784c7e0c76536f9a0a65346fe3889
|
7
|
+
data.tar.gz: 425e0c2a93b085e06c55ab42b0716501dad591bb8552bd1946fee2ab76e566e56839d1331c48b8605f56fc4cced25f336a0851f3077f9f038d1ca033b38f939c
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
|
4
4
|
Changes to this gem will be noted here.
|
5
5
|
|
6
|
+
## [0.1.1] - 2018-08-01
|
7
|
+
### Fixed
|
8
|
+
- Fixed error in summary in the gemspec file.
|
9
|
+
|
6
10
|
## [0.1.0] - 2018-08-01
|
7
11
|
### Added
|
8
12
|
- Assignments, Dividers, DocumentBinaryData, Documents, EFormData, EFormDetail, Files, Projects, Separators, and Version
|
data/Gemfile.lock
CHANGED
data/filebound_client.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ['Bryan Richardson']
|
9
9
|
spec.email = ['brichardson@heiskell.com']
|
10
10
|
|
11
|
-
spec.summary = '
|
11
|
+
spec.summary = 'Provides connection to FileBound API'
|
12
12
|
spec.homepage = 'https://github.com/JDHeiskell/filebound_client'
|
13
13
|
spec.license = 'MIT'
|
14
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: filebound_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
|
- Bryan Richardson
|
@@ -131,5 +131,5 @@ rubyforge_project:
|
|
131
131
|
rubygems_version: 2.7.6
|
132
132
|
signing_key:
|
133
133
|
specification_version: 4
|
134
|
-
summary:
|
134
|
+
summary: Provides connection to FileBound API
|
135
135
|
test_files: []
|