Skip to content

Commit

Permalink
Rename project to Ra10ke
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Dec 7, 2015
1 parent ae324e3 commit 1b6aa0f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in r10k-rake-tasks.gemspec
# Specify your gem's dependencies in ra10ke.gemspec
gemspec
3 changes: 0 additions & 3 deletions lib/r10k-rake-tasks/version.rb

This file was deleted.

4 changes: 2 additions & 2 deletions lib/r10k-rake-tasks.rb → lib/ra10ke.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rake'
require 'rake/tasklib'

module R10KRakeTasks
module Ra10ke
class RakeTask < ::Rake::TaskLib
def initialize(*args)
namespace :r10k do
Expand Down Expand Up @@ -40,4 +40,4 @@ def initialize(*args)
end
end

R10KRakeTasks::RakeTask.new
Ra10ke::RakeTask.new
3 changes: 3 additions & 0 deletions lib/ra10ke/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Ra10ke
VERSION = "0.1.0"
end
8 changes: 4 additions & 4 deletions r10k-rake-tasks.gemspec → ra10ke.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'r10k-rake-tasks/version'
require 'ra10ke/version'

Gem::Specification.new do |spec|
spec.name = "r10k-rake-tasks"
spec.version = R10KRakeTasks::VERSION
spec.name = "ra10ke"
spec.version = Ra10ke::VERSION
spec.authors = ["Theo Chatzimichos"]
spec.email = ["[email protected]"]
spec.description = %q{R10K and Puppetfile rake tasks}
spec.summary = %q{Syntax check for the Puppetfile, check for outdated installed puppet modules}
spec.homepage = "https://github.com/tampakrap/r10k-rake-tasks"
spec.homepage = "https://github.com/tampakrap/ra10ke"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand Down

0 comments on commit 1b6aa0f

Please sign in to comment.