Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #173 from a-barbieri/master
Browse files Browse the repository at this point in the history
v0.1.7
  • Loading branch information
a-barbieri authored Mar 7, 2018
2 parents da5cbe1 + 18a687b commit 1dea865
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: ruby
env:
CODECLIMATE_REPO_TOKEN: a8789f8ca71f52cc879c1fa313d94547c9a0ddbd207977fe997f686a71e0c400
CC_TEST_REPORTER_ID: a8789f8ca71f52cc879c1fa313d94547c9a0ddbd207977fe997f686a71e0c400
global:
- CODECLIMATE_REPO_TOKEN=a8789f8ca71f52cc879c1fa313d94547c9a0ddbd207977fe997f686a71e0c400
- CC_TEST_REPORTER_ID=a8789f8ca71f52cc879c1fa313d94547c9a0ddbd207977fe997f686a71e0c400
rvm:
- 2.3.4
addons:
Expand Down Expand Up @@ -30,4 +31,4 @@ script:
- bin/rails db:migrate RAILS_ENV=test
- bundle exec rspec
after_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
binda (0.1.7.alpha.3)
binda (0.1.7)
aasm (>= 4.11, < 4.13)
ancestry (>= 2.1, < 3.1)
bourbon (= 4.3.4)
Expand Down Expand Up @@ -100,11 +100,11 @@ GEM
railties (>= 4.1.0, < 5.2)
responders
warden (~> 1.2.3)
devise-i18n (1.6.0)
devise-i18n (1.6.1)
devise (>= 4.4)
diff-lcs (1.3)
docile (1.1.5)
erubi (1.7.0)
erubi (1.7.1)
ethon (0.11.0)
ffi (>= 1.3.0)
execjs (2.7.0)
Expand All @@ -117,7 +117,7 @@ GEM
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
ffi (1.9.21)
ffi (1.9.23)
friendly_id (5.2.3)
activerecord (>= 4.0.0)
generator_spec (0.9.4)
Expand All @@ -130,7 +130,7 @@ GEM
multi_json (~> 1.0)
net-http-persistent (~> 2.9)
net-http-pipeline
github-markup (1.7.0)
github-markup (2.0.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
highline (1.7.10)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
mry (0.52.0.0)
mry (0.53.0.0)
rubocop (>= 0.41.0)
multi_json (1.13.1)
multipart-post (2.0.0)
Expand All @@ -185,7 +185,7 @@ GEM
mini_portile2 (~> 2.3.0)
orm_adapter (0.5.0)
parallel (1.12.1)
parser (2.5.0.0)
parser (2.5.0.3)
ast (~> 2.4.0)
pg (0.21.0)
powerpack (0.1.1)
Expand All @@ -198,7 +198,7 @@ GEM
json
websocket (~> 1.0)
rack (2.0.4)
rack-test (0.8.2)
rack-test (0.8.3)
rack (>= 1.0, < 3)
rails (5.1.5)
actioncable (= 5.1.5)
Expand All @@ -225,7 +225,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (12.3.0)
rb-fsevent (0.10.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redcarpet (3.4.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (3.9.0)
selenium-webdriver (3.10.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
simple_form (3.5.1)
Expand Down Expand Up @@ -333,7 +333,7 @@ DEPENDENCIES
database_cleaner (>= 1.6, < 2)
factory_bot_rails (~> 4.8)
generator_spec (~> 0.9.4)
github-markup (>= 1.6, < 2)
github-markup (>= 1.6, < 2.1)
listen (~> 3.1)
mry (~> 0.52)
pg (>= 0.21, < 1.0)
Expand Down
2 changes: 1 addition & 1 deletion binda.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "yard-activesupport-concern", "~> 0.0.1", "< 0.1"
s.add_development_dependency "bullet", ">= 5.6", "< 6"
s.add_development_dependency "redcarpet", "~> 3.4"
s.add_development_dependency "github-markup", ">= 1.6", "< 2"
s.add_development_dependency "github-markup", ">= 1.6", "< 2.1"
s.add_development_dependency "travis", "~> 1.8"
s.add_development_dependency "rubocop", "~> 0.52.1"
s.add_development_dependency "mry", "~> 0.52"
Expand Down
2 changes: 1 addition & 1 deletion lib/binda/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Binda
VERSION = '0.1.7.alpha.3'.freeze
VERSION = '0.1.7'.freeze
end

0 comments on commit 1dea865

Please sign in to comment.