update to new name
This commit is contained in:
parent
aab01b2310
commit
bf1b3e95bd
2
Gemfile
2
Gemfile
@ -2,7 +2,7 @@ source "http://rubygems.org"
|
||||
|
||||
gem "rake"
|
||||
|
||||
gem "salama-object-file" , :path => "."
|
||||
gem "rubyx-object-file" , :path => "."
|
||||
|
||||
gem "codeclimate-test-reporter", require: nil
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
salama-object-file (0.3.0)
|
||||
rubyx-object-file (0.3.0)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
@ -25,7 +25,7 @@ DEPENDENCIES
|
||||
codeclimate-test-reporter
|
||||
minitest
|
||||
rake
|
||||
salama-object-file!
|
||||
rubyx-object-file!
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.6
|
||||
1.14.6
|
||||
|
@ -1,15 +1,15 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'salama-object-file'
|
||||
s.name = 'rubyx-object-file'
|
||||
s.version = '0.3.0'
|
||||
|
||||
s.authors = ['Torsten Ruger']
|
||||
s.email = 'torsten@villataika.fi'
|
||||
s.extra_rdoc_files = ['README.md']
|
||||
s.files = %w(README.md LICENSE Rakefile) + Dir.glob("lib/**/*")
|
||||
s.homepage = 'https://github.com/salama/salama-object-file'
|
||||
s.homepage = 'https://github.com/ruby-x/rubyx-object-file'
|
||||
s.license = 'MIT'
|
||||
s.require_paths = ['lib']
|
||||
s.summary = 'Salama object file is the object file format of salama. It is a sort of condensed yaml'
|
||||
s.summary = 'Rubyx object file is the object file format of rubyx. It is a sort of condensed yaml'
|
||||
end
|
@ -7,13 +7,9 @@ rescue Bundler::BundlerError => e
|
||||
$stderr.puts "Run `bundle install` to install missing gems"
|
||||
exit e.status_code
|
||||
end
|
||||
if ENV['CODECLIMATE_REPO_TOKEN']
|
||||
require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
end
|
||||
|
||||
require "minitest/autorun"
|
||||
require 'salama-object-file'
|
||||
require 'rubyx-object-file'
|
||||
|
||||
module Checker
|
||||
def check should
|
||||
|
Loading…
x
Reference in New Issue
Block a user