analogbridge 0.1.0 → 0.1.1

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: f3dec0069087a7e2e4599a3c14b98be286e67de8
4
- data.tar.gz: 5f6c9dfb747b46d48b2cdc652eff2f0f25464366
3
+ metadata.gz: 6420c689e69d357082a1d2de81ce2bf46f5d4124
4
+ data.tar.gz: a1742055707cfb064ee7ed5166226996036c206e
5
5
  SHA512:
6
- metadata.gz: c865ca02c6fb1378b8cca90da40c79d1a944cf48ca61ac6496af659e9196ccdd35b17737f3b992b04090bc2da1316a92f22eb95beb3dd8afbf6387bb6d0990ff
7
- data.tar.gz: 75552f9252d2b27f3b05837b77e75b43ced91aef78fa6af6e75ad5bf8bae98ff51dfd3f99d1e84504257a00d642b510518506d41fdb5049d8acf11d935a25354
6
+ metadata.gz: f8bb1b8094ffbcc84aceb72bece51abb0fb6ba1ca33c5f097f594e1c5970795c63560ecd74c369b14093d1c381cbe4e4b5d259fc2ca2b920e9fe3391ccd057ae
7
+ data.tar.gz: 4cad86dcfe4d564d91334afd5a7b3bb3d00907da58b7fbcc9af3458184cd00da202ed288df6d3cd9bac3dddc8092619e298c32c729d905deb85da579cbfa087b
data/.travis.yml CHANGED
@@ -2,4 +2,6 @@ sudo: false
2
2
  language: ruby
3
3
  rvm:
4
4
  - 2.3.1
5
+ - 2.2.0
6
+ - 2.1.9
5
7
  before_install: gem install bundler -v 1.13.6
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  Status](https://travis-ci.org/analogbridge/analog-bridge-ruby.svg?branch=master)](https://travis-ci.org/analogbridge/analog-bridge-ruby)
5
5
  [![Code
6
6
  Climate](https://codeclimate.com/github/analogbridge/analog-bridge-ruby/badges/gpa.svg)](https://codeclimate.com/github/analogbridge/analog-bridge-ruby)
7
+ [![Gem
8
+ Version](https://badge.fury.io/rb/analogbridge.svg)](https://badge.fury.io/rb/analogbridge)
7
9
 
8
10
  Analog Bridge is comprised of a JavaScript client and REST API which enables
9
11
  your users to import analog media directly into your app or website.
@@ -13,7 +15,7 @@ your users to import analog media directly into your app or website.
13
15
  Add this line to your application's Gemfile:
14
16
 
15
17
  ```ruby
16
- gem "analogbridge", github: "analogbridge/analog-bridge-ruby"
18
+ gem "analogbridge"
17
19
  ```
18
20
 
19
21
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module AnalogBridge
2
- VERSION = "0.1.0".freeze
2
+ VERSION = "0.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: analogbridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Gekhter