solidus_api 4.4.0 → 4.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/solidus_api.gemspec +1 -1
- metadata +5 -6
- data/bin/rails +0 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ccb7042536c398b4ec1ac42d06e05569e5fbc21ca387fc76cb07079d373de638
|
4
|
+
data.tar.gz: ac80c694f158a1e752fc12fb37252a188c4e723d985ab7f2c56f8f3d306c491b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80b96625d96147c50f662a84fbb87d922b93f910d9027219c42000bdd0e0a2427d6c0a39d70e7d9619e5adbfc4a813d79cb9fb9e43ec1ee394fd901fbb736bdb
|
7
|
+
data.tar.gz: e169ef6eafb44a080369c95ae10d399decf22f9fab5a2cb05dc4592d8d0d87176fc35e2ab29916d7e7366fa437975ee58ac85c7ea481a4c1a4dfca8e55d39be6
|
data/solidus_api.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.4.
|
4
|
+
version: 4.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Solidus Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jbuilder
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 4.4.
|
61
|
+
version: 4.4.2
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 4.4.
|
68
|
+
version: 4.4.2
|
69
69
|
description: REST API for the Solidus e-commerce framework.
|
70
70
|
email: contact@solidus.io
|
71
71
|
executables: []
|
@@ -224,7 +224,6 @@ files:
|
|
224
224
|
- app/views/spree/api/zones/_zone.json.jbuilder
|
225
225
|
- app/views/spree/api/zones/index.json.jbuilder
|
226
226
|
- app/views/spree/api/zones/show.json.jbuilder
|
227
|
-
- bin/rails
|
228
227
|
- config/i18n-tasks.yml
|
229
228
|
- config/locales/en.yml
|
230
229
|
- config/routes.rb
|
@@ -273,7 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
273
272
|
- !ruby/object:Gem::Version
|
274
273
|
version: 1.8.23
|
275
274
|
requirements: []
|
276
|
-
rubygems_version: 3.5.
|
275
|
+
rubygems_version: 3.5.3
|
277
276
|
signing_key:
|
278
277
|
specification_version: 4
|
279
278
|
summary: REST API for the Solidus e-commerce framework.
|
data/bin/rails
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# This command will automatically be run when you run "rails" with Rails gems
|
3
|
-
# installed from the root of your application.
|
4
|
-
|
5
|
-
ENGINE_ROOT = File.expand_path('..', __dir__)
|
6
|
-
ENGINE_PATH = File.expand_path('../lib/spree/api/engine', __dir__)
|
7
|
-
|
8
|
-
# Set up gems listed in the Gemfile.
|
9
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __dir__)
|
10
|
-
require "bundler/setup" if File.exist?(ENV["BUNDLE_GEMFILE"])
|
11
|
-
|
12
|
-
require "rails/all"
|
13
|
-
require "rails/engine/commands"
|