From bf1b3e95bde4a9110bfb713c178655b84bbbc0cc Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Fri, 14 Apr 2017 14:45:14 +0300 Subject: [PATCH] update to new name --- Gemfile | 2 +- Gemfile.lock | 6 +++--- lib/{salama-object-file.rb => rubyx-object-file.rb} | 0 salama-object-file.gemspec => rubyx-object-file.gemspec | 6 +++--- test/helper.rb | 6 +----- 5 files changed, 8 insertions(+), 12 deletions(-) rename lib/{salama-object-file.rb => rubyx-object-file.rb} (100%) rename salama-object-file.gemspec => rubyx-object-file.gemspec (60%) diff --git a/Gemfile b/Gemfile index 0c8afc9..784f36f 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 3ea3d2b..45d8ac8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/lib/salama-object-file.rb b/lib/rubyx-object-file.rb similarity index 100% rename from lib/salama-object-file.rb rename to lib/rubyx-object-file.rb diff --git a/salama-object-file.gemspec b/rubyx-object-file.gemspec similarity index 60% rename from salama-object-file.gemspec rename to rubyx-object-file.gemspec index b32ceec..0bbaa2c 100644 --- a/salama-object-file.gemspec +++ b/rubyx-object-file.gemspec @@ -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 diff --git a/test/helper.rb b/test/helper.rb index d4813b0..401cc5f 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -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