skebby 0.0.1 → 0.0.2
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/README.md +2 -2
- data/lib/skebby/version.rb +1 -1
- data/skebby.gemspec +1 -1
- 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: 3190f218433f6d9f6b8119c12ce8e3afd379b629
|
|
4
|
+
data.tar.gz: bc20eb68c6504e2fc80f075e1aa100c8f5bbddc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c85cb7c8ca5b5ddc57dd6b145b9aca8b408056550929ffdfe1c90142c5adc6f076785cbb99c36ff3ca3b43b011f06231277f6e5ccb8f3496f55be7332635694d
|
|
7
|
+
data.tar.gz: ed4d27a322f82874d58cc414eea72a014fd94b566d096a70b8dd447fb5e225f0f3680007de93d6c3773dc258f01629bd25f224e306f10a0a582419853187baeb
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Skebby ](https://travis-ci.org/interconn-wisp/skebby) [](https://gemnasium.com/interconn-wisp/skebby) [](https://codeclimate.com/github/interconn-wisp/skebby)
|
|
1
|
+
# Skebby [](http://badge.fury.io/rb/skebby) [](https://travis-ci.org/interconn-wisp/skebby) [](https://gemnasium.com/interconn-wisp/skebby) [](https://codeclimate.com/github/interconn-wisp/skebby)
|
|
2
2
|
|
|
3
|
-
This is a Ruby gem providing a wrapper around [Skebby](http://www.skebby.it/) RESTful API.
|
|
3
|
+
This is a Ruby gem providing a wrapper around [Skebby](http://www.skebby.it/)'s RESTful API.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
data/lib/skebby/version.rb
CHANGED
data/skebby.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["desa.alessandro@gmail.com"]
|
|
11
11
|
spec.summary = %q{A Ruby client for the Skebby SMS API.}
|
|
12
12
|
spec.description = %q{A Ruby client for the Skebby SMS API.}
|
|
13
|
-
spec.homepage = "https://github.com/interconn/skebby"
|
|
13
|
+
spec.homepage = "https://github.com/interconn-wisp/skebby"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: skebby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alessandro Desantis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -129,7 +129,7 @@ files:
|
|
|
129
129
|
- spec/fixtures/dish_cassettes/player.yml
|
|
130
130
|
- spec/skebby/client_spec.rb
|
|
131
131
|
- spec/spec_helper.rb
|
|
132
|
-
homepage: https://github.com/interconn/skebby
|
|
132
|
+
homepage: https://github.com/interconn-wisp/skebby
|
|
133
133
|
licenses:
|
|
134
134
|
- MIT
|
|
135
135
|
metadata: {}
|