Initial commit
parents
Showing
.gitignore
0 → 100644
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
# Specify your gem's dependencies in rack-emoji.gemspec | ||
gemspec |
LICENSE.txt
0 → 100644
README.md
0 → 100644
Rakefile
0 → 100644
lib/rumoji.rb
0 → 100644
lib/rumoji/version.rb
0 → 100644
rumoji.gemspec
0 → 100644
# -*- encoding: utf-8 -*- | ||
lib = File.expand_path('../lib', __FILE__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require 'rumoji/version' | ||
Gem::Specification.new do |gem| | ||
gem.name = "rumoji" | ||
gem.version = Rumoji::VERSION | ||
gem.authors = ["Mark Wunsch"] | ||
gem.email = ["mark@markwunsch.com"] | ||
gem.description = %q{TODO: Write a gem description} | ||
gem.summary = %q{TODO: Write a gem summary} | ||
gem.homepage = "" | ||
gem.files = `git ls-files`.split($/) | ||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } | ||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) | ||
gem.require_paths = ["lib"] | ||
end |
Please
register
or
sign in
to comment