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 +4 -4
- data/lib/phant_rb/version.rb +1 -1
- data/phant_rb.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ac312879da16976a09fbca4750cdb69526f0f6a
|
|
4
|
+
data.tar.gz: b7fdc0fc68dddc7093619767b9201fa0ef6a5c06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1f78bf8724144589cd3a63bd81cb924ecebaa3b8e56fa4e4af5b88359766b1b32486109a8aad2cd68e834398029ad1e139bac49de3ebf65e7be6582a12f1592
|
|
7
|
+
data.tar.gz: 0718b058730bd04699f8fad9341a50b8e27e4b327d60339ffe4cb5cd0f1f42219503bae04f90fe113f7b689af6bab96681731f0060100c3e5d65f056588a378c
|
data/lib/phant_rb/version.rb
CHANGED
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
|
|
12
|
-
spec.description = %q{Ruby client
|
|
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.
|
|
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
|
|
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
|
|
136
|
+
summary: Ruby client for Sparkfun's Phant https://data.sparkfun.com/
|
|
137
137
|
test_files:
|
|
138
138
|
- spec/phant_rb_spec.rb
|