Skip to content

Commit 2b1fed1

Browse files
committed
Remove wirble from Gemfile, as dependency-ci objects that it has no license and it's not really neccessary.
1 parent fc06d1f commit 2b1fed1

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
rvm:
77
- 2.2.5
88
- 2.3.1
9-
- jruby-9.0.5.0
9+
- jruby-9.1.2.0
1010
- rbx
1111
cache: bundler
1212
sudo: false

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ end
1515

1616
group :debug do
1717
gem 'psych', platforms: [:mri, :rbx]
18-
gem "wirble"
1918
gem "redcarpet", platforms: :ruby
2019
gem "byebug", platforms: :mri
2120
gem 'rubinius-debugger', platform: :rbx

lib/rdf/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def call(arg)
204204
parse: true,
205205
help: "validate [options] [args...]\nvalidates parsed input (may also be used with --validate)",
206206
lambda: ->(argv, opts) do
207-
$stdout.puts "Input is " + (repository.valid? ? "" :"in") + "valid"
207+
$stdout.puts "Input is " + (repository.valid? ? "" : "in") + "valid"
208208
end
209209
}
210210
}

0 commit comments

Comments
 (0)