firespring_dev_commands 2.1.27.pre.alpha.3 → 2.1.27
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/firespring_dev_commands/platform.rb +14 -0
- data/lib/firespring_dev_commands/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: 586c30b994bb9c2b77fffdbd191ee5a6c03e29c27ab3166c07f820699e5f802a
|
|
4
|
+
data.tar.gz: 02db88f1ad6f64e43ea579878a625d695ff5b400b51da40658c9159c671c2a0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 802810c4490135ac15e4b742721a460cf23d011fe45de74a42a24bfdb6f1f5a7f197c40d3cb314fd7d29794bd06bc9870eadd24be09c44ccfdff9ef4588a6118
|
|
7
|
+
data.tar.gz: 0473a3020b1bf9f2963ac829161574bac1aed7c84abe9b7bf69a2f11d26e460d8735d07ef95ddb578f0807dff0aa567c7e4800751231ad69457be4225f18544f
|
|
@@ -31,3 +31,17 @@ module Dev
|
|
|
31
31
|
end
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
|
+
|
|
35
|
+
module Dev
|
|
36
|
+
class Common
|
|
37
|
+
# Class which returns information about the current platform
|
|
38
|
+
class Platform < Platform
|
|
39
|
+
# Initializer for the deprecated class
|
|
40
|
+
# @deprecated Please use {Dev::Platform#new} instead
|
|
41
|
+
def initialize
|
|
42
|
+
warn '[DEPRECATION] `Dev::Common::Platform#new` is deprecated. Please use `Dev::Platform#new` instead.'
|
|
43
|
+
super
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: firespring_dev_commands
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.27
|
|
4
|
+
version: 2.1.27
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firespring
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -411,9 +411,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
411
411
|
version: '3.1'
|
|
412
412
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
413
413
|
requirements:
|
|
414
|
-
- - "
|
|
414
|
+
- - ">="
|
|
415
415
|
- !ruby/object:Gem::Version
|
|
416
|
-
version:
|
|
416
|
+
version: '0'
|
|
417
417
|
requirements: []
|
|
418
418
|
rubygems_version: 3.4.10
|
|
419
419
|
signing_key:
|