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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2125550bedac1df4dfd975cbe52ace243a1a3f2a57bdd3246e47c3141c3982bc
4
- data.tar.gz: 316d777dbdeed8f8c51303094bb9b08bc57301083d8af3a8dcd90da4ff803aa7
3
+ metadata.gz: dd7ce648f031dd35ddb04652f4695af8282996ace416ec16426c572993bc48a1
4
+ data.tar.gz: d3fcb223f6e0e81fad17bd3103c262e08d052773470507fd7505812bd38a702e
5
5
  SHA512:
6
- metadata.gz: 6e85a12cdc7734e871cdb0752732ec33795277f18567437632425f080a410aa3fc6dc863caf7414c44b28d8cb953a8487d9ab6b9b7429a58dd7454d4339fee7a
7
- data.tar.gz: 26b24337a9b00d290c20ee27e2c091a9dcca57121f22af9111853663a6ed17be4804624fbef259140695e68e9a13433b47c245418aa6f34514628be518fd8d9b
6
+ metadata.gz: a5aa34ca8830c639498c8c73ebeed7a4b96ef2802fbc60f8445d354108206baeb61a7be40f4ee41304b74c3e44a87bdbe70c0a9a8cf01bb93877f0bab50ccf2e
7
+ data.tar.gz: f35283f282137b87ccce24e917101aafce8c0046ad6377c59afd2afb1d3aba02336fc7fbb147344eeec2891aa9a874d84154e77ed7bfa541316a08deece4c7ec
@@ -1,5 +1,10 @@
1
1
  # unreleased
2
2
 
3
+ # v1.0.1
4
+
5
+ Fix:
6
+ - Update configuration links to `app.craftcloud3d.com`.
7
+
3
8
  # v1.0.0
4
9
 
5
10
  Feature:
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://print.all3dp.com/configuration/f00b4r…"
35
+ configuration.url # => "https://app.craftcloud3d.com/configuration/f00b4r…"
36
36
  ```
37
37
 
38
38
  ## Development
@@ -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 All3DP's API"
14
- spec.description = "Send 3D files to the All3DP API"
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|
@@ -10,7 +10,7 @@ module All3DP
10
10
  end
11
11
 
12
12
  def url
13
- "https://print.all3dp.com/configuration/#{id}"
13
+ "https://app.craftcloud3d.com/configuration/#{id}"
14
14
  end
15
15
 
16
16
  def self.create(model_urls:)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module All3DP
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
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.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 the All3DP API
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 All3DP's API
143
+ summary: Access Craftcloud's API
144
144
  test_files: []