phant_rb 0.2.0 → 0.3.0

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: ab778e359b2ffcd7606fd5e74adf112b0ee4a2dd
4
- data.tar.gz: 5144a0ff72ce5193d4de5b0b0317d401994421ab
3
+ metadata.gz: 9ac312879da16976a09fbca4750cdb69526f0f6a
4
+ data.tar.gz: b7fdc0fc68dddc7093619767b9201fa0ef6a5c06
5
5
  SHA512:
6
- metadata.gz: bdaa25bfecd3d2f816b9b6ec52254b49acd1e5f100f58bbd81034e417dc318d9e829a9b93ac6cbedc7c9a7f99d2ae301625ab2d92737ebcc6d03f0d97ef9a4c9
7
- data.tar.gz: 1e0359860df56f08459f1de014e5298c09f77786da895da1e26b00ff0baaaee716a80a9e661824992cdd7bfc86e82880fddffcdf56bd294cf0fc4ac639d76f13
6
+ metadata.gz: f1f78bf8724144589cd3a63bd81cb924ecebaa3b8e56fa4e4af5b88359766b1b32486109a8aad2cd68e834398029ad1e139bac49de3ebf65e7be6582a12f1592
7
+ data.tar.gz: 0718b058730bd04699f8fad9341a50b8e27e4b327d60339ffe4cb5cd0f1f42219503bae04f90fe113f7b689af6bab96681731f0060100c3e5d65f056588a378c
@@ -1,3 +1,3 @@
1
1
  module PhantRb
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
data/phant_rb.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = PhantRb::VERSION
9
9
  spec.authors = ["Girish S"]
10
10
  spec.email = ["girish.sonawane@gmail.com"]
11
- spec.summary = %q{Ruby client library for Sparkfun's Phant}
12
- spec.description = %q{Ruby client library for Sparkfun's Phant}
11
+ spec.summary = %q{Ruby client for Sparkfun's Phant https://data.sparkfun.com/}
12
+ spec.description = %q{Ruby client for Sparkfun's Phant https://data.sparkfun.com/}
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: phant_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Girish S
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Ruby client library for Sparkfun's Phant
97
+ description: Ruby client for Sparkfun's Phant https://data.sparkfun.com/
98
98
  email:
99
99
  - girish.sonawane@gmail.com
100
100
  executables: []
@@ -133,6 +133,6 @@ rubyforge_project:
133
133
  rubygems_version: 2.2.2
134
134
  signing_key:
135
135
  specification_version: 4
136
- summary: Ruby client library for Sparkfun's Phant
136
+ summary: Ruby client for Sparkfun's Phant https://data.sparkfun.com/
137
137
  test_files:
138
138
  - spec/phant_rb_spec.rb