cloudwalk_handshake 0.4.3 → 0.4.4
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/Gemfile.lock +1 -1
- data/RELEASE_NOTES.md +10 -5
- data/Rakefile +1 -1
- data/lib/version.rb +1 -1
- data/out/cloudwalk_handshake/main.mrb +0 -0
- 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: 66cbba2045b2d9ef9e7943663a002f217ff3fcae
|
4
|
+
data.tar.gz: 7f7d17eec520d4047b7b64b1e7b69af6eeeefd2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c46790b342d94ef68b2fd29389436ba9fd79caa1a317033c2ac7867b69ddc236ebb286a970c78789ce5cdc007ccf71080fdf919923ed82f358296822fd26a808
|
7
|
+
data.tar.gz: ebd105569e230d662900a61022e4b34ea1227eb3196641e4934508c1c204393d65800d9476f34765a0f5ba74a98bdb33048c2c5f9c7c504157c676c35ca9e0ce
|
data/Gemfile.lock
CHANGED
data/RELEASE_NOTES.md
CHANGED
@@ -1,20 +1,25 @@
|
|
1
1
|
# CloudWalk Handshake
|
2
2
|
|
3
|
-
### 0.4.
|
3
|
+
### 0.4.4 - 2015-10-30 - Bug fixes
|
4
|
+
|
5
|
+
- Bug fix, persist local timezone hour, instead of utc.
|
6
|
+
- Fix error checking returned company name from switch. Supporting a lot of errors deriving from “err”, example “errhs” and “errsr”.
|
7
|
+
|
8
|
+
### 0.4.3 - 2015-09-29 - Update da_funk version
|
4
9
|
|
5
10
|
- Update DaFunk to version 0.4.12.
|
6
11
|
|
7
|
-
### 0.4.2 -
|
12
|
+
### 0.4.2 - 2015-09-29 - License
|
8
13
|
|
9
14
|
- Change lincense.
|
10
15
|
- Add support to generate gem file to upload to rubygems.org.
|
11
16
|
|
12
|
-
### 0.4.1 -
|
17
|
+
### 0.4.1 - 2015-08-05 - Fix non ssl socket use
|
13
18
|
|
14
19
|
- Fix non ssl socket use
|
15
20
|
|
16
|
-
### 0.4.0 -
|
21
|
+
### 0.4.0 - 2015-08-04 - Update Dafunk Version
|
17
22
|
|
18
23
|
- Update DaFunk version to 0.4.9.
|
19
24
|
|
20
|
-
### 0.3.0 -
|
25
|
+
### 0.3.0 - 2015-08-04 - First stable Version
|
data/Rakefile
CHANGED
data/lib/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudwalk_handshake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thiago Scalone
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|