mystrom 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46b2bfe555b9d54a0835384ceed2a450a1941249
4
- data.tar.gz: 60ab602a68a9a460b9a75ef9138580dd9eb305e5
3
+ metadata.gz: a390b4df31cca2bfca2789ad735260d74d9ba14c
4
+ data.tar.gz: 28c2102a3c0dce530011151fc75aea21de055a8b
5
5
  SHA512:
6
- metadata.gz: 3f1216fb563b2b40ba063f5ee62d1e17e4a2a6af89c444664a189796837f08770977f83c693544e7b399c79fd8683afc9eb7db73dfbcbcfff679b865ba5e1f57
7
- data.tar.gz: ce6c86ed12e773d355a9624ec259deab6ca06e78f4016149c85251e71d29305f8e93f665354cd31d20aff9ab09050b7ac5b6efda14473723756d4c7e1a6a9637
6
+ metadata.gz: 129e966138e48a97e6748da64250c0a9150c4050c5f8bb0c89976577568dad80e7c39c3331d929fcb1d520cab6a40994153cec5a559215ef461ac1c07548c1f6
7
+ data.tar.gz: f1375351cbeab881d44901adec20f09357aa2c868070e1664710b986231db5d69c52ec027b2ef7469994c899077c60f9c7068aef60a674df5836b03b3ab85b7b
@@ -19,6 +19,11 @@ glance - what to expect from upgrading to a new version.
19
19
  ### Removed
20
20
 
21
21
 
22
+ ## [0.1.1] - 2016-09-14
23
+
24
+ ### Fixed
25
+
26
+ - Removes remaining usage of `Mystrom` module in favor of `MyStrom` module.
22
27
 
23
28
  ## [0.1.0] - 2016-09-13
24
29
 
@@ -28,14 +33,3 @@ glance - what to expect from upgrading to a new version.
28
33
  the current throughput, as well as to turn them on and off.
29
34
  - Support for tunneling requests via an SSH gateway.
30
35
 
31
- ### Changed
32
-
33
- ### Fixed
34
-
35
- ### Security
36
-
37
- ### Deprecated
38
-
39
- ### Removed
40
-
41
-
@@ -1,3 +1,3 @@
1
- module Mystrom
2
- VERSION = '0.1.0'
1
+ module MyStrom
2
+ VERSION = '0.1.1'
3
3
  end
@@ -5,7 +5,7 @@ require 'mystrom/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'mystrom'
8
- spec.version = Mystrom::VERSION
8
+ spec.version = MyStrom::VERSION
9
9
  spec.authors = ['Michael Senn']
10
10
  spec.email = ['michael@morrolan.ch']
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mystrom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Senn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-13 00:00:00.000000000 Z
11
+ date: 2016-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake