rotor 0.0.12 → 0.0.13
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/rotor/version.rb +1 -1
- data/rotor.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e638f5cf2aa72eba2495da1c20e371835bfbc44f
|
|
4
|
+
data.tar.gz: c7d1adb16a04d218a1c60847fbf10aa34da70531
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a43c19ecd0b86b11d88412ac257c1e0a7b0d69c746143a07485ef773eefcc70330d70414c97ccd2d99d1c4ee4e6b84236a12f63b4c658a7d41b7b583b695bd89
|
|
7
|
+
data.tar.gz: 9a79436b515b18787df5824986633d7b2d906be871ddd9cb4858cbfddc7eeb52991c6a9a6f7499ea1fd67b67123b954bacadefe1d1fedc1dba84a0501d586048
|
data/lib/rotor/version.rb
CHANGED
data/rotor.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["dave@k-innovations.net"]
|
|
11
11
|
spec.summary = %q{Ruby Gem for controlling Bipolar and Unipolar motors}
|
|
12
12
|
spec.description = %q{Ruby Gem for controlling Bipolar and Unipolar Stepper Motors}
|
|
13
|
-
spec.homepage = "https://github.com/kobaltz"
|
|
13
|
+
spec.homepage = "https://github.com/kobaltz/rotor"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rotor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kobaltz
|
|
@@ -74,7 +74,7 @@ files:
|
|
|
74
74
|
- lib/rotor/version.rb
|
|
75
75
|
- rotor.gemspec
|
|
76
76
|
- sample.nc
|
|
77
|
-
homepage: https://github.com/kobaltz
|
|
77
|
+
homepage: https://github.com/kobaltz/rotor
|
|
78
78
|
licenses:
|
|
79
79
|
- MIT
|
|
80
80
|
metadata: {}
|