filebound_client 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98614285d4e91599c7a5d4b7e55ad3fe2ebc9836bd945cf35ea1d8ce8d3ba91d
4
- data.tar.gz: '09ed3d8df8de9172e02464cd22361c9c8bfb5f8bdfd48293eeed859b780ccf39'
3
+ metadata.gz: ff7cb48474b62921efc99c473e43a5176fa9656f4d93909aa1583ff367e13f32
4
+ data.tar.gz: ce0a1ca7de55a7945a2fceee13bdec8081d76cd8d834e18927c96db426a173f2
5
5
  SHA512:
6
- metadata.gz: 52fe4ac525d97b95b5589e86b8d37be2117a2169a629a8e1d5b4d2159c2281fd2c79c9b1f5e2909162699a23104636a7f55ad4ffeac23689d10dc4886fd6a2f6
7
- data.tar.gz: a92d599d4670123d4f4b680548e751ea2c20aa32e1f1cc2d4fc105866c1088b61075bd31cfc880844ef5c055b7e41dc435fd8835a1208c70e025f57ae7d9b887
6
+ metadata.gz: 00a8e448b5442b217e9eb89c849846fa34b1124fe82a90e459a428e194e83bf566ac702217209cc242e5c235ba745115bcb784c7e0c76536f9a0a65346fe3889
7
+ data.tar.gz: 425e0c2a93b085e06c55ab42b0716501dad591bb8552bd1946fee2ab76e566e56839d1331c48b8605f56fc4cced25f336a0851f3077f9f038d1ca033b38f939c
@@ -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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- filebound_client (0.1.0)
4
+ filebound_client (0.1.1)
5
5
  ruby-ntlm (~> 0.0.4)
6
6
 
7
7
  GEM
@@ -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 = '%q{Provides connection to FileBound API}'
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
 
@@ -1,4 +1,4 @@
1
1
  module FileboundClient
2
2
  # Current version of gem
3
- VERSION = '0.1.0'.freeze
3
+ VERSION = '0.1.1'.freeze
4
4
  end
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.0
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: "%q{Provides connection to FileBound API}"
134
+ summary: Provides connection to FileBound API
135
135
  test_files: []