material_service_client 0.1.3 → 0.1.4
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/lib/material_service_client/version.rb +1 -1
- data/material_service_client.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 058a488365308f2daf888301521e96b9326a8e0c
|
|
4
|
+
data.tar.gz: d7319d968f9359a0103d7c143677972bff5f6013
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53e912a71dd160d266b9071c06983771f700ea30cf9f8fc8592bdf912efb580e1f56219103bd20e9bc53f72d1f91c0ed0eb075466d7c7560d8cdd76e03b2a557
|
|
7
|
+
data.tar.gz: 36815dcda2fb9f221faa784c333700200ff1b83b947173f753264843b88f9475dfaea81530a3a5cb2a467c7a9a57c164b03e934b9a1410398c75f4f0120ca661
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Gem to access the material service API}
|
|
13
13
|
spec.description = %q{Gem to access the material service API.}
|
|
14
|
-
spec.homepage = ""
|
|
14
|
+
spec.homepage = "https://rubygems.org/gems/material_service_client"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: material_service_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Harriet Craven
|
|
@@ -72,7 +72,7 @@ files:
|
|
|
72
72
|
- lib/material_service_client.rb
|
|
73
73
|
- lib/material_service_client/version.rb
|
|
74
74
|
- material_service_client.gemspec
|
|
75
|
-
homepage:
|
|
75
|
+
homepage: https://rubygems.org/gems/material_service_client
|
|
76
76
|
licenses:
|
|
77
77
|
- MIT
|
|
78
78
|
metadata: {}
|