update to new name

This commit is contained in:
Torsten Ruger 2017-04-14 14:45:14 +03:00
parent aab01b2310
commit bf1b3e95bd
5 changed files with 8 additions and 12 deletions

View File

@ -2,7 +2,7 @@ source "http://rubygems.org"
gem "rake" gem "rake"
gem "salama-object-file" , :path => "." gem "rubyx-object-file" , :path => "."
gem "codeclimate-test-reporter", require: nil gem "codeclimate-test-reporter", require: nil

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
salama-object-file (0.3.0) rubyx-object-file (0.3.0)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
@ -25,7 +25,7 @@ DEPENDENCIES
codeclimate-test-reporter codeclimate-test-reporter
minitest minitest
rake rake
salama-object-file! rubyx-object-file!
BUNDLED WITH BUNDLED WITH
1.10.6 1.14.6

View File

@ -1,15 +1,15 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'salama-object-file' s.name = 'rubyx-object-file'
s.version = '0.3.0' s.version = '0.3.0'
s.authors = ['Torsten Ruger'] s.authors = ['Torsten Ruger']
s.email = 'torsten@villataika.fi' s.email = 'torsten@villataika.fi'
s.extra_rdoc_files = ['README.md'] s.extra_rdoc_files = ['README.md']
s.files = %w(README.md LICENSE Rakefile) + Dir.glob("lib/**/*") 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.license = 'MIT'
s.require_paths = ['lib'] 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 end

View File

@ -7,13 +7,9 @@ rescue Bundler::BundlerError => e
$stderr.puts "Run `bundle install` to install missing gems" $stderr.puts "Run `bundle install` to install missing gems"
exit e.status_code exit e.status_code
end end
if ENV['CODECLIMATE_REPO_TOKEN']
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
end
require "minitest/autorun" require "minitest/autorun"
require 'salama-object-file' require 'rubyx-object-file'
module Checker module Checker
def check should def check should