fiksu-af 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/fiksu-af/version.rb +1 -1
  2. metadata +1 -2
  3. data/.travis.yml +0 -14
@@ -1,4 +1,4 @@
1
1
  module Af
2
2
  # the current version of this gem
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiksu-af
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -151,7 +151,6 @@ extra_rdoc_files: []
151
151
  files:
152
152
  - .gitignore
153
153
  - .rspec
154
- - .travis.yml
155
154
  - Gemfile
156
155
  - LICENSE
157
156
  - README.md
data/.travis.yml DELETED
@@ -1,14 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 1.9.3
4
- bundler_args: --without staging development deploy
5
- before_install:
6
- before_script: cp spec/dummy/config/database-sample.yml spec/dummy/config/database.yml; cd spec/dummy; bundle exec rake db:create;
7
- script: rspec spec
8
- branches:
9
- only:
10
- - master
11
- notifications:
12
- hipchat: 5d580c1746812c946d9cb0b58f7a66@FMA
13
- email:
14
- - dev-fma@fiksu.com