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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rotor/version.rb +1 -1
  3. data/rotor.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9fadcd0e45633c5bff18e886e0dabe8680d4ddb
4
- data.tar.gz: b702a3a89dcb56f249b8d8716fe67f370a98f645
3
+ metadata.gz: e638f5cf2aa72eba2495da1c20e371835bfbc44f
4
+ data.tar.gz: c7d1adb16a04d218a1c60847fbf10aa34da70531
5
5
  SHA512:
6
- metadata.gz: 98db9ccd56e769430ba898949686edbc799abc64540e3503272561c17d129698a83e4760779d3bb6a403c5b4ebbf70f5e72317b6fc18c6a03149111d8376e268
7
- data.tar.gz: 21529871f3b504787fc3a0421c17d27249717c73abf6ba51b2e4e4c89d1abc7faadf60304f822fa2a2cc361fd9c8fabaf2242e4cf7aa7a15afbd9e2dbc069725
6
+ metadata.gz: a43c19ecd0b86b11d88412ac257c1e0a7b0d69c746143a07485ef773eefcc70330d70414c97ccd2d99d1c4ee4e6b84236a12f63b4c658a7d41b7b583b695bd89
7
+ data.tar.gz: 9a79436b515b18787df5824986633d7b2d906be871ddd9cb4858cbfddc7eeb52991c6a9a6f7499ea1fd67b67123b954bacadefe1d1fedc1dba84a0501d586048
data/lib/rotor/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rotor
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
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.12
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: {}