Sha256: 88b3b4a9c71dc9de7e8366ecdecb46cd321e0c49a0d7353f499645290e041e8c
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "orly/version" Gem::Specification.new do |s| s.name = "orly" s.version = Orly::VERSION s.authors = ["yon"] s.email = ["yonatanbergman@gmail.com"] s.homepage = "http://github.com/yonbergman/orly" s.summary = %q{Tells you when you need to run `bundle install` or `rake db:migrate`} s.description = %q{Install a post-merge hook for git that tells you when the Gemfile changed or a migration was added} s.rubyforge_project = "orly" s.files = `git ls-files`.split("\n") - ["Gemfile.lock"] s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: #s.add_development_dependency "rake" #s.add_development_dependency "rspec" s.add_runtime_dependency "git" s.add_runtime_dependency "choice" s.add_runtime_dependency "colored" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
orly-0.0.8 | orly.gemspec |
orly-0.0.7 | orly.gemspec |
orly-0.0.6 | orly.gemspec |
orly-0.0.5 | orly.gemspec |
orly-0.0.4 | orly.gemspec |