agnostic_backend 0.9.0 → 0.9.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: 0a440a493f9b88844868a71e1489132fd0a10b6e
4
- data.tar.gz: fd232d6923c079f24c1990e0204ed1adf30e9a84
3
+ metadata.gz: adf6e64ff40d6984bf84ba08e14fcf459faffd46
4
+ data.tar.gz: eefee2944db74675056542c2b6a6b8e3d8ea6046
5
5
  SHA512:
6
- metadata.gz: 099b38168efcd57ef5f79709ac8268c63e021858b99dae704114c073950f2bf7d4087ff6cdca857461e0f1701cf4e8f47ce09a17da297da57cbf251ea3916b52
7
- data.tar.gz: 2f0bf677241595b6059a54ad61d97f60784700f1d77f5c1cbbbcbbfd9e901fb8988361c6edc0ac52fd07e40b9c79c530f21cb445f117b14e56b91e6eddeeae93
6
+ metadata.gz: 4fea2b3aab467cf814e51c7248d644dc4999822705a9d4f4fea019773fc47ce8c5a0d1c85ffec267740d8e60b121b523144e904a3f5b1312485dc2f6a984b353
7
+ data.tar.gz: 7ff9d05392720da4d45707a10ee956be56efdbda10b5006c6b137f322b71b5fe53f89d08ab4da946f17b3ddd89cde04d4f4010d6282ad34a9297225f1fba8116
data/.gitignore CHANGED
@@ -1 +1,5 @@
1
1
  coverage
2
+ pkg
3
+ *.gem
4
+ tags
5
+ gems.tags
data/.travis.yml CHANGED
@@ -1,6 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.1.5
3
+ - "2.1.5"
4
+ - "2.1.8"
5
+ - "2.2.4"
6
+ - "2.3.0"
4
7
  script: bundle exec rspec spec
5
8
  branches:
6
9
  only:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- agnostic_backend (0.9.0)
4
+ agnostic_backend (0.9.1)
5
5
  activesupport (>= 3.2.22)
6
6
  aws-sdk (~> 2)
7
7
 
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem
2
+ Version](https://badge.fury.io/rb/agnostic_backend.svg)](https://badge.fury.io/rb/agnostic_backend)
1
3
  [![Travis Build Status](https://travis-ci.org/e-travel/agnostic_backend.svg?branch=master)](https://travis-ci.org/e-travel/agnostic_backend)
2
4
  [![Code Climate](https://codeclimate.com/github/e-travel/agnostic_backend/badges/gpa.svg)](https://codeclimate.com/github/e-travel/agnostic_backend)
3
5
 
@@ -1,3 +1,3 @@
1
1
  module AgnosticBackend
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agnostic_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iasonas Gavriilidis
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-02-29 00:00:00.000000000 Z
13
+ date: 2016-03-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport