forked from mryan43/magic_encoding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmagic_encoding.gemspec
More file actions
22 lines (19 loc) · 827 Bytes
/
Copy pathmagic_encoding.gemspec
File metadata and controls
22 lines (19 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "magic_encoding/version"
Gem::Specification.new do |s|
s.name = %q{magic_encoding}
s.version = AddMagicComment::VERSION
s.platform = Gem::Platform::RUBY
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
s.authors = ["Manuel Ryan","Kapcsándi István"]
s.date = %q{2011-03-08}
s.default_executable = %q{magic_encoding}
s.email = ["ryan@shamu.ch"]
s.executables = ["magic_encoding"]
s.files = Dir.glob("{bin,lib}/**/*") + %w(README.rdoc CHANGELOG LICENCE)
s.homepage = %q{https://github.com/m-ryan/magic_encoding}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{Easily add magic comments for encoding on multiple ruby source files}
end