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 +4 -4
- data/CHANGELOG.md +5 -11
- data/lib/mystrom/version.rb +2 -2
- data/mystrom.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: a390b4df31cca2bfca2789ad735260d74d9ba14c
|
4
|
+
data.tar.gz: 28c2102a3c0dce530011151fc75aea21de055a8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 129e966138e48a97e6748da64250c0a9150c4050c5f8bb0c89976577568dad80e7c39c3331d929fcb1d520cab6a40994153cec5a559215ef461ac1c07548c1f6
|
7
|
+
data.tar.gz: f1375351cbeab881d44901adec20f09357aa2c868070e1664710b986231db5d69c52ec027b2ef7469994c899077c60f9c7068aef60a674df5836b03b3ab85b7b
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
|
data/lib/mystrom/version.rb
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
module
|
2
|
-
VERSION = '0.1.
|
1
|
+
module MyStrom
|
2
|
+
VERSION = '0.1.1'
|
3
3
|
end
|
data/mystrom.gemspec
CHANGED
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.
|
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-
|
11
|
+
date: 2016-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|