paho-rails 0.0.2 → 0.0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43329289f6f5e78b59ef254f5b7e3f3ef0f5c8a8
4
- data.tar.gz: 5f0a4208fab65957b8acc64ff3d4152143b09c37
3
+ metadata.gz: e709120d4428830f1defc8c6642e492b34f378d9
4
+ data.tar.gz: cee25ce0c7e484a444361c73787af490e7fd57df
5
5
  SHA512:
6
- metadata.gz: 9efd7ad480f42062a8ff0a189c8205b0faac8685c71b2d2e1b9a3c8cbf6f8d241c0e7011c9be1a7860a02a6c61647508362f4020738c5772b27f969ed50b269d
7
- data.tar.gz: bf297e5360f27ed4ec51b606e3f8dcff33add9682c318755bef9c8a3c2a8833ca067ac9362145385211206eb36a3a276f9a6582be90a3966d4d5f78df20e3827
6
+ metadata.gz: 1e17b5095da2c3b58daa2659a4181de06d74c4830801d4e1926628158bcb9683f577a269c526b11da310d6c179a02271119379aaf324d1d35c652fb23e7a9557
7
+ data.tar.gz: 00c8447545cd7455f7bd079897f833e42e995b0e66a01c4a6881e9f83faec82202b7ac8748c2afed50d5092afba88f2981c522a7ddaecbb4fa31a54a68e7377a
@@ -1,5 +1,5 @@
1
1
  module Paho
2
2
  module Rails
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.2.1"
4
4
  end
5
5
  end
data/paho-rails.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Jose Piccioni"]
10
10
  spec.email = ["josepiccioni@gmail.com"]
11
11
  spec.summary = %q{This gem adds paho to rails}
12
- spec.description = %q{This is a simple asset gem to add Paho library to rails.\n Paho is a javascript library to hanle MQTT, a light-weight publish/subscribe messaging protocol.}
12
+ spec.description = %q{This is a simple asset gem to add Paho library to rails. Paho is a javascript library to hanle MQTT, a light-weight publish/subscribe messaging protocol.}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paho-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Piccioni
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.1'
55
- description: This is a simple asset gem to add Paho library to rails.\n Paho is a
56
- javascript library to hanle MQTT, a light-weight publish/subscribe messaging protocol.
55
+ description: This is a simple asset gem to add Paho library to rails. Paho is a javascript
56
+ library to hanle MQTT, a light-weight publish/subscribe messaging protocol.
57
57
  email:
58
58
  - josepiccioni@gmail.com
59
59
  executables: []