lib/gemspec.rb in refinerycms-dashboard-1.0.0 vs lib/gemspec.rb in refinerycms-dashboard-1.0.1

- old
+ new

@@ -1,10 +1,12 @@ +# Encoding: UTF-8 require 'pathname' gempath = Pathname.new(File.expand_path('../../', __FILE__)) require gempath.join('..', 'base', 'lib', 'base', 'refinery') gemspec = <<EOF +# Encoding: UTF-8 # DO NOT EDIT THIS FILE DIRECTLY! Instead, use lib/gemspec.rb to generate it. Gem::Specification.new do |s| s.name = %q{#{gemname = 'refinerycms-dashboard'}} s.version = %q{#{::Refinery.version}} @@ -12,10 +14,10 @@ s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.} s.date = %q{#{Time.now.strftime('%Y-%m-%d')}} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} - s.authors = ['Resolve Digital', 'Philip Arndt', 'David Jones', 'Steven Heidel'] + s.authors = ['Resolve Digital', 'Philip Arndt', 'David Jones', 'Steven Heidel', 'Uģis Ozols'] s.license = %q{MIT} s.require_paths = %w(lib) s.executables = %w(#{Pathname.glob(gempath.join('bin/*')).map{|d| d.relative_path_from(gempath)}.sort.join(" ")}) s.files = [