aba 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7db46f198fd52a43b83a85c383db00bb9c1f6c0a
4
- data.tar.gz: cfbf7860f3f136ee259c494fe88b0015c3a9d233
3
+ metadata.gz: 035b4d53937aa04c7e72ef453991925a744533eb
4
+ data.tar.gz: 3f80ba614237f025a5a269ae2f7485ad6805ac6c
5
5
  SHA512:
6
- metadata.gz: 3166c7bbe642707defa8e890f915de79813e07a264d07a77c2c5a5053fce053724a2956c3627b4d0e484ea9f52613c11cacf1a5f1f3161936ef10e9790398a7a
7
- data.tar.gz: 4cfdf45552802bcd767524524602eabcf816695b39fe1f3ade9953c2e43fdb054934adaeffa028a6dd35d546545932629d44c956bd5d469cd07b74c2841bc7e8
6
+ metadata.gz: db7069fdba989915c2abfe634991af7443d3f24cbdd1b95bd1f4001118e7f369b2f4cd0cdcf3ca8833f0801e42beeaf4cf639c18c0efc3ee47dc0010ce72de27
7
+ data.tar.gz: c9591d89dfe8f8c9177debc5791603f4ef923e2c48176887b98e4e040ed6d125ea294af654b367e61b03b487bed2d571e4118e8c4759c718f546bf6d33b5e767
@@ -0,0 +1,7 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ - 2.0.0
5
+ - 2.1.2
6
+ - 2.2.2
7
+ script: bundle exec rspec spec
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [ ![Codeship Status for krakendevelopments/aba](https://codeship.com/projects/982382f0-f22b-0132-a80d-0acc257ded9c/status?branch=master)](https://codeship.com/projects/85083)
1
+ [![Build Status](https://travis-ci.org/andrba/aba.svg?branch=master)](https://travis-ci.org/andrba/aba) [![Code Climate](https://codeclimate.com/github/andrba/aba/badges/gpa.svg)](https://codeclimate.com/github/andrba/aba)
2
2
 
3
3
  # Aba
4
4
 
@@ -1,5 +1,4 @@
1
1
  class Aba
2
- require 'pry'
3
2
  module Validations
4
3
  attr_accessor :errors
5
4
 
@@ -1,3 +1,3 @@
1
1
  class Aba
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Bazhutkin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-15 00:00:00.000000000 Z
12
+ date: 2015-06-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -77,6 +77,7 @@ extra_rdoc_files: []
77
77
  files:
78
78
  - ".gitignore"
79
79
  - ".rspec"
80
+ - ".travis.yml"
80
81
  - Gemfile
81
82
  - LICENSE
82
83
  - README.md