all3dp 1.0.0 → 1.0.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 +5 -0
- data/README.md +1 -1
- data/all3dp.gemspec +2 -2
- data/lib/all3dp/configuration.rb +1 -1
- data/lib/all3dp/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd7ce648f031dd35ddb04652f4695af8282996ace416ec16426c572993bc48a1
|
|
4
|
+
data.tar.gz: d3fcb223f6e0e81fad17bd3103c262e08d052773470507fd7505812bd38a702e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5aa34ca8830c639498c8c73ebeed7a4b96ef2802fbc60f8445d354108206baeb61a7be40f4ee41304b74c3e44a87bdbe70c0a9a8cf01bb93877f0bab50ccf2e
|
|
7
|
+
data.tar.gz: f35283f282137b87ccce24e917101aafce8c0046ad6377c59afd2afb1d3aba02336fc7fbb147344eeec2891aa9a874d84154e77ed7bfa541316a08deece4c7ec
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -32,7 +32,7 @@ configuration = All3DP::Configuration.create(
|
|
|
32
32
|
You can then redirect your users to the given URL:
|
|
33
33
|
|
|
34
34
|
```rb
|
|
35
|
-
configuration.url # => "https://
|
|
35
|
+
configuration.url # => "https://app.craftcloud3d.com/configuration/f00b4r…"
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
## Development
|
data/all3dp.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ["Sunny Ripert"]
|
|
11
11
|
spec.email = ["sunny@sunfox.org"]
|
|
12
12
|
|
|
13
|
-
spec.summary = "Access
|
|
14
|
-
spec.description = "Send 3D files to
|
|
13
|
+
spec.summary = "Access Craftcloud's API"
|
|
14
|
+
spec.description = "Send 3D files to All3DP's Craftcloud API"
|
|
15
15
|
spec.homepage = "http://github.com/sunny/all3dp"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f|
|
data/lib/all3dp/configuration.rb
CHANGED
data/lib/all3dp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: all3dp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sunny Ripert
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '1.0'
|
|
97
|
-
description: Send 3D files to
|
|
97
|
+
description: Send 3D files to All3DP's Craftcloud API
|
|
98
98
|
email:
|
|
99
99
|
- sunny@sunfox.org
|
|
100
100
|
executables: []
|
|
@@ -140,5 +140,5 @@ rubyforge_project:
|
|
|
140
140
|
rubygems_version: 2.7.6.2
|
|
141
141
|
signing_key:
|
|
142
142
|
specification_version: 4
|
|
143
|
-
summary: Access
|
|
143
|
+
summary: Access Craftcloud's API
|
|
144
144
|
test_files: []
|