Skip to content

Commit

Permalink
cleanup completed of jeweler to juwelier
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Mitchell committed Feb 6, 2016
1 parent bc945ac commit 0b301da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008 Josh Nichols
Copyright (c) 2016 Fred Mitchell

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
13 changes: 9 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

require 'rubygems'
require 'bundler'
require 'semver'

def s_version
SemVer.find.format "%M.%m.%p%s"
end

begin
Bundler.setup(:default, :xzibit, :development)
Expand All @@ -16,13 +21,13 @@ require 'juwelier'

Juwelier::Tasks.new do |gem|
gem.name = "juwelier"
gem.version = Juwelier::Version::STRING
gem.homepage = "http://github.com/technicalpickles/juwelier"
gem.version = s_version
gem.homepage = "http://github.com/flajann2/juwelier"
gem.summary = "Opinionated tool for creating and managing RubyGem projects"
gem.description = "Simple and opinionated helper for creating Rubygem projects on GitHub"
gem.license = "MIT"
gem.authors = ["Josh Nichols", "Yusuke Murata"]
gem.email = ["josh@technicalpickles.com", "info@muratayusuke.com"]
gem.authors = ["Fred Mitchell", "Josh Nichols", "Yusuke Murata"]
gem.email = ["fred.mitchell@gmx.de", "josh@technicalpickles.com", "info@muratayusuke.com"]
gem.files.include %w(lib/juwelier/templates/.document lib/juwelier/templates/.gitignore)

# dependencies defined in Gemfile
Expand Down

0 comments on commit 0b301da

Please sign in to comment.