Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converge closer to master #2

Open
wants to merge 185 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
185 commits
Select commit Hold shift + click to select a range
4afece5
Fix YAML test failure
agraves May 17, 2013
c26a416
Remove non-existent RakeFile from gemspec
agraves May 17, 2013
c519382
Merge pull request #71 from agraves/fix_yaml_failure
olbrich May 17, 2013
5a9ee8c
Merge pull request #72 from agraves/fix_gemspec
olbrich May 17, 2013
52d9e05
Support passing Time objects to Time.at
agraves May 17, 2013
3fd1f34
Merge pull request #70 from agraves/fix_time_at
olbrich Jun 12, 2013
633e434
Version bump to 1.4.3
Jun 12, 2013
26b9e3e
update changelog and bump version
Jun 12, 2013
23824cb
Regenerate gemspec for version 1.4.3
Jun 12, 2013
12b6139
Regenerate gemspec for version 1.4.3
Jun 12, 2013
2cbdd37
add RubyUnits namespace to Unit
Jul 6, 2013
5aacc00
Don't load 'Unit()' helper if only loading namespaced code. Add trav…
Jul 6, 2013
f89f5b4
Version bump to 1.4.4
Jul 6, 2013
031eb8e
update readme with information about namespaced classes and how to us…
Jul 6, 2013
26eb120
add another caveat about the Unit helper
Jul 6, 2013
64c70ed
Merge pull request #76 from olbrich/namespace
olbrich Jul 17, 2013
c5c4336
fix kind for conductance, fixes #75
Jul 17, 2013
9bbe85d
first crack at a best prefix algorithm. Works for information and ot…
Jul 17, 2013
29c9466
simple implementation of natural unit. Preserves original unit
Jul 17, 2013
088eb28
add specs and tweak #best_prefix method
Jul 18, 2013
a8fdac5
Merge pull request #77 from olbrich/4_best_scaled
olbrich Jul 19, 2013
9ad14a5
add specs
Jul 19, 2013
1f90ce5
update documentation
Jul 19, 2013
f8e886f
allow creation of units without spaces in them. Fixes #68, #16, #36
Jul 19, 2013
4b4d98c
update changelog
Jul 19, 2013
ecc231a
Regenerate gemspec for version 1.4.4
Jul 19, 2013
c9f2aea
Allow for Float and milliseconds with Time#at
plantoeat Aug 13, 2013
e057290
Return base unit from #best_prefix if scalar is 0
badgerious Sep 1, 2013
6bbfcf6
Merge pull request #81 from badgerious/best_prefix_with_0_scalar
olbrich Sep 3, 2013
260a2a0
Fix negative units without spaces
Sep 12, 2013
21d5e22
Merge pull request #82 from gentooboontoo/fix-negative-no-space
olbrich Sep 20, 2013
ef8acd9
Fixed point and pica definitions
Nov 22, 2013
10370ae
Update Namespaced Required Examples
mutewinter Nov 25, 2013
a244e6b
Swapped pica and point into correct init order
Nov 26, 2013
4125fe4
Merge pull request #85 from rage-shadowman/issue-84-fix
olbrich Nov 26, 2013
5665da5
Replace deprecated #stub! -> #stub
JoeStanton Nov 26, 2013
3611d62
Test for zero? before using to fix Unit <=> string comparisons
JoeStanton Nov 27, 2013
dc7a08d
Fix for the wrong x,y order, not picked up by tests as there was no
JoeStanton Nov 27, 2013
2253ccd
Merge pull request #88 from JoeStanton/deprecations
olbrich Nov 27, 2013
1b8c6d8
Merge pull request #89 from JoeStanton/string-coercion
olbrich Nov 27, 2013
e435208
Merge pull request #86 from mutewinter/patch-1
olbrich Nov 27, 2013
1b6bbcb
Merge remote-tracking branch 'origin/master' into plantoeat-patch-1
Nov 27, 2013
25fd10b
allow passing optional ms parameter to Time.at. Fixes #79 and #80
Nov 27, 2013
bc0f621
Merge branch 'master' of github.com:olbrich/ruby-units
Nov 27, 2013
d5ed423
make some exception messages more consistent and provide more informa…
Nov 27, 2013
816d284
Fixed round/ceil/floor for units with >2 factors.
eostrom Dec 28, 2013
99c7b38
Added plural aliases to short-ton unit.
eostrom Dec 29, 2013
faf813d
Merge pull request #93 from eostrom/add-tons-alias
olbrich Dec 30, 2013
da94549
Merge pull request #92 from eostrom/round-complex-units
olbrich Jan 1, 2014
3dbde9f
add pry
Jan 1, 2014
69117b3
add better parsing for rationals. Now allows for rationals to be exp…
Jan 1, 2014
989e439
Merge pull request #94 from olbrich/83-bug-mixed-fractions
olbrich Jan 1, 2014
ef0e05f
allow for fractions formatted like -6-1/2
Jan 2, 2014
ee2d561
add 2.1.0 to travis configs so we can test against it too
Jan 12, 2014
d973e0f
exclude some jdk's so we don't run the tests against mri ruby multipl…
Jan 12, 2014
07680c3
catch cases where units defined with multiple prefixes actually parse…
Jan 28, 2014
f983da7
add definitions for 'mc' as a prefix alias for 'micro', useful since …
Jan 28, 2014
ba5c3be
Fix search and replace error that botched enzyme activity units, also…
Jan 28, 2014
e1b9941
Update README.md
olbrich Feb 4, 2014
6aa1525
Merge pull request #98 from olbrich/add-mcg
olbrich Feb 21, 2014
c7b67f2
Version bump to 1.5.0
olbrich Feb 21, 2014
5014021
Version bump to 1.5.1
olbrich Feb 21, 2014
b3cce80
adjust changelog and release version
olbrich Feb 21, 2014
1252f22
update gemspec
olbrich Feb 21, 2014
89d5c78
Correct exi prefix to exbi and yebi prefix to yobi (http://en.wikiped…
deployable May 28, 2014
d90de36
Merge pull request #99 from deployable/master
olbrich May 29, 2014
ddeb636
Adding Support for Board Feet.
rposborne May 29, 2014
0b96e43
Adding abbreviations and description of unit
rposborne Jun 18, 2014
63a14fb
Merge pull request #101 from burningpony/master
olbrich Jun 19, 2014
186fd4f
Load RubyUnits::Unit instead of Date::Unit when overriding
Jan 22, 2015
a777aee
Merge pull request #115 from saki7/fix-date-overriding
olbrich Jan 27, 2015
f1d988d
Fix 'amu' definition
gentooboontoo Feb 17, 2015
3b3c9eb
use transpec to convert from spec 2 style to rspec 3 style
olbrich May 9, 2015
4333e5d
remove rspec restriction
olbrich May 9, 2015
67e856a
remove autotest
olbrich May 9, 2015
b5101b5
changelog & whitespace in rakefile
olbrich May 9, 2015
56451f0
travis config
olbrich May 9, 2015
6a379a2
Separate leading decimal number from denominator
dlanphear9 Jul 10, 2015
7cd5a5f
Merge branch 'rspec-3'
olbrich Jul 13, 2015
afbbe2d
use transpec to convert from spec 2 style to rspec 3 style
olbrich May 9, 2015
6f70dc6
remove rspec restriction
olbrich May 9, 2015
b383094
remove autotest
olbrich May 9, 2015
8343c28
changelog & whitespace in rakefile
olbrich May 9, 2015
271d91a
travis config
olbrich May 9, 2015
5f9c300
add ‘pry-byebug’ for debugging
olbrich Jul 13, 2015
5d5ec64
don’t cache units formatted like ’12mg/6ml’
olbrich Jul 13, 2015
717d1ab
actually use the denominator specified in units like ’12mg/6ml’
olbrich Jul 13, 2015
b37a9a6
redo specs to be rspec 3 compliant
olbrich Jul 13, 2015
cd91145
allow filtering of tests
olbrich Jul 13, 2015
6c33706
update changelog
olbrich Jul 16, 2015
47f1645
Merge branch 'dlanphear9-number_unit_denominator_parsing'
olbrich Jul 16, 2015
ab9f4ef
restrict pry-byebug to ruby 2.0
olbrich Jul 16, 2015
2818291
update .travis.yml so it will use containers
olbrich Jul 17, 2015
8c56568
fix broken spec
olbrich Jul 17, 2015
c5d9ca1
Include greek µ as an alias for micro.
christiannelson Oct 13, 2015
acdfea8
Reformat code.
christiannelson Oct 13, 2015
5a118ec
Convert specs to RSpec 3.3.2 syntax with Transpec
christiannelson Oct 14, 2015
b1df59e
Merge pull request #133 from team-eden/rspec3
olbrich Nov 8, 2015
36c6852
Merge pull request #119 from gentooboontoo/fix-amu-definition
olbrich Nov 8, 2015
f4c3e56
get rid of symlink
olbrich Nov 8, 2015
fa15cfd
remove code used to support ruby < 2.0
olbrich Nov 8, 2015
5e4cc03
add ruby-version file
olbrich Nov 8, 2015
2ff4e25
Version bump to 2.0.0
olbrich Nov 8, 2015
ffb6dfa
kill off symlink
olbrich Nov 8, 2015
c1406d3
housekeeping
olbrich Nov 8, 2015
299ba0a
get rid of 'unit' and 'u' methods on String and Date
olbrich Nov 8, 2015
82cf4d7
Don't load bye bug unless on MRI because Jruby will complain about in…
olbrich Nov 8, 2015
71833cb
remove the Unit('1 mm'), and U('1 mm') style of instantiation
olbrich Nov 8, 2015
9a2b3c5
Remove support for Uncertain numerics
olbrich Nov 8, 2015
b42eef5
remove TODO file, ignore Guardfile from gem
olbrich Nov 8, 2015
4cc33b1
Remove support for ruby 1.9.3. Clean up some deprecated methods.
olbrich Nov 8, 2015
6d95b5d
Merge pull request #132 from team-eden/µ-is-micro
olbrich Nov 8, 2015
7606db4
address some parsing issues for feet and lbs.. fixes #123
olbrich Nov 9, 2015
9233c44
Fix issue #123: fixes for singular unit parsing
olbrich Nov 9, 2015
a709568
Regenerate gemspec for version 2.0.0
olbrich Nov 9, 2015
658739b
Add encoding to prefix definitions
trappist May 29, 2016
04e636e
Merge pull request #137 from trappist/master
olbrich Jul 27, 2016
5d45739
add ruby 2.3.1 to travis, tell travis to skip installing development …
olbrich Jul 27, 2016
5d086d3
tweak travis ruby versions
olbrich Jul 28, 2016
604c4e0
bump ruby-version
olbrich Jul 28, 2016
4534b2c
Version bump to 2.0.1
olbrich Jul 28, 2016
3197371
tweak .gitignore & .rubocop.yml
olbrich Jul 28, 2016
d58f77c
Regenerate gemspec for version 2.0.1
olbrich Jul 28, 2016
b61f273
Update travis config to include ruby 2.3.3, 2.2.6, and 2.1.10. Other…
olbrich Nov 25, 2016
9841772
Feature/fix issue 126 (#140)
Nov 25, 2016
e5c6768
Baublet: stone units (#142)
olbrich Nov 25, 2016
0c68b58
update code climate configurations
olbrich Nov 25, 2016
7c893dd
rubocop/codeclimate configs and fixes
olbrich Nov 26, 2016
ecf8b90
fix Guardfile
olbrich Nov 27, 2016
d5576e8
formatting changes
olbrich Nov 27, 2016
3df23b9
refactor units... call signature changed.
olbrich Nov 27, 2016
4d50e72
more cleanup
olbrich Nov 28, 2016
a3e849c
formatting
olbrich Nov 28, 2016
c25868a
add terminal notifier
olbrich Nov 28, 2016
925d46e
formatting
olbrich Nov 28, 2016
234db82
Throw an error if the Unit definition isn't found (#147)
kshahkshah Dec 1, 2016
8c4821a
Ruby 2.4.0 (#148)
olbrich Dec 30, 2016
baf96b9
add comments about .units and .scalar (fixes #120)
olbrich Dec 30, 2016
6ecf4ea
redefine 'grad' to 'gon' (fixes #105)
olbrich Dec 30, 2016
a04590c
Allow configuration of optional separator on output. (#149)
olbrich Dec 30, 2016
2e0cced
Remove 'kind_of' method. It was inconsistent and caused some strange…
olbrich Dec 30, 2016
86bb9c3
Version bump to 2.1.0
olbrich Dec 30, 2016
5e72f3b
update gemspec
olbrich Dec 30, 2016
ae67e49
ignore specs for code climate analysis
olbrich Dec 31, 2016
a3620e0
Update supported ruby versions. Ruby 2.1 has been dropped.
olbrich Apr 25, 2017
9de5951
Remove mathn (#157)
olbrich Aug 7, 2017
a443a61
Update README.md
olbrich Aug 7, 2017
982116f
Version bump to 2.2.0
olbrich Aug 7, 2017
e02391b
Regenerate gemspec for version 2.2.0
olbrich Aug 7, 2017
ae87805
update changelog
olbrich Aug 7, 2017
73a9893
Maintenance (#160)
olbrich Oct 1, 2017
cb308c1
fixes #159: rational scalars should display as integers when they are…
olbrich Nov 1, 2017
8a4256f
rubocop cleanup
olbrich Dec 7, 2017
b97de1c
update travis configs to report code coverage
olbrich Dec 7, 2017
911b3f1
Maintenance (#162)
olbrich Dec 7, 2017
fc358aa
update changelog
olbrich Dec 7, 2017
21234f5
Version bump to 2.2.1
olbrich Dec 7, 2017
3db8ab4
Regenerate gemspec for version 2.2.1
olbrich Dec 7, 2017
a4c370b
Update ruby versions (#163)
olbrich Dec 27, 2017
858097f
fix: temperature converting rational issue (#164)
mengqing Feb 7, 2018
3331de1
Fix add (+) and subtract (-) for BigDecimal scalars. (#167)
olbrich Mar 6, 2018
61f0039
Version bump to 2.3.0
olbrich Mar 6, 2018
2b3c927
Update changelog
olbrich Mar 6, 2018
413165d
Regenerate gemspec for version 2.3.0
olbrich Mar 6, 2018
2e24efb
Add license scan report and status
fossabot Mar 22, 2018
8c3b1fb
Ruby version support (#169)
olbrich Jul 6, 2018
1f44b20
Fix unitless addition and subtraction (#175)
olbrich Sep 26, 2018
8067fdd
Version bump to 2.3.1
olbrich Sep 26, 2018
31c4407
Regenerate gemspec for version 2.3.1
olbrich Sep 26, 2018
be5063a
Add ruby 2.6 to travis matrix (#176)
jarydkrish Dec 30, 2018
87ee37e
Merge branch 'master' into master
olbrich Mar 2, 2019
a7f4845
Update travis build (#177)
olbrich Mar 2, 2019
b77b3ba
Merge branch 'master' into master
olbrich Mar 2, 2019
e5901da
Restructure gem and gemspec to eliminate need for jeweler
olbrich Mar 3, 2019
9ec2626
don't checkin lock file
olbrich Mar 3, 2019
230dbf9
delete some temp files
olbrich Mar 3, 2019
b22118f
cleanup more files
olbrich Mar 3, 2019
075b249
style changes
olbrich Mar 3, 2019
75473fe
Remove jeweler (#179)
olbrich Mar 3, 2019
0d57a5b
Merge branch 'master' into master
olbrich Mar 3, 2019
6224400
Merge pull request #168 from fossabot/master
olbrich Mar 3, 2019
3b606d8
Update rubocop requirement from ~> 0.63.0 to ~> 0.77.0
dependabot-preview[bot] Nov 28, 2019
6cbbb7d
Update rubocop requirement from ~> 0.63.0 to ~> 0.77.0 (#202)
olbrich Dec 11, 2019
30d180b
Add support for <unit> per N <unit>
stwr667 Nov 30, 2020
a2681f3
Local dev changes to get ruby-units working locally
stwr667 Nov 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .autotest

This file was deleted.

25 changes: 25 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
engines:
bundler-audit:
enabled: false
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- ruby
eslint:
enabled: false
fixme:
enabled: true
rubocop:
enabled: true
channel: rubocop-0-63
ratings:
paths:
- "**.rb"
exclude_paths:
- ruby-units.gemspec
- bin/
- spec/
2 changes: 2 additions & 0 deletions .csslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--exclude-exts=.min.css
--ignore=adjoining-classes,box-model,ids,order-alphabetical,unqualified-attributes
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*{.,-}min.js
213 changes: 213 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
ecmaFeatures:
modules: true
jsx: true

env:
amd: true
browser: true
es6: true
jquery: true
node: true

# http://eslint.org/docs/rules/
rules:
# Possible Errors
comma-dangle: [2, never]
no-cond-assign: 2
no-console: 0
no-constant-condition: 2
no-control-regex: 2
no-debugger: 2
no-dupe-args: 2
no-dupe-keys: 2
no-duplicate-case: 2
no-empty: 2
no-empty-character-class: 2
no-ex-assign: 2
no-extra-boolean-cast: 2
no-extra-parens: 0
no-extra-semi: 2
no-func-assign: 2
no-inner-declarations: [2, functions]
no-invalid-regexp: 2
no-irregular-whitespace: 2
no-negated-in-lhs: 2
no-obj-calls: 2
no-regex-spaces: 2
no-sparse-arrays: 2
no-unexpected-multiline: 2
no-unreachable: 2
use-isnan: 2
valid-jsdoc: 0
valid-typeof: 2

# Best Practices
accessor-pairs: 2
block-scoped-var: 0
complexity: [2, 6]
consistent-return: 0
curly: 0
default-case: 0
dot-location: 0
dot-notation: 0
eqeqeq: 2
guard-for-in: 2
no-alert: 2
no-caller: 2
no-case-declarations: 2
no-div-regex: 2
no-else-return: 0
no-empty-label: 2
no-empty-pattern: 2
no-eq-null: 2
no-eval: 2
no-extend-native: 2
no-extra-bind: 2
no-fallthrough: 2
no-floating-decimal: 0
no-implicit-coercion: 0
no-implied-eval: 2
no-invalid-this: 0
no-iterator: 2
no-labels: 0
no-lone-blocks: 2
no-loop-func: 2
no-magic-number: 0
no-multi-spaces: 0
no-multi-str: 0
no-native-reassign: 2
no-new-func: 2
no-new-wrappers: 2
no-new: 2
no-octal-escape: 2
no-octal: 2
no-proto: 2
no-redeclare: 2
no-return-assign: 2
no-script-url: 2
no-self-compare: 2
no-sequences: 0
no-throw-literal: 0
no-unused-expressions: 2
no-useless-call: 2
no-useless-concat: 2
no-void: 2
no-warning-comments: 0
no-with: 2
radix: 2
vars-on-top: 0
wrap-iife: 2
yoda: 0

# Strict
strict: 0

# Variables
init-declarations: 0
no-catch-shadow: 2
no-delete-var: 2
no-label-var: 2
no-shadow-restricted-names: 2
no-shadow: 0
no-undef-init: 2
no-undef: 0
no-undefined: 0
no-unused-vars: 0
no-use-before-define: 0

# Node.js and CommonJS
callback-return: 2
global-require: 2
handle-callback-err: 2
no-mixed-requires: 0
no-new-require: 0
no-path-concat: 2
no-process-exit: 2
no-restricted-modules: 0
no-sync: 0

# Stylistic Issues
array-bracket-spacing: 0
block-spacing: 0
brace-style: 0
camelcase: 0
comma-spacing: 0
comma-style: 0
computed-property-spacing: 0
consistent-this: 0
eol-last: 0
func-names: 0
func-style: 0
id-length: 0
id-match: 0
indent: 0
jsx-quotes: 0
key-spacing: 0
linebreak-style: 0
lines-around-comment: 0
max-depth: 0
max-len: 0
max-nested-callbacks: 0
max-params: 0
max-statements: [2, 30]
new-cap: 0
new-parens: 0
newline-after-var: 0
no-array-constructor: 0
no-bitwise: 0
no-continue: 0
no-inline-comments: 0
no-lonely-if: 0
no-mixed-spaces-and-tabs: 0
no-multiple-empty-lines: 0
no-negated-condition: 0
no-nested-ternary: 0
no-new-object: 0
no-plusplus: 0
no-restricted-syntax: 0
no-spaced-func: 0
no-ternary: 0
no-trailing-spaces: 0
no-underscore-dangle: 0
no-unneeded-ternary: 0
object-curly-spacing: 0
one-var: 0
operator-assignment: 0
operator-linebreak: 0
padded-blocks: 0
quote-props: 0
quotes: 0
require-jsdoc: 0
semi-spacing: 0
semi: 0
sort-vars: 0
space-after-keywords: 0
space-before-blocks: 0
space-before-function-paren: 0
space-before-keywords: 0
space-in-parens: 0
space-infix-ops: 0
space-return-throw-case: 0
space-unary-ops: 0
spaced-comment: 0
wrap-regex: 0

# ECMAScript 6
arrow-body-style: 0
arrow-parens: 0
arrow-spacing: 0
constructor-super: 0
generator-star-spacing: 0
no-arrow-condition: 0
no-class-assign: 0
no-const-assign: 0
no-dupe-class-members: 0
no-this-before-super: 0
no-var: 0
object-shorthand: 0
prefer-arrow-callback: 0
prefer-const: 0
prefer-reflect: 0
prefer-spread: 0
prefer-template: 0
require-yield: 0
23 changes: 14 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
pkg
.yardoc
coverage
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
/bin/
# rspec failure tracking
.rspec_status
.byebug_history

# don't check in Gemfile.lock for a gem
Gemfile.lock
*.rbc
.rspec
.rvmrc
.rbx
.idea
doc
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--color
--require spec_helper
20 changes: 20 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
AllCops:
TargetRubyVersion: 2.3
Exclude:
- ruby-units.gemspec
- bin/*
Style/CaseEquality:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Metrics/LineLength:
Enabled: false
Style/SingleLineBlockParams:
Enabled: false
Naming/FileName:
Exclude:
- 'lib/ruby-units.rb'
Style/FormatString:
Enabled: false
Style/DateTime:
Enabled: false
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3.8
33 changes: 24 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
sudo: false
language: ruby
cache: bundler
dist: xenial
rvm:
- 1.9.3
- jruby-19mode # JRuby in 1.9 mode
jdk:
- openjdk6
- openjdk7
- 2.6
- 2.5
- 2.4
- 2.3
- jruby-9.1
- jruby-9.2
- jruby-head
- ruby-head
before_install:
- gem update --system
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script: bundle exec rake
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
bundler_args: --without development
matrix:
exclude:
- rvm: 1.9.3
jdk: openjdk7
script: bundle exec rake --trace
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
Loading