da_funk 0.6.2 → 0.6.3

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: ac2997ba6af6f14b7289a6130d805a7aad1ac1c4
4
- data.tar.gz: c255ca8fa25a1d0e0a1f2578d928c32e21345ff2
3
+ metadata.gz: 0d8b61d365bd82c3bb9c7c3a7008903f6b3812a7
4
+ data.tar.gz: f5687ceb98bd71957610afde0eacafc4b8ae7caf
5
5
  SHA512:
6
- metadata.gz: 6d545857ac82466a9345cf96c507c514b1a782866e372f06340e857ddb343fb3558f994d3e2e98828641ef80b700f7db3536d08e10f95c16564fcab60afc1db5
7
- data.tar.gz: 9a9fca065cacce51d07ec01b60a0f3b10e70ba7af0554426fd1a8ccc127e903feaa7e1b0b34a8e8cec2e473734c2238b37137c26ab114f209fa2601c4c082811
6
+ metadata.gz: 44bebc1031aa17fa379a9c6c0d870a5cee858e253c16433eabf70a6182f3ef627b5398af89fb9e3fa28218d5e098542f7a77bb693ced1d72dc4a09e48e27664c
7
+ data.tar.gz: 7f93930798df834c2f976f63e0bf9f072977e1cd93039e140560f23e89c5138d9b4ae3a7155e42f5295a22a1c72842a46be37799d3fac2cb2435f493f4a414ca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- da_funk (0.6.2)
4
+ da_funk (0.6.3)
5
5
  bundler (~> 1.7)
6
6
  cloudwalk_handshake (~> 0.5)
7
7
  posxml_parser (~> 0.6)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- cloudwalk_handshake (0.5.1)
14
+ cloudwalk_handshake (0.5.2)
15
15
  funky-simplehttp (0.4.3)
16
16
  posxml_parser (0.7.2)
17
17
  rake (10.5.0)
data/RELEASE_NOTES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # DaFunk
2
2
 
3
+ ### 0.6.3 - 2016-02-12 - Update cloudwalk_handshake
4
+
5
+ - Update cloudwalk_handshake to version 0.5.2.
6
+
3
7
  ### 0.6.2 - 2016-02-12 - Update da_funk binary
4
8
 
5
9
  - Update da_funk binary.
@@ -1,6 +1,6 @@
1
1
 
2
2
  class Device
3
- API_VERSION="0.6.2"
3
+ API_VERSION="0.6.3"
4
4
 
5
5
  def self.api_version
6
6
  Device::API_VERSION
data/out/da_funk.mrb CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da_funk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone