quby 3.2.0.pre.pre1 → 3.2.0
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/Rakefile +0 -1
- data/lib/quby/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1c8b16c57bec475dd48ad7aff195080b5ccadbe503e3186dc53cb7198f40f99
|
|
4
|
+
data.tar.gz: 645ec9167c3caecced8c3e9d914a97f56243fa671410660fde683c591a276981
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5315fc4ccdff1b2d83d5206d8bb9711d68ff4a190ad7a9730c23414cb8af87239fc00b6846560eded6000723021d84613afc6b5ce264bf4a76a7bfaf4a71bd8
|
|
7
|
+
data.tar.gz: 210175175e4e2b263bf24264711cc3fbfa727f69cde807dbd87ecd80b2be0451f20b45d655677ecc0bd314135faadd3d3c8d85bb21f39323db5bdf48b6cdaa58
|
data/Rakefile
CHANGED
|
@@ -6,7 +6,6 @@ begin
|
|
|
6
6
|
Bundler.require
|
|
7
7
|
# get the rails rake tasks to test things like assets:precompile.
|
|
8
8
|
require 'combustion'
|
|
9
|
-
# Combustion::Application.config.middleware.delete Sass::Plugin::Rack # https://github.com/rails/sass-rails/issues/136
|
|
10
9
|
Combustion.initialize!
|
|
11
10
|
Combustion::Application.load_tasks
|
|
12
11
|
rescue LoadError
|
data/lib/quby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: quby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.0
|
|
4
|
+
version: 3.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marten Veldthuis
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2020-08-
|
|
14
|
+
date: 2020-08-13 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
@@ -4473,9 +4473,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
4473
4473
|
version: '2.0'
|
|
4474
4474
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
4475
4475
|
requirements:
|
|
4476
|
-
- - "
|
|
4476
|
+
- - ">="
|
|
4477
4477
|
- !ruby/object:Gem::Version
|
|
4478
|
-
version:
|
|
4478
|
+
version: '0'
|
|
4479
4479
|
requirements: []
|
|
4480
4480
|
rubygems_version: 3.1.4
|
|
4481
4481
|
signing_key:
|