oats 0.1.1 → 0.1.4

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.
Files changed (3) hide show
  1. data/lib/oats/version.rb +1 -1
  2. data/oats_tests/Gemfile +1 -1
  3. metadata +3 -3
@@ -1,3 +1,3 @@
1
1
  module Oats
2
- VERSION = "0.1.1 "
2
+ VERSION = "0.1.4"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  source "http://rubygems.org"
2
2
 
3
3
  # OATS Framework
4
- gem 'oats' unless defined?(OATS_GEM_IS_ALREADY_INCLUDED)
4
+ gem 'oats'
5
5
  gem 'spreadsheet' # If you want to run XL based tests
6
6
 
7
7
  #
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oats
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Levent Atasoy