oxide 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: c0e99708257ecf3c4be0cce6a17aa3b228b0fe756e5ca089db1717f654945f15
4
- data.tar.gz: b89bbf0dfeeb4f38695074b00e42877435e41b72d6af6004b92e34d2a5280df3
3
+ metadata.gz: f31886810e5786cb766e563629b60592242ea1794f262e140114b9337df125cf
4
+ data.tar.gz: 983969a021df532dce1de84e42fdd5ec8347e49180b19c539127484bbc9ef080
5
5
  SHA512:
6
- metadata.gz: c9aa7cbe83aef333fd6d145615dad78356e72643666483e23f0615266e0a4020baa8c1586dd53ce4db6914e159fe797e3cdee73224cf125d5d653ed2d611819c
7
- data.tar.gz: cd868e4d29106ad054d4bd4bfa88f0ddcfa33ad41241d45278e1eec7cee372acb6b1f85c8d51ac5614710821e9525f8c2f2b717323d9c63e8854b686b9c3defa
6
+ metadata.gz: c81bd0187bf96efc7644bc1467443869af50f83f965af1cbc65de9f1aae2e00b8d079f3d2548ee728a0f9995725e46b82647ec4799a8aea7fa75821201f7afc1
7
+ data.tar.gz: 1a2fd0a12d2d1bf13f1fbd84f60c1764ba4bb4cbb9a2b687f12b2fedf398f4b543f1c53388fc7f439070c0ba719a55e07f8ab124f19c21f34c0b76a5b5563a6c
data/.travis.yml CHANGED
@@ -3,5 +3,9 @@ sudo: false
3
3
  language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
- - 2.5.3
6
+ - 2.1
7
+ - 2.2
8
+ - 2.3
9
+ - 2.4
10
+ - 2.5
7
11
  before_install: gem install bundler -v 1.17.3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oxide (0.1.1)
4
+ oxide (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Oxide
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/oxide.svg)](https://badge.fury.io/rb/oxide)
4
+ [![Build Status](https://travis-ci.org/rdodson41/ruby-oxide.svg?branch=master)](https://travis-ci.org/rdodson41/ruby-oxide)
4
5
 
5
6
  Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/oxide`. To experiment with that code, run `bin/console` for an interactive prompt.
6
7
 
data/lib/oxide/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oxide
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard E. Dodson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-31 00:00:00.000000000 Z
11
+ date: 2019-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler