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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f807a00dcb5af7ff43aa47fc9c88645e05a1716
4
- data.tar.gz: e2790316384cceed44ba50c8ba3de1255673daab
3
+ metadata.gz: 3190f218433f6d9f6b8119c12ce8e3afd379b629
4
+ data.tar.gz: bc20eb68c6504e2fc80f075e1aa100c8f5bbddc7
5
5
  SHA512:
6
- metadata.gz: 5b646ae265f4786bcdbc7ae0dc00f0f5ff7916b612f23a74011bf56f417bd68181756827f5057e7a9c6c5725b2150b695926f90a98df58caf7af4c0b92bb26eb
7
- data.tar.gz: 2ac514db022b1a973b60f8f5a5e6ee5298cf9ff259188af55a7091f06c2490eb359437db53ad6b750b1c18fc788146aefe517a2578f7f0bd5283b95bb22c0423
6
+ metadata.gz: c85cb7c8ca5b5ddc57dd6b145b9aca8b408056550929ffdfe1c90142c5adc6f076785cbb99c36ff3ca3b43b011f06231277f6e5ccb8f3496f55be7332635694d
7
+ data.tar.gz: ed4d27a322f82874d58cc414eea72a014fd94b566d096a70b8dd447fb5e225f0f3680007de93d6c3773dc258f01629bd25f224e306f10a0a582419853187baeb
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Skebby ![Build Status](https://travis-ci.org/interconn-wisp/skebby.png?branch=master)](https://travis-ci.org/interconn-wisp/skebby) [![Dependency Status](https://gemnasium.com/interconn-wisp/skebby.png)](https://gemnasium.com/interconn-wisp/skebby) [![Code Climate](https://codeclimate.com/github/interconn-wisp/skebby.png)](https://codeclimate.com/github/interconn-wisp/skebby)
1
+ # Skebby [![Gem Version](https://badge.fury.io/rb/skebby.png)](http://badge.fury.io/rb/skebby) [![Build Status](https://travis-ci.org/interconn-wisp/skebby.png?branch=master)](https://travis-ci.org/interconn-wisp/skebby) [![Dependency Status](https://gemnasium.com/interconn-wisp/skebby.png)](https://gemnasium.com/interconn-wisp/skebby) [![Code Climate](https://codeclimate.com/github/interconn-wisp/skebby.png)](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
 
@@ -1,3 +1,3 @@
1
1
  module Skebby
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
@@ -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.1
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-16 00:00:00.000000000 Z
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: {}