stepper_motor 0.1.0 → 0.1.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/.ruby-version +1 -1
- data/.standard.yml +1 -1
- data/CHANGELOG.md +1 -1
- data/lib/generators/install_generator.rb +1 -1
- data/lib/stepper_motor/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32c95c99e435864073c9cb8a66c29e0f2fd5f5c223f226325f712822f3620426
|
|
4
|
+
data.tar.gz: bce7cf452476572d4d3d707303d8968e7a82927f04f70658223a101ae12ea488
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e482631024b0125f4ec060f4e94229e624cb77bd9439fabcaa84dee0940f5150a608ebe9c12993a59b357cc2a6f2048866809cc15b1c254b984cde07d3fc96b
|
|
7
|
+
data.tar.gz: e090fe1af24537907d3a5ce5bd36b7789bc38dd2774cfed91d24b30df7bfd0fb9efa012b752106978d4269c17bb77a556829a390625c76089856045d50a6f819
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.1.1
|
data/.standard.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,7 @@ module StepperMotor
|
|
|
10
10
|
class InstallGenerator < Rails::Generators::Base
|
|
11
11
|
include ActiveRecord::Generators::Migration
|
|
12
12
|
|
|
13
|
-
source_paths << File.join(File.dirname(
|
|
13
|
+
source_paths << File.join(File.dirname(__FILE__, 2))
|
|
14
14
|
class_option :uuid, type: :boolean, desc: "The foreign key type to use for hero_id. Can be either bigint or uuid"
|
|
15
15
|
|
|
16
16
|
# Generates monolithic migration file that contains all database changes.
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stepper_motor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julik Tarkhanov
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2025-01-01 00:00:00.000000000 Z
|
|
@@ -14,14 +14,14 @@ dependencies:
|
|
|
14
14
|
name: activerecord
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '6'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '6'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -70,16 +70,16 @@ dependencies:
|
|
|
70
70
|
name: sqlite3
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- - "
|
|
73
|
+
- - ">="
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: '
|
|
75
|
+
version: '0'
|
|
76
76
|
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- - "
|
|
80
|
+
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: '
|
|
82
|
+
version: '0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: rake
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -181,7 +181,7 @@ metadata:
|
|
|
181
181
|
homepage_uri: https://github.com/stepper_motor/stepper_motor
|
|
182
182
|
source_code_uri: https://github.com/stepper_motor/stepper_motor
|
|
183
183
|
changelog_uri: https://github.com/stepper_motor/stepper_motor/CHANGELOG.md
|
|
184
|
-
post_install_message:
|
|
184
|
+
post_install_message:
|
|
185
185
|
rdoc_options: []
|
|
186
186
|
require_paths:
|
|
187
187
|
- lib
|
|
@@ -196,8 +196,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
196
196
|
- !ruby/object:Gem::Version
|
|
197
197
|
version: '0'
|
|
198
198
|
requirements: []
|
|
199
|
-
rubygems_version: 3.
|
|
200
|
-
signing_key:
|
|
199
|
+
rubygems_version: 3.3.7
|
|
200
|
+
signing_key:
|
|
201
201
|
specification_version: 4
|
|
202
202
|
summary: Effortless step workflows that embed nicely inside Rails
|
|
203
203
|
test_files: []
|